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 ...
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 ...
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'
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 ...
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 ...
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.
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..
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 ...
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 ...