.net framework

Discussion about everything. New games, 3d math, development tips...
Post Reply
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

.net framework

Post by omar shaaban »

just a very small question: i usually do my c++ programs using code:blocks and ms c++ 2009 compiler.
the question is what if i used MS visual c++ IDE will the user need to have .net framework to run my program (wether i use a .net frmework function or not) ?
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

if i recall correctly there is a setting for you to turn off .net functions and it will not require .net framework anymore. not sure which one tho as I'm not a visual c++ user myself.
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

so if i want to use .net framework function the user must have it!
well i guess Delphi is better in this point as it has alot of functions for rapid development of applications without need of the user to have a framework or a running environment.
ErUs
Posts: 165
Joined: Thu Oct 07, 2004 6:13 pm

Post by ErUs »

Out of interest; what functions/classes are you using from the .net framework?
Post Reply