 |
|
|
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++ | | | 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 | | |
| 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). | | |
| Thanx but i found the way by myself.
Fillbert / Creative Mind
PS: forums rockz, but sometimes its more flamming then xchg data and knowledge | | |
|
|
|