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