Home > Back-end >  The compiler C builder xe3 call vc2010 libtcmalloc_minimal. DLL
The compiler C builder xe3 call vc2010 libtcmalloc_minimal. DLL

Time:10-20


Found in implib libtcmalloc_minimal_bcb. The lib libtcmalloc_minimal. DLL generated lib cannot link,
Coff2omf libtcmalloc_minimal. The lib libtcmalloc_minimal_omf. Lib can compile cannot run,

Using LoadLibrary find tc_malloc tc_free can call, but with test program continuous tc_malloc/tc_free
To 128893, an abnormal stack overflow,

Vc2010 assigned the same test procedure to release in 100 million is no problem,

Experienced TX guidance please, thank you.

CodePudding user response:

STH over and over again, under the vc using __cdecl way, BCB can use dynamic libraries in the same way to invoke,
But using LoadLibrary __stdcall mode is not normal,
  • Related