Click to See Complete Forum and Search --> : Create a package from a C++ Program


elyk
April 2nd, 2004, 10:33 PM
Sorry for the Newbie questions but I have recently received VC.Net and I am finally putting together some programs and want to turn them into a useable package.

How do I go about creating a distributable package out of a small program. The file uses several files including two text files which are both read and written to....

I know in VB.Net there is a packaging wizard in order to pull in all the components, resources and module files to make a complete package.

Any help would be appreciated....