Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll problem using installshield

Status
Not open for further replies.

scienzia

Programmer
Feb 21, 2002
160
0
0
IT
I made a small MFC application (about 100kB), and I would like to make the setup exe with the installshield in bundle with VisualC++.
I installed installshield, and run it from inside visualC++.
I selected the project and the program found dependencies with 1 ocx and 2 dll.
Everything went ok, but when I tryed to install my application on another pc I found a dll missing (mfc42d.dll), I put it in the resource file, and had the same problem with another dll.....

Should I put all the mfc*.dll files in my resource files?

Is there a way to change from shared dll to static link after the first mfc wizard??

Would I solve the problem with static link mfc libraries?

Thanks in advance....

 
Try going to the project properties and telling it to Use MFC in a static library. ~~~~~~~~~~~~~~~~~~~~~~
Adam Horky
Sealevel Systems, Inc.
(864)843-4343
~~~~~~~~~~~~~~~~~~~~~~
 
thanks, I also had to use release instead of debug.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top