View Single Post
Compiling dlls with MingWing
Old
  (#1)
Beasty
Member
 
Status: Offline
Posts: 49
Join Date: Feb 2005
Default Compiling dlls with MingWing - 06-03-2005

When compiling with MingWing in Command Prompt, I get an error. I've set everything up for the patch as Botman said in SDK 2.2 patch. But when I compile the dll, this error comes up (I only wrote the last 3 lines).

.cpp: undefined reference to ' vtable for __cxxabv1::__class_type_info '
dllwrap: gcc exited with status 1
make: *** [mm.dll] Error 1

I haven't modified any of the source code and note that mm.dll is the name of my dll file. But my mod and dlls folder are both empty even after I try to compile. I'm using SDK version 2.3. I'm probably not supposed to use SDK 2.2 patch, but there's no SDK 2.3 patch. The MingWing I'm using came with Dev C++ and I'm using Windows XP Professional. This error comes up when I try to compile any dll file. Suggestions would be greatly appreciated.
  
Reply With Quote