Compiler linker error
Hi,
I had this error message:
c:\program files\brew 3.1.5\sdk\inc\aeemodgen.h(95) : error C2375: 'AEEMod_Load' : redefinition; different linkage
c:\program files\brew 3.1.5\sdk\inc\aeestdlib.h(288) : see declaration of 'AEEMod_Load'
I also examined my AEEModGen.h file, i found this line
__declspec(dllexport) int AEEMod_Load(IShell *ps, void * ph, IModule ** pMod);
I also examined the AEEStdLib.h file too
extern int AEEMod_Load(IShell *ps, void * pszRes, IModule ** pm);
i clicked my error message and it redirects me to this two line, but still i am not able to fix the bug, please help me.
Thanks
V.Raja
|