Page 1 of 1

MS framework??

Posted: Thu Jun 24, 2004 5:01 pm
by RizzleR
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?

Posted: Thu Jun 24, 2004 5:22 pm
by bal
Don't make a C++.NET app but a regular one (Win32 Console or Windows Project).

Posted: Thu Jun 24, 2004 5:24 pm
by saigumi
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.

Posted: Thu Jun 24, 2004 7:38 pm
by RizzleR
u talking about the "Use Managed Extension" setting saigumi?

Posted: Thu Jun 24, 2004 10:18 pm
by Guest
yeah he would be