Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to publish a C programming project

Status
Not open for further replies.

Silver_secret

Newbie level 1
Joined
Jun 9, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
Greeting all,
I am new to C programming. I'm using Microsoft visual studio C++2008. After i finish a project, how to publish it as an application, so it can use on other computer.`
 

Set project mode to "Release", then follow one of the following ways

Simplest way:
In the project setting, active the "use static library" option

Manual way:
Install redistributable package on target PC. You can download redistributable package from Microsoft website.
Download details: Microsoft Visual C++ 2008 Redistributable Package (x86)

Best way:
Make an install file by Installshield to embed all prerequisites in the setup file.
 

Do one thing , download inno setup , give executable and DLL files path in program and generate the installer package ...
 

yes, first you have to generate its executable file in the .exe format......search in google for software for generating .exe file
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top