|
-
October 11th, 2003, 11:34 PM
#4
Hi All
I facing some difficulties with my application regarding implicitly and explicitly loading dynamic lib, hope you guys can help...
1. How can i implicitly link the xxxx.lib written in VC++ into Borland C++. My applicaiton in Borland C just couldnt link the xxxx.lib written in VC++, can anyone tell me what is the problem.
2. Because of this reason, i resort to explicitly load the dynamic DLL on run time via calling the API eg. loadlibrary("Xxxx.dll) , instead of linking the xxxx.lib after compilation.
By this way, i can call the library function written in my VC++ from Borland C++. However, i find this method is kind of troublesome and somehow do conflict with my other applicaiton in run time.
Is it possible to link xxxx.lib written in different C++ compiler, suchas Borland and VC? Thanks
BestRegards,
james goh
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
|