Search found 15 matches
- Wed Apr 30, 2008 3:44 pm
- Forum: Project Announcements
- Topic: Bullet physics demo
- Replies: 69
- Views: 47952
- Tue Mar 25, 2008 8:17 pm
- Forum: Beginners Help
- Topic: Problem with Bullet animator 0.2
- Replies: 5
- Views: 330
- Sat Mar 22, 2008 12:29 pm
- Forum: Beginners Help
- Topic: Problem with Bullet animator 0.2
- Replies: 5
- Views: 330
I get the same error if i change it to:
Code: Select all
bool CWorldEditorGUI::OnEvent(const SEvent& event)
- Sat Mar 22, 2008 10:07 am
- Forum: Beginners Help
- Topic: Problem with Bullet animator 0.2
- Replies: 5
- Views: 330
Problem with Bullet animator 0.2
Hi, I've downloaded the serializable Bullet animator. When I tried compiling it (with MSVC++ 2008), I get these errors: c:\documents and settings\******\mijn documenten\visual studio 2008\projects\game\game\gminigolfapp.cpp(84) : error C2259: 'CWorldEditorGUI' : cannot instantiate abstract class due...
- Thu Mar 13, 2008 4:34 pm
- Forum: Code Snippets
- Topic: Bullet physics animator
- Replies: 27
- Views: 24829
I get this errors: cworldeditorgui.cpp(268) : error C2440: 'initializing' : cannot convert from 'irr::core::list<T>::ConstIterator' to 'irr::core::list<T>::Iterator' with [ T=irr::scene::ISceneNode * ] No constructor could take the source type, or constructor overload resolution was ambiguous Can so...
- Sat Feb 02, 2008 2:42 pm
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4196
- Sat Feb 02, 2008 11:18 am
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4196
- Sat Feb 02, 2008 10:51 am
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4196
- Wed Jan 30, 2008 5:50 pm
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4196
I started with MT.
I tried all the others, and they didn't work.
No I switched it back, and I get another error along with the other two:
:s...
I tried all the others, and they didn't work.
No I switched it back, and I get another error along with the other two:
Code: Select all
LIBCMT.lib(wincrt0.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
- Wed Jan 30, 2008 4:30 pm
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4196
I already did that
Thanks anyway
Code: Select all
#pragma comment(lib, "ode.lib")
- Wed Jan 30, 2008 4:20 pm
- Forum: Beginners Help
- Topic: Problem with ODE/Irrlicht tutorial
- Replies: 16
- Views: 4196
Problem with ODE/Irrlicht tutorial
Hello everyone, I have a problem compiling this tutorial. (45-47) : warning C4305: '=' : truncation from 'double' to 'dReal' (106) : warning C4305: 'argument' : truncation from 'double' to 'dReal' (131) : warning C4305: 'argument' : truncation from 'double' to 'irr::f32' (158) : warning C4305: 'argu...
- Wed Jan 02, 2008 11:29 pm
- Forum: Beginners Help
- Topic: Win32 Example Error Irrlicht 1.4
- Replies: 7
- Views: 405
- Wed Jan 02, 2008 9:58 pm
- Forum: Beginners Help
- Topic: Win32 Example Error Irrlicht 1.4
- Replies: 7
- Views: 405
- Wed Jan 02, 2008 9:44 pm
- Forum: Beginners Help
- Topic: Win32 Example Error Irrlicht 1.4
- Replies: 7
- Views: 405
- Wed Jan 02, 2008 8:31 pm
- Forum: Beginners Help
- Topic: Win32 Example Error Irrlicht 1.4
- Replies: 7
- Views: 405
Win32 Example Error Irrlicht 1.4
Hi I have a problem when compiling the code of the "Win32 window" tutorial. The errors are: "expected '>' before '(' token" "expected identifier before '(' token" "expected '<' before '(' token" at line 196, which is: param.WindowId = reinterpret_cast(hIrrlich...