Search found 9 matches

by psydox
Sat Jul 25, 2009 7:27 am
Forum: Code Snippets
Topic: Irrlicht Framework 0.1
Replies: 9
Views: 3297

hey buddy, here's a screen shot of the framework:

Image
by psydox
Sat Jul 25, 2009 7:18 am
Forum: Code Snippets
Topic: Irrlicht Framework 0.1
Replies: 9
Views: 3297

Re: re:

aktlakfh1777 wrote:oh, seoul is 5 hours from ulsan
no "near". ha;;;
Oh, its far ^_^ my cousin's father is from Seoul,
by psydox
Sat Jul 25, 2009 7:12 am
Forum: Code Snippets
Topic: Irrlicht Framework 0.1
Replies: 9
Views: 3297

@aktlakfh1777 - let me be the first to test it ^_~...ey buddy, is Seoul near UlsaN?
by psydox
Sat Jul 25, 2009 6:35 am
Forum: Beginners Help
Topic: Anyone know how to setup a server with irrlicht
Replies: 17
Views: 1536

I'm not an expert but here's what I think.

Irrlicht can be use to create the client and any programming language can be use to create the server (vb, java, c, c++, c#, python, you name it).

Here's the function of a server in its simplest form.

1.)LISTEN
2.)PROCESS/MAKE DECISION
3.)UPDATE PLAYERS ...
by psydox
Sat Jul 25, 2009 5:24 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 167506

Regarding the nightly build binaries, they won't work with the sample binaries from 1.5, the nightly builds are a pre-release of Irrlicht 1.6 which isn't released yet. You'll need to compile them again.
My bad :) I'll try to compile it.
by psydox
Sat Jul 25, 2009 4:00 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 167506

sir bitplane, I download the nightly build binary you've mentioned (mingw32), but im getting some error upon executing/running the samples under the Win32-gcc directory.

Here's a picture:
Image
by psydox
Sat Jul 25, 2009 3:22 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 167506

I think that "error 255" just means the command line is too long. Try using this to do the last step.

You may also want to try a nightly build .

I'm still getting an error sir, here's the error:

C:\Dev-Cpp\bin>dllwrap.exe --output-def C:\irrlicht-1.5\bin\Win32-gcc\libIrrlich
t.def --driver ...
by psydox
Sat Jul 25, 2009 2:39 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 167506

Warning just means "Hmm, not sure if this should be as is". But you can still work with it, it's pretty safe :)

Thanks for the reply sir, but the main problem is during linking, there is an error that prevent DevCPP to make it DLL...

Here is the error sir:
C:\irrlicht-1.5\source\Irrlicht ...
by psydox
Fri Jul 24, 2009 6:53 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 167506

For the past few days, Dev-C++ and wxDevCPP is giving me a headache... There are errors when building the DLL,

Errors:
C:\irrlicht-1.5\source\Irrlicht\COpenGLDriver.cpp In member function `bool irr::video::COpenGLDriver::initDriver(irr::SIrrlichtCreationParameters)':

72 C:\irrlicht-1.5\source ...