C++Builder with Irrlicht
Thanks, I will send mail to Niko.
I found the reason for "sqrt: domain expection error". This is my mistake. Issue is using of file bcbmath.h, but because BCB stores in bpr files all libs of installed packages, I deleted with text editor most of them, also rti, and bcbmath.h has no effect. So, this night will upload files again to avoid this error.
I found the reason for "sqrt: domain expection error". This is my mistake. Issue is using of file bcbmath.h, but because BCB stores in bpr files all libs of installed packages, I deleted with text editor most of them, also rti, and bcbmath.h has no effect. So, this night will upload files again to avoid this error.
Ok cool. The currrent download gives an error: server not found
JOIN MY (100mbs 2x 3GHZ CPU) IRRLICHT FORUMS
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.
My fan site: http://www.halo-center.com
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.
My fan site: http://www.halo-center.com
Yes I suggest. Server was down two days ago, but my old hosting works again
So, check this link:
http://etcaptor.f2g.net/irrlicht/Irr012BCB6.zip
So, check this link:
http://etcaptor.f2g.net/irrlicht/Irr012BCB6.zip
Yes, sqrt domain error. Maybe im doing something wrong?
The rest works.
- Myth
The rest works.
- Myth
JOIN MY (100mbs 2x 3GHZ CPU) IRRLICHT FORUMS
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.
My fan site: http://www.halo-center.com
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.
My fan site: http://www.halo-center.com
It works good without errors with your precompiled dll & lib.
JOIN MY (100mbs 2x 3GHZ CPU) IRRLICHT FORUMS
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.
My fan site: http://www.halo-center.com
http://irrlicht.halo4you.com/forums/
For all your programming quesitons and irrlicht ones!.
My fan site: http://www.halo-center.com
-
- Posts: 11
- Joined: Sat Mar 14, 2009 3:40 pm
Hi, this topic is several years old.
The last Irrlicht version that I tried with CBuilder was 1.4.
Because currently I'm busy with several projects not related with 3d scope can't advice you about compiling of latest Irrlicht version with RAD Studio. J
Yet, I found one Irr.1.4 with BDS2006. modified sources on my hdd. If you think that these files will be useful for you, please PM me your e-mail.
The last Irrlicht version that I tried with CBuilder was 1.4.
Because currently I'm busy with several projects not related with 3d scope can't advice you about compiling of latest Irrlicht version with RAD Studio. J
Yet, I found one Irr.1.4 with BDS2006. modified sources on my hdd. If you think that these files will be useful for you, please PM me your e-mail.
-
- Posts: 11
- Joined: Sat Mar 14, 2009 3:40 pm
In fact my problem is that I receive this error while compiling irrlicht examples by C++ builder 6/2006 :
[Linker Error] Unresolved external 'irr::createDevice(irr::video::E_DRIVER_TYPE, const irr::core::dimension2d<int>&, unsigned int, bool, bool, bool, irr::IEventReceiver *, const char *)' referenced from F:\VISUALIZER\IRRLICHT-1.4\EXAMPLES\01.HELLOWORLD\MAIN.OBJ
I tried to convert VC irrlicht.lib file to builder compatible one.
but I don't know the right format of .Def file .
How do you complile it with BCB?
[Linker Error] Unresolved external 'irr::createDevice(irr::video::E_DRIVER_TYPE, const irr::core::dimension2d<int>&, unsigned int, bool, bool, bool, irr::IEventReceiver *, const char *)' referenced from F:\VISUALIZER\IRRLICHT-1.4\EXAMPLES\01.HELLOWORLD\MAIN.OBJ
I tried to convert VC irrlicht.lib file to builder compatible one.
but I don't know the right format of .Def file .
How do you complile it with BCB?