Search found 54 matches

by Tanuva
Mon Apr 30, 2007 1:36 pm
Forum: Beginners Help
Topic: [solved] strange g++ error
Replies: 10
Views: 367

[solved] strange g++ error

Hello... Im just having another try to build something useful using Irrlicht... But I cant get a device created. The tutorials all use the short parameter list for createDevice, but I would like to use the longer one. What am I doing wrong here, I couldnt find something on the forums.... This code.....
by Tanuva
Wed Oct 11, 2006 8:06 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

Why have I tried it so complicated?! Just got the Irrlicht DevPak (although ver 1.0) and it simply works...
by Tanuva
Wed Oct 11, 2006 6:45 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

I already read that thread, but it didn't seem to be the same problem as here... I'll try :)
by Tanuva
Wed Oct 11, 2006 5:26 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

I'm using the .a file from irrlicht-1.1/lib/Win32-gcc and the dll from bin/Win32-gcc, these should be the right ones, shouldn't they?
by Tanuva
Wed Oct 11, 2006 1:38 pm
Forum: Beginners Help
Topic: Visual Editor source
Replies: 2
Views: 201

search google for the name of the missing dll, in most cases you can download it right away. Just put it into C:\%windir%\system32 and you should be done :)
by Tanuva
Wed Oct 11, 2006 1:35 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

I've added the path to the libIrrlicht.a to Compiler Options/Directories/Libraries, but it's located in the source folder anyway...

(In german the dialog where I entered the lib path is named "Compiler Optionen/Verzeichnisse/Bibliotheken", I translated the labels on the fly ;) )
by Tanuva
Wed Oct 11, 2006 1:06 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

Okay, here's the next try. Set devcpp up like described in the tutorial, but compiling it... The linker gives this error message: [Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc' This is my source: #i...
by Tanuva
Tue Oct 10, 2006 7:16 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

:oops: Argh, now that you said it... What a glorious idea, let's include binary data in a source file... :roll: :lol:
by Tanuva
Tue Oct 10, 2006 7:00 pm
Forum: Beginners Help
Topic: compile against Irrlicht.dll produces loads of errors
Replies: 10
Views: 298

compile against Irrlicht.dll produces loads of errors

Hi, I'm just trying to compile Irrlicht against the gcc-Irrlicht.dll, but gcc produces loads of errors like this: Irrlicht.dll:7: stray ´\377´ in program Irrlicht.dll:7: stray ´\320´ in program Irrlicht.dll:7: stray ´\215´ in program There are tons of such lines for each line in the DLL and there ar...