My dll call is as followed:
Code: Select all
~InstallAware Clipboard Data~
~Call DLL Function~
~{0FD88D9C-D9B4-400C-A065-5B78EED67672}~
~$TARGETDIR$\ConfigRA\RAWrapper.dll,?help@@YGPBDXZ,word,dllReturn,$~
~mIDEFunc.dll\mEXEFunc.dll~
This is the DLL function:
Code: Select all
__declspec(dllexport)const char* _stdcall help()
{
const char* pie = "This.";
return pie;
}