If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
RizzleR
Posts: 15 Joined: Tue Jun 15, 2004 10:12 am
Post
by RizzleR » Thu Jun 24, 2004 5:01 pm
so i'm building my app
and build release in VS 7
i send it to a buddy of mine including all files he need
he gets an weird error, i look up the error it is because of missing MS framework installation.
techdemo runs fine on his comp
so my question is:
is there a setting in irrlicht or VS7 which disables the use of MS framework?
bal
Posts: 829 Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium
Post
by bal » Thu Jun 24, 2004 5:22 pm
Don't make a C++.NET app but a regular one (Win32 Console or Windows Project).
saigumi
Posts: 921 Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:
Post
by saigumi » Thu Jun 24, 2004 5:24 pm
The way to do that is in the project options, turn off "Use Managed Code" or something like that. It's the "Managed" part that adds the .NET CLR into the fold even if it isn't being used.
Crud, how do I do this again?
RizzleR
Posts: 15 Joined: Tue Jun 15, 2004 10:12 am
Post
by RizzleR » Thu Jun 24, 2004 7:38 pm
u talking about the "Use Managed Extension" setting saigumi?
Guest
Post
by Guest » Thu Jun 24, 2004 10:18 pm
yeah he would be