hi guys,
anyone knows how to link an obj file which come from another workspace?...I wanna call an fuction in that obj file....
thanks
Printable View
hi guys,
anyone knows how to link an obj file which come from another workspace?...I wanna call an fuction in that obj file....
thanks
the object files gets created by the compiler.
if you have the .obj file you should have access to the source code.
add the .cpp and .h files that the functions are declared in into your project and then you can access the function.
hope that helps.
jai