cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to
how to
May 27, 2011 at 8:11am UTC
binarybot
(16)
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 UTC
hanst99
(2869)
You can build the project with F7 (or Build->Build Project).
May 27, 2011 at 8:15am UTC
binarybot
(16)
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 UTC
May 27, 2011 at 8:40am UTC
anonymous23323124
(1383)
If you want to distribute, you should build in
Release Configuration
rather than debug.
Topic archived. No new replies allowed.