How to create a Custom AppWizard (exe)
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi :rolleyes: I encounter some problems while creating a new VC Custom Appwizard; the desired wizard should give the user a choise of creating dll or exe project. i also needed to add several details to the created dsp, according to the user's choice in one of the appWizard's dialogs, so i needed an access to the .dsp tamplate. i succeeded in creating dll project because i had the proper .dsp tamplate but couldn't adjust it to be a .dsp of an exe project. where can i find such templates (for MDI, SDI, Dialog based - exe/dll projects) or is there another solution. Thanks, Yael