|
-
July 17th, 2009, 08:45 AM
#2
Re: Linking .obj file
Use LIB.EXE to create a library (.lib) for each version of the .obj files.
http://msdn.microsoft.com/en-us/libr...8VS.60%29.aspx
Then use #pragma comment(lib, "mylib.lib") to link against one version or the other.
http://msdn.microsoft.com/en-us/libr...8VS.60%29.aspx
gg
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
|