Search found 79 matches
- Fri Sep 01, 2006 10:38 pm
- Forum: Advanced Help
- Topic: Parallax and dynamic lights (and shadows)
- Replies: 12
- Views: 2340
- Fri Aug 25, 2006 7:52 am
- Forum: Code Snippets
- Topic: (C++) HealthBarSceneNode ( health bar above player)
- Replies: 16
- Views: 17854
- Fri Aug 25, 2006 7:45 am
- Forum: Open Discussion and Dev Announcements
- Topic: a series of strange limitations
- Replies: 8
- Views: 2065
- Wed Aug 23, 2006 9:03 am
- Forum: Advanced Help
- Topic: Edit: Odd segmentation fault....
- Replies: 10
- Views: 1681
- Mon Aug 21, 2006 3:10 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
- Sun Aug 20, 2006 7:28 pm
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
- Sat Aug 19, 2006 3:43 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
- Fri Aug 18, 2006 12:38 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
My bad, it was 4am and I was walking dead by then.
Hm.. I don't know what to do.. I'm getting into all kinds of trouble here with the allocators.. I added a constructor to my struct which has a stringc in it, to set it to "". But now irr::core::array is complaining, and I think I know why. I must ...
Hm.. I don't know what to do.. I'm getting into all kinds of trouble here with the allocators.. I added a constructor to my struct which has a stringc in it, to set it to "". But now irr::core::array is complaining, and I think I know why. I must ...
- Thu Aug 17, 2006 10:42 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
- Thu Aug 17, 2006 9:24 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
- Thu Aug 17, 2006 7:07 am
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
- Thu Aug 17, 2006 7:05 am
- Forum: Beginners Help
- Topic: Parallax mapping and Shadow
- Replies: 5
- Views: 1099
- Wed Aug 16, 2006 10:41 pm
- Forum: Bug reports
- Topic: irrAllocator in C++ 2005 Express
- Replies: 11
- Views: 1819
irrAllocator in C++ 2005 Express
//! deallocate memory for an array of objects
void deallocate(T* ptr)
{
internal_delete(ptr);
}
When I init a string as "" (empty), it passes the empty array (ptr=NULL) and crashes at internal_delete(ptr) saying Access violation reading location 0x00000008, which doesn't make any sense ...
void deallocate(T* ptr)
{
internal_delete(ptr);
}
When I init a string as "" (empty), it passes the empty array (ptr=NULL) and crashes at internal_delete(ptr) saying Access violation reading location 0x00000008, which doesn't make any sense ...
- Wed Aug 16, 2006 8:19 pm
- Forum: Advanced Help
- Topic: Edit: Odd segmentation fault....
- Replies: 10
- Views: 1681
- Wed Aug 16, 2006 10:25 am
- Forum: Beginners Help
- Topic: Irr 1.10 - createDeviceEx
- Replies: 4
- Views: 578