Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
powerpop
Posts: 171 Joined: Thu Jan 08, 2004 1:39 am
Location: san francisco
Post
by powerpop » Tue Jan 13, 2004 1:38 am
just in case you missed it at the bottom of the offtopic thread you can try Ping.net in its very raw form at:
http://www.ping.net/snapshots/ping1.zip
and here is a screenshot - its got a nice skybox - two blocks you can place around the map - or add your own if you have 3ds objects - thanks to boogle for the character code - oh, and be careful, you can fall off the edge - i will be converting over ramps and staircase blocks so you can make things to climb - and scripting will be coming in the not too distanct future for game logic
powerpop
Posts: 171 Joined: Thu Jan 08, 2004 1:39 am
Location: san francisco
Post
by powerpop » Tue Jan 13, 2004 7:06 pm
anyone know why my app requires a .NET framework file when others run it?
the error is that it says it is initializing a .NET framework and is missing:
c:\Windows\Microsoft.NET\Framework\V1.1.4322\mscorwrks.dll
how can i compile in Visual Studio so this dependency does not exist?
saigumi
Posts: 921 Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:
Post
by saigumi » Tue Jan 13, 2004 7:17 pm
The most likely reason is that you have "Use Managed Extensions" on in your project.
Go into your project properties->General and turn it off.
Crud, how do I do this again?
powerpop
Posts: 171 Joined: Thu Jan 08, 2004 1:39 am
Location: san francisco
Post
by powerpop » Wed Jan 14, 2004 12:03 am
thanks sauigami, that fixed it!