Search found 7 matches
- Tue Aug 28, 2012 19:46
- Forum: Help
- Topic: IrrlichtRenderer problem
- Replies: 4
- Views: 3674
Re: IrrlichtRenderer problem
i would recommend buying and reading a book about c or c++. there you should read the chapter about pointers and references. take a look at each byte in the following code: IrrlichtDevice & device = createDevice(video::EDT_OPENGL, dimension2d<u32>(640, 480), 16, false, false, false, &receive...
- Mon Sep 20, 2010 11:51
- Forum: Help
- Topic: runtime error when build static - vs2010
- Replies: 5
- Views: 4653
Re: runtime error when build static - vs2010
very thx for the good explanation.
now the problem is clear.
now the problem is clear.
- Tue Sep 14, 2010 11:58
- Forum: Help
- Topic: runtime error when build static - vs2010
- Replies: 5
- Views: 4653
Re: runtime error when build static - vs2010
hi, i think i understand the problem only half. i have at the moment the following libs in the project: ogre 1.7.1 boost* 1.4.2 ois (comming with ogre - version ?) cegui* 0.7.2 >base* >expat* >ogreRenderer* >fallagard* >silly* lua* 5.1 luabind* 0.9 libOgg* 1.2 libVORBIS* 1.3.1 >libVORBISFile* freeal...
- Sun Sep 12, 2010 16:40
- Forum: Help
- Topic: runtime error when build static - vs2010
- Replies: 5
- Views: 4653
runtime error when build static - vs2010
throwing assert: file: f:\dd\vctools\crt_bld\self_x86\crt\scr\dbgheap.c line: 1322 exception: _CrtIsValidHeapPointer(pUserData) debug output: ........... 'projekt.exe': Loaded 'C:\Windows\System32\wrap_oal.dll', Cannot find or open the PDB file HEAP[projekt.exe]: Invalid address specified to RtlVali...
- Fri Sep 10, 2010 18:09
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7504
Re: Issue with Static Linking of CEGUI v0.7.1 - Linux
hi, i apologise. i missed to add the precompiler define in one sub projekt (my error handler). thougth main project would be enought now it seams to working. btw why do i need to add some libs in main project for silly image and stuff? is it still using silly as dll - even if i build cegui stuff wit...
- Fri Sep 10, 2010 05:43
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7504
Re: Issue with Static Linking of CEGUI v0.7.1 - Linux
hi, ok maybe it's a different problem and maybe it's only at my side. i thougth it's maybe the same because of the error type and the functions we call. i was running premake to set up the projects for vs2008 and than opening it with vs2010 so the project gets updated to vs2010. in the project are c...
- Thu Sep 09, 2010 14:14
- Forum: Help
- Topic: Issue with Static Linking of CEGUI v0.7.1 - Linux
- Replies: 15
- Views: 7504
Re: Issue with Static Linking of CEGUI v0.7.1 - Linux
hi there, i have the same problem but using ms vs2010. (still using cegui 0.71) if i link it as dll all workes fine. if i link it as lib it gets linked - fine on the first look (warning lnk4221). but if i link my program using it i get link errors: (LNK2001), LNK2019. for example (of course dependin...