Search found 13 matches

by mistercrabb
Mon May 07, 2007 9:12 am
Forum: Beginners Help
Topic: Probably my last Irr+Borland question
Replies: 16
Views: 1690

*screams happily* Yaaay. It works :). I've only tested helloworld, but it seems to be fine.

So thanks HLFat, for your very patient help. :)
I should be able to start programming now :D
And im sorry for being such a noob..

Thanks again :)
by mistercrabb
Sat May 05, 2007 5:00 pm
Forum: Beginners Help
Topic: Probably my last Irr+Borland question
Replies: 16
Views: 1690

I cant compile the dll. I just get error after error, which i have no idea how to fix. I followed the tutorial carefully.

I give up. Can someone just upload a dll/lib/whatever for me please?
by mistercrabb
Tue Apr 24, 2007 8:18 pm
Forum: Beginners Help
Topic: Probably my last Irr+Borland question
Replies: 16
Views: 1690

Nothings working. I've tried converting the lib, and ive tried making new ones using implib from both the dll and a def file i found in the gcc lib section, as well as my own def file i made with impdef. I also tried all the -a triggers. I still get the same error. Im not sure why this is. Ill carry ...
by mistercrabb
Mon Apr 23, 2007 7:02 pm
Forum: Beginners Help
Topic: Probably my last Irr+Borland question
Replies: 16
Views: 1690

Probably my last Irr+Borland question

Sorry about these repeated similar questions :oops: .
I have one last problem.
Im trying to make Irrlicht 1.3 work with borland turbo c++.
I havnt compiled a dll, and i didnt think i needed to..
But maybe i do..
Anyway.. when i try to compile anything i get:
[Linker Error] Error: Unresolved ...
by mistercrabb
Wed Apr 18, 2007 8:26 pm
Forum: Beginners Help
Topic: Borland Turbo C++ and 1.3
Replies: 10
Views: 833

Ah.. thats that problem solved..
I quote from another topic:
Locate this line:

const core::dimension2d<s32>& windowSize = core::dimension2d<s32>(640,480),

Change to this:

const core::dimension2d<s32>& windowSize = (core::dimension2d<s32>(640,480)),

I just did it in the vague hope that it ...
by mistercrabb
Wed Apr 18, 2007 1:38 pm
Forum: Beginners Help
Topic: Borland Turbo C++ and 1.3
Replies: 10
Views: 833

Okay.. ive got the latest SVN thingy. Ive updated it, and it seems to have solved most of the problems. However, i just get one error:
[C++ Error] irrlicht.h(279): E2108 Improper use of typedef 'video::E_DRIVER_TYPE'

How to fix it?
by mistercrabb
Wed Apr 18, 2007 12:18 pm
Forum: Beginners Help
Topic: Borland Turbo C++ and 1.3
Replies: 10
Views: 833

Ok, where can i find that?
by mistercrabb
Wed Apr 18, 2007 11:48 am
Forum: Beginners Help
Topic: Borland Turbo C++ and 1.3
Replies: 10
Views: 833

it uses bcc32 as the compiler, i assume that means its 32-bit?
And its not that old.. its the 2006 IDE edition..

I'd like to use a newer compiler, but they all suck. When i try new compilers i always end up downloading about 1gb of different files, only to discover that it throws errors or doesnt ...
by mistercrabb
Wed Apr 18, 2007 9:54 am
Forum: Beginners Help
Topic: Borland Turbo C++ and 1.3
Replies: 10
Views: 833

Borland Turbo C++ and 1.3

Hi everyone, some of you might remember me from a post i made at the beginning of the year, trying to get irrlicht to work for my old borland compiler. I eventually fixed it by upgrading to Turbo C++. Ive recently formatted my hard drive on my new computer and installed 1.3 and Turbo C++, and i cant ...
by mistercrabb
Tue Feb 20, 2007 4:33 pm
Forum: Beginners Help
Topic: Irrlicht + BCC55
Replies: 6
Views: 577

Its ok now, I seem to have fixed it.
Turns out there was a ; missing, but in a different line than the error said. I also needed to move a few files around so the compiler could find them.

Thanks for the help :D
by mistercrabb
Tue Feb 20, 2007 11:28 am
Forum: Beginners Help
Topic: Irrlicht + BCC55
Replies: 6
Views: 577

Ive downloaded turbo explorer now and im trying to figure out how to make it work properly at all..

I tried to get it to work with the engine, but in create device it says that theres a ; missing, which i think is because IrrlichtEngine isnt initialised properly or something..
by mistercrabb
Sun Feb 18, 2007 12:54 pm
Forum: Beginners Help
Topic: Irrlicht + BCC55
Replies: 6
Views: 577

Ive tried that and i really didnt like it..
It took me days to get to work with the windows API, and the DirectX sdk just refused to work with it completey for some reason.. Not to mention the download is way too big for my liking..

The way i see it, coding should be like this:
Enter code ...
by mistercrabb
Sat Feb 17, 2007 9:56 pm
Forum: Beginners Help
Topic: Irrlicht + BCC55
Replies: 6
Views: 577

Irrlicht + BCC55

Hi everybody, im new here. I have recently downloaded Irrlicht, and I have no idea how to use it with Borland C++ Compiler 5.5 (which i downloaded free some time ago), its a command line compiler. I tried copying the Irrlicht include files and lib files (the msvc ones i think, although the others ...