Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC6 Custom Appwizard

VC6 Custom Appwizard

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialannouncementlounge
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    abarbs
    wrote on last edited by
    #1

    Hi, I have created a custom appwizard. I need to know how to update the fields on the general tab of the Project Settings dialog. I have been able to set the options on the Link tab using link.exe as a parameter and cl.exe as a parameter on the C/C++ tab. The following is used to set the MFC usage on the General tab of the Project Settings CComPtr pConfigs; VARIANT dummy = {0}; pConfigs->AddToolSettings(L"mfc", L"0", dummy); Any suggestions welcome. Thanks in advance.

    J 1 Reply Last reply
    0
    • A abarbs

      Hi, I have created a custom appwizard. I need to know how to update the fields on the general tab of the Project Settings dialog. I have been able to set the options on the Link tab using link.exe as a parameter and cl.exe as a parameter on the C/C++ tab. The following is used to set the MFC usage on the General tab of the Project Settings CComPtr pConfigs; VARIANT dummy = {0}; pConfigs->AddToolSettings(L"mfc", L"0", dummy); Any suggestions welcome. Thanks in advance.

      J Offline
      J Offline
      Jim Crafton
      wrote on last edited by
      #2

      There's a fair amount of sample code out - google is your friend. Here's code from the VCF(http://vcf.sf.net) project's VC6 App Wizard. http://cvs.sourceforge.net/viewcvs.py/vcf/vcf/build/vc60/add-ins/VCFAppWiz/[^] If you have a look in http://cvs.sourceforge.net/viewcvs.py/vcf/vcf/build/vc60/add-ins/VCFAppWiz/vcfwizardAw.cpp?rev=1.15&view=auto[^] you can see in CVcfwizardAppWiz::CustomizeProject(IBuildProject* pProject) where all sorts of different configuration settings are changed. ¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups