|
From: RoGeR <le...@sp...> - 2000-10-11 07:03:31
|
I am trying to program Direct X but I get undefined references errors : 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 : Access Violation at address 00403ECC in module 'DEVCPP.exe" Read of address 294B4F78 And ofcourse the followup window : Invalid pointer operation Pls FIX FIX FIX |
|
From: Ian W. <lak...@ho...> - 2001-09-26 19:44:40
|
hello again everyone. i was wondering if anyone knows of any good DirectX sites or tutorials. thanks ian. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
From: St0fF 6. <st...@gm...> - 2001-09-26 21:35:29
|
Sorry! Why don't you try OpenGL? It's better because few modifications = can make the code portable to other systems. There you should start = with NeHe's tutorials: http://nehe.gamedev.net or visit Nate @ =20 http://nate.scuzzy.net/gltut/. Also look for GLUT if you like this = idea of portability! Cheers, St0fF. =20 ----- Original Message -----=20 From: "Ian Weston" <lak...@ho...> To: <dev...@li...> Sent: Wednesday, September 26, 2001 9:44 PM Subject: [Dev-C++] Direct X | hello again everyone. i was wondering if anyone knows of any good = DirectX=20 | sites or tutorials. |=20 | thanks |=20 | ian. |=20 | _________________________________________________________________ | Get your FREE download of MSN Explorer at = http://explorer.msn.com/intl.asp |=20 |=20 | _______________________________________________ | Dev-cpp-users mailing list | Dev...@li... | https://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
From: MetalKura <met...@wa...> - 2001-09-26 22:20:18
|
http://www.openrpgs.com/dx_tutorial/dx_2e.html ----- Original Message ----- From: "Ian Weston" <lak...@ho...> To: <dev...@li...> Sent: Wednesday, September 26, 2001 9:44 PM Subject: [Dev-C++] Direct X > hello again everyone. i was wondering if anyone knows of any good DirectX > sites or tutorials. > > thanks > > ian. > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
From: tayo o. <ta...@ya...> - 2001-09-26 23:18:20
|
Please unsubscribe me. Thanks. tayo. --- MetalKura <met...@wa...> wrote: > http://www.openrpgs.com/dx_tutorial/dx_2e.html > ----- Original Message ----- > From: "Ian Weston" <lak...@ho...> > To: <dev...@li...> > Sent: Wednesday, September 26, 2001 9:44 PM > Subject: [Dev-C++] Direct X > > > > hello again everyone. i was wondering if anyone > knows of any good DirectX > > sites or tutorials. > > > > thanks > > > > ian. > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at > http://explorer.msn.com/intl.asp > > > > > > _______________________________________________ > > Dev-cpp-users mailing list > > Dev...@li... > > > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com |
|
From: Jason S. <mys...@op...> - 2001-09-26 23:29:21
|
See that nice little link on the bottom of -all- the messages? https://lists.sourceforge.net/lists/listinfo/dev-cpp-users ?? Try going to it, it just might help you unsubscribe. ;) ----- Original Message ----- From: tayo odesanya To: dev...@li... Sent: Wednesday, September 26, 2001 7:18 PM Subject: Re: [Dev-C++] Direct X Please unsubscribe me. Thanks. tayo. _______________________________________________ Dev-cpp-users mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
|
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 |