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
A

abarbs

@abarbs
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Custom AppWizard
    A abarbs

    Hi Anonymous, The tool is bscmake.exe Try the following: VARIANT dummy = {0}; CString browseInfoFileName; CComPtr pConfigs; //Place the following line into the string above: /o"\my_project\output_folder/project_name.bsc" pConfigs->AddToolSettings(L"bscmake.exe", browseInfoFileName.AllocSysString(), dummy); Better late than never

    C / C++ / MFC

  • VC6 Custom Appwizard
    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.

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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