C++ Builder Linker Error.

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
autonomous
Posts: 1
Joined: Sat Aug 02, 2008 2:37 pm

C++ Builder Linker Error.

Post by autonomous »

Hello,

I'm going to compile Irrlicht in C++ Builder 6.
but, below Linker Error appears: :(

[Linker Error] Unresolved external'__stdcall irr::creatDevice(irr::videoE_DRIVER_TYPE,const irr::core::dimension2D .....

is any C++ Builder configuration Irrlicht Tutorial on the internet ?


some old BCB Tutorial for Irrlicht is inactive in forum , unfortunately. :(


please help me.
Regards
Alex
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Do you really need to use that tool? There are other free compilers available... I also had those problems, you can work around them somehow, but you need to know quite a lot about your compiler...
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

I ever compiled irrlicht with BCB. Not tried 1.4.1 at now, but suppose that all we wrote in this community about BCB is helpful.
ImageImage
Site development -Rock and metal online
--- etcaptor.com ------freenetlife.com
Swarmer
Posts: 100
Joined: Mon Apr 16, 2007 7:23 am

Post by Swarmer »

Visual Studio Express is the best!

http://www.microsoft.com/express/vc/
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

Swarmer wrote:Visual Studio Express is the best!
No.
Ion Dune
Posts: 453
Joined: Mon Nov 12, 2007 8:29 pm
Location: California, USA
Contact:

Post by Ion Dune »

randomMesh wrote:
Swarmer wrote:Visual Studio Express is the best!
No.
?
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Post by randomMesh »

Ion Dune wrote:
randomMesh wrote:
Swarmer wrote:Visual Studio Express is the best!
No.
?
'No' is the opposite of 'Yes'.
Swarmer
Posts: 100
Joined: Mon Apr 16, 2007 7:23 am

Post by Swarmer »

Why not?
Post Reply