|
From: Vesa N. <wa...@dl...> - 2000-10-11 20:01:32
|
> c:\dev-c++\projects\dplugx\dplugx_t.o(.text+0x103):dplugx_t.cpp: > undefined reference to `GetStockObject@4' > c:\dev-c++\projects\dplugx\dplugx_t.o(.text+0x4fa):dplugx_t.cpp: > undefined reference to `DirectDrawCreateEx@16'I tried to like with > -lddraw -ld3dx but you see, it doesnt fix the problem.Also, this major > bug in Dev-C++ 4 about running out of memory or this awful msg : Hi, I got around this by getting the newest library files from the latest mingw32 and copying them over the ones that come with Dev-C++. You can find mingw by following links on www.bloodshed.net. -Vesa |