Search found 4 matches

by grundy
Fri Jun 23, 2006 6:19 pm
Forum: Beginners Help
Topic: hello world - tutorial 1 problems
Replies: 9
Views: 395

ok now its telling me:
hello.exe - Entry Point Not Found

The procedure entry point
?createDevice@irr@@YAPAVIrrlichtDevice@1@W4E_DRIVER_TYPE@video@1@ABV?$dimension2d@H@core@1@I_N22PAVIEventReceiver@1@PBD@Z could not be located in the dynamic link library Irrlicht.dll.
by grundy
Fri Jun 23, 2006 4:51 pm
Forum: Beginners Help
Topic: hello world - tutorial 1 problems
Replies: 9
Views: 395

i changed it to console application and it compiles but now when i try to run it i get this error saying that it cant find Irrlicht.dll i am using Visual Studio .NET 2003 i DID include the library directory under tools -> options -> prjects -> vc++ directories -> directories for library files
by grundy
Fri Jun 23, 2006 2:15 am
Forum: Beginners Help
Topic: hello world - tutorial 1 problems
Replies: 9
Views: 395

Ohhh, I gues he knoew neither one nor another... :shock: You sould setup your compiler (ide) correctly !!! Just copy and paste code into a blanc project doesn't work... Your compiler needs to know where the includes can be found and what lib to link against... oh, well thanks for not reading, i alr...
by grundy
Fri Jun 23, 2006 12:03 am
Forum: Beginners Help
Topic: hello world - tutorial 1 problems
Replies: 9
Views: 395

hello world - tutorial 1 problems

in the entire tutorial it doesnt tell you what you need to have in the project or where to type in the code so i just made a new project with a blank cpp file and typed all the code exactly as it shows and added the include directory and the library director under tools -> options -> Projects -> VC+...