Plugin does not conform to architecture
#9

Quote:
Originally Posted by !MaVe
You can do exports like this with mingw and that stuff:

Code:
#define MYEXPORT extern "C" __declspec(dllexport)
MYEXPORT int MyFunctionIWantToExport(int bla)
{
  return 1337;
}
If your using a definition file you don't need to use declspec.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)