Hello friends,
It has been years since I fiddled with C. I was hoping someone with a little experience with Visual C++ 2005 Express Edition to give me a hand with compiling my source codes.
I have a set of source codes from a program's creator, written in C. I can build a project from those sources and get an *.exe generated without errors in the "Debug" folder. However, when I try to create an installation package (*.msi), the executable in the "Debug" folder does not work on another machine.
Can someone suggest to me how to resolve this problem. I was told that I may need to create a release version of my executable but I am not sure how that is done. I wish to have my executable and a few additional icon and *.bmp files put together in an installation package (such as *.msi) to be release.
Thanks for you help and input in advance.
It has been years since I fiddled with C. I was hoping someone with a little experience with Visual C++ 2005 Express Edition to give me a hand with compiling my source codes.
I have a set of source codes from a program's creator, written in C. I can build a project from those sources and get an *.exe generated without errors in the "Debug" folder. However, when I try to create an installation package (*.msi), the executable in the "Debug" folder does not work on another machine.
Can someone suggest to me how to resolve this problem. I was told that I may need to create a release version of my executable but I am not sure how that is done. I wish to have my executable and a few additional icon and *.bmp files put together in an installation package (such as *.msi) to be release.
Thanks for you help and input in advance.