Search found 11 matches

by rabehehbahreini
Sun Apr 05, 2009 3:21 am
Forum: Project Announcements
Topic: bcb6 (borland) and irrlicht v1.0
Replies: 34
Views: 9477

Katsumi : if you find the solution, is this possible to give me the tutorial?
by rabehehbahreini
Sat Apr 04, 2009 8:59 am
Forum: Beginners Help
Topic: Borland C++ Builder
Replies: 5
Views: 3030

I have tried to compile this file but I received these errors :
declaration synatax error in irrmath.h
and many error in file scolor.h
how can i fix this problem?
by rabehehbahreini
Mon Mar 16, 2009 8:14 am
Forum: Beginners Help
Topic: unresolved external
Replies: 9
Views: 759

I don't know the right .def file which is compatible with borland standard.
IMPLIb fails when I attempt to convert .lib file .
Do you know how to convert it ?
by rabehehbahreini
Mon Mar 16, 2009 8:08 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: C++Builder with Irrlicht
Replies: 105
Views: 51927

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 *)' ref...
by rabehehbahreini
Mon Mar 16, 2009 2:57 am
Forum: Beginners Help
Topic: unresolved external
Replies: 9
Views: 759

you are right. there is incompatibility between lib files in VC and builder.
by rabehehbahreini
Sun Mar 15, 2009 9:08 am
Forum: Beginners Help
Topic: unresolved external
Replies: 9
Views: 759

yes, i included both the .h and .lib files. and the pragma command, still it doesn't work .
by rabehehbahreini
Sun Mar 15, 2009 6:00 am
Forum: Beginners Help
Topic: Borland C++ Builder
Replies: 5
Views: 3030

I have the same problem as you have. my teacher said that it is because of name manglings in the setting . but i could not solve this problem yet.
by rabehehbahreini
Sun Mar 15, 2009 5:37 am
Forum: Beginners Help
Topic: unresolved external
Replies: 9
Views: 759

I am not a very proffesional programmer , but I can build and run the same .lib file with VC 2008 and every thing is ok.
by rabehehbahreini
Sun Mar 15, 2009 5:19 am
Forum: Beginners Help
Topic: unresolved external
Replies: 9
Views: 759

I have changed my linker settings several times but nothing changed
by rabehehbahreini
Sat Mar 14, 2009 3:55 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: C++Builder with Irrlicht
Replies: 105
Views: 51927

your zip file is damaged. How can I receive the right one?
did you just change the default parameters of "create Device" function to
make it work successfully?
by rabehehbahreini
Sat Mar 14, 2009 3:49 pm
Forum: Beginners Help
Topic: unresolved external
Replies: 9
Views: 759

unresolved external

hi. I have to compile and run irrlicht from C++ builder 6. when I try to compile helloword example I receive this error : [Linker Error] Unresolved external 'irr::createDevice(irr::video::E_DRIVER_TYPE, const irr::core::dimension2d<int>&, unsigned int, bool, bool, bool, irr::IEventReceiver *, co...