Hi,
I try to debug and run the customscenode example and i get a segmenation fault ( didn't changed the code and all dependecy's are set )
any idea what causes this?
Search found 18 matches
- Sun Jul 16, 2006 10:37 am
- Forum: Beginners Help
- Topic: segmenation fault
- Replies: 1
- Views: 156
- Wed Jun 28, 2006 3:24 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
The function as shown in Dependecy Walker: _ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc additional information: ----- log of application profile ----- -------------------------------------------------------------------------------- Starting p...
- Wed Jun 28, 2006 1:25 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
- Wed Jun 28, 2006 10:26 am
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
- Tue Jun 27, 2006 5:16 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
Here is an update from C++ .NET 2005 ( after installing sdk's and setting up some more reference path's) ------ debug info ----- 'HelloWorld.exe': Loaded 'K:\irrlicht-1.0\irrlicht-1.0\examples\01.HelloWorld\Debug\HelloWorld.exe', Symbols loaded. 'HelloWorld.exe': Loaded 'C:\WINDOWS\system32\ntdll.dl...
- Tue Jun 27, 2006 4:13 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
- Tue Jun 27, 2006 3:33 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
it is an example that was included in the SDK. changed nothing to the code. no errors and waring when i compile placed it in the same folder where the other binaries are from the examples. this is getting hopeless i think :( I want to make my project in c++ instead of vb.net to get all the futures o...
- Tue Jun 27, 2006 3:12 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
- Tue Jun 27, 2006 2:50 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
- Tue Jun 27, 2006 2:40 pm
- Forum: Beginners Help
- Topic: program does nothing
- Replies: 17
- Views: 576
program does nothing
I compiled some of the tutorials with devc++ and placed the exe's in the same folder where the other exe's are. When I open the exe, the promt show up and closes immediately.
the compiler gives no errors or warnings.
any idea's?
the compiler gives no errors or warnings.
any idea's?
- Fri Jun 23, 2006 3:55 pm
- Forum: Beginners Help
- Topic: Questionb about c++ for Irrlicht
- Replies: 6
- Views: 436
- Fri Jun 23, 2006 11:32 am
- Forum: Beginners Help
- Topic: Questionb about c++ for Irrlicht
- Replies: 6
- Views: 436
- Fri Jun 23, 2006 10:30 am
- Forum: Beginners Help
- Topic: Questionb about c++ for Irrlicht
- Replies: 6
- Views: 436
Questionb about c++ for Irrlicht
This question sounds maybe stupid, but here it goes... Theer are two c++'s VC++ and the unmanaged c++ that you use in devc++ I mentioned that in the tut's the namepsace irr is used and not irrlicht. I just want to now for what version of c++ irrlicht is made. (version + editor ) i want to convert my...
- Sat Jun 17, 2006 7:35 pm
- Forum: Beginners Help
- Topic: changing, removing textures and meshes at runtime
- Replies: 7
- Views: 1069
Those nodes are declared as private class attributes. - within my constructor, I assign them a value like it is done in the tutorials. - The only method that can remove is my public sub destroy() ( tested this function when i press the x key to remove, other events works, so that isn't the problem :...
- Sat Jun 17, 2006 11:02 am
- Forum: Beginners Help
- Topic: changing, removing textures and meshes at runtime
- Replies: 7
- Views: 1069