Home > Back-end >  VS2015 compiled a 64 - bit DLL in RAD XE8 call
VS2015 compiled a 64 - bit DLL in RAD XE8 call

Time:09-16

Such as topic, confirmed that the DLL is no problem in the VS, compiled using the source file in RAD XE8 also no problem, now want to use RAD XE8 call VS2015 generated 64 DLLS, no matter how display link failure, my DLL export is a class rather than to simply function

Has done try as follows: 1. Use mkexp generated from the DLL. A library file; 2. Use coff2omf conversion versus generated. Lib files; 3. The modified as __stdcall function call

CodePudding user response:

Try not, generate 32-bit DLL,

CodePudding user response:

Is to call 64 and through the static way, 32-bit and dynamically calls tried before any other project

CodePudding user response:

What do you think of CB can use VC derived classes, or VC can use CB derived class?

CodePudding user response:

Not like this? Principle problem here

CodePudding user response:

DLL interface general export pure C functions, internal use,
  • Related