Click to See Complete Forum and Search --> : How to Link Object file (*.Obj) ?


Jackyquah
March 26th, 2006, 02:19 PM
like the title. How ?

wildfrog
March 26th, 2006, 04:47 PM
Well, using Visual Studio it should be as simple as adding the .obj file (and its .h file) to your project. This can be done by clicking Add / Existing item... in the Solution Explorers context menu.

- petter