I ran your app and it crashed. I rebuilt your app using Irrlicht 1.2 and it did not crash. I guess 1.2 has better support for .3ds files than the version of Irrlicht you're using.
BTW I had to manually copy the "aim_map2.3DS" into the "debug\maps" folder!
i've now this Entrypoint Not found . and i add the lib in my source and intro my maps to .
You are probably using the old lib with the newer dll. You have the Irrlicht dll and lib in two different places in your project. Clean (delete) all irrlicht.dll and irrlicht.lib files from your project folders and then copy the 1.2 dll and the 1.2 lib to the "beginscript\debug" folder.