*
* *
*
scene.org
Log in:
login for 1 year
No account? register here

Scene.org is hosted and supported by:
Scene.org is sponsored by:
* forum - #coders

*
Topic:  How to link a obj-file to MS Visual C++
* Posted by Fillbert Thursday 29 April 2004 - 13:04 
Can anybody tell me how to link an obj file into MS Visual c++.
I had made a obj file with nasm and now i will use it in my c++ program.

Please show me how.
perhaps with an example

Fillbert / Creative Mind

* Posted by hitchhikr Thursday 29 April 2004 - 16:56 
You can add it in the object/library modules options of the linker (beside all the .lib files).
And be sure that the code your want to use from the object has been declared as public (read: been exported).

* Posted by Fillbert Thursday 29 April 2004 - 20:26 
Thanx but i found the way by myself.

Fillbert / Creative Mind

PS: forums rockz, but sometimes its more flamming then xchg data and knowledge

*