![]() |
| ||
| Dll's and problems with them Hey guys, I was writing code or DLL's (doubly linked lists) and I think I have everything right but it keeps giving me a makefile error. My code is below along with the error log. ANy help would be apprecaited. //DLLNode.h //DLLNode.cpp Error Log: Compiler: Default compiler Building Makefile: "C:\Documents and Settings\My Documents\C++\Lab06\Makefile.win" Executing make... make.exe -f "C:\Documents and Settings\My Documents\C++\Lab06\Makefile.win" all g++.exe DLLNode.o -o "Lab06.exe" -L"C:/Dev-Cpp/lib" C:/Dev-Cpp/lib/libmingw32.a(main.o)(.text+0x106):main.c: undefined reference to `WinMain@16' collect2: ld returned 1 exit status make.exe: *** [Lab06.exe] Error 1 Execution terminated |
| ||
| Re: Dll's and problems with them All dlls must have DllMain(). This is the code generated by M$ VC++ compiler when creating a dll project. BOOL APIENTRY DllMain( HMODULE hModule, |
| All times are GMT -4. The time now is 11:34 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC