|
-
May 9th, 2005, 10:01 PM
#1
an link problem
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
-
May 9th, 2005, 11:22 PM
#2
Re: an link problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|