Click here to Skip to main content
15,910,303 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: HTTP status code of a web address Pin
si_6920-Oct-04 5:16
si_6920-Oct-04 5:16 
GeneralPriority queue in MFC Pin
SimpleProgramer20-Oct-04 3:06
SimpleProgramer20-Oct-04 3:06 
GeneralRe: Priority queue in MFC Pin
Kevin McFarlane20-Oct-04 6:35
Kevin McFarlane20-Oct-04 6:35 
GeneralUpdateResource function Pin
includeh1020-Oct-04 3:06
includeh1020-Oct-04 3:06 
GeneralKey Combinations Pin
DarrollWalsh20-Oct-04 2:42
DarrollWalsh20-Oct-04 2:42 
Questionaccess CMainFrame? Pin
george ivanov20-Oct-04 2:36
george ivanov20-Oct-04 2:36 
AnswerRe: access CMainFrame? Pin
Vikram Kashyap20-Oct-04 2:55
Vikram Kashyap20-Oct-04 2:55 
GeneralVC6 Custom Appwizard Pin
abarbs20-Oct-04 2:23
abarbs20-Oct-04 2:23 
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<iconfiguration> pConfigs;
VARIANT dummy = {0};

pConfigs->AddToolSettings(L"mfc", L"0", dummy);

Any suggestions welcome.

Thanks in advance.
GeneralRe: VC6 Custom Appwizard Pin
Jim Crafton20-Oct-04 8:10
Jim Crafton20-Oct-04 8:10 
GeneralAdd -ins Pin
savilani120-Oct-04 2:01
savilani120-Oct-04 2:01 
GeneralRe: Add -ins Pin
Vikram Kashyap20-Oct-04 2:36
Vikram Kashyap20-Oct-04 2:36 
GeneralUsing resources from a dll in an exported class Pin
Jon Hulatt20-Oct-04 1:42
Jon Hulatt20-Oct-04 1:42 
GeneralRe: Using resources from a dll in an exported class Pin
Jim Crafton20-Oct-04 8:13
Jim Crafton20-Oct-04 8:13 
GeneralRe: Using resources from a dll in an exported class Pin
Jon Hulatt21-Oct-04 0:32
Jon Hulatt21-Oct-04 0:32 
QuestionHow do I do this? Pin
pubududilena20-Oct-04 0:49
pubududilena20-Oct-04 0:49 
AnswerRe: How do I do this? Pin
Maximilien20-Oct-04 2:43
Maximilien20-Oct-04 2:43 
GeneralRe: How do I do this? Pin
pubududilena20-Oct-04 18:04
pubududilena20-Oct-04 18:04 
GeneralRe: format of a zip (jar) file Pin
parths19-Oct-04 23:53
parths19-Oct-04 23:53 
Questionconvert jpg to bmp? Pin
Larsson19-Oct-04 22:47
Larsson19-Oct-04 22:47 
AnswerRe: convert jpg to bmp? Pin
Graham Bradshaw19-Oct-04 23:38
Graham Bradshaw19-Oct-04 23:38 
GeneralRe: convert jpg to bmp? Pin
Larsson19-Oct-04 23:41
Larsson19-Oct-04 23:41 
AnswerRe: convert jpg to bmp? Pin
pubududilena20-Oct-04 1:17
pubududilena20-Oct-04 1:17 
GeneralRe: convert jpg to bmp? Pin
Larsson20-Oct-04 1:41
Larsson20-Oct-04 1:41 
AnswerMicrosoft Paint Pin
SimpleProgramer20-Oct-04 3:10
SimpleProgramer20-Oct-04 3:10 
GeneralRe: Microsoft Paint Pin
Larsson20-Oct-04 3:12
Larsson20-Oct-04 3:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.