May 27, 2011 at 8:11am May 27, 2011 at 8:11am UTC
if i made a project in vc++ 2010 express
and i want to convert it in application how to convert it?
May 27, 2011 at 8:12am May 27, 2011 at 8:12am UTC
You can build the project with F7 (or Build->Build Project).
May 27, 2011 at 8:15am May 27, 2011 at 8:15am UTC
and then where will application save?
if i want to give application to any other i will not gives sourecode
i must give .exe tipe file
how to use that?
thanks got
Last edited on May 27, 2011 at 8:36am May 27, 2011 at 8:36am UTC
May 27, 2011 at 8:40am May 27, 2011 at 8:40am UTC
If you want to distribute, you should build in Release Configuration rather than debug.