Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralLocalizing a Property Sheet Wizard Pin
SanShou12-Jan-04 5:33
SanShou12-Jan-04 5:33 
Questionhow can i convert from CString to CTime Pin
Member 78215412-Jan-04 5:27
Member 78215412-Jan-04 5:27 
AnswerRe: how can i convert from CString to CTime Pin
RChin12-Jan-04 5:57
RChin12-Jan-04 5:57 
AnswerRe: how can i convert from CString to CTime Pin
Jijo.Raj12-Jan-04 6:11
Jijo.Raj12-Jan-04 6:11 
GeneralRe: how can i convert from CString to CTime Pin
Member 78215412-Jan-04 10:59
Member 78215412-Jan-04 10:59 
GeneralFace Feature Detection Pin
Goh Hui Beng12-Jan-04 5:22
Goh Hui Beng12-Jan-04 5:22 
GeneralVC++ 7.1 and WINVER warnings on Windows 2000 Pin
sysop@HAL9K.com12-Jan-04 5:13
sysop@HAL9K.com12-Jan-04 5:13 
GeneralRe: VC++ 7.1 and WINVER warnings on Windows 2000 Pin
Joe Woodbury12-Jan-04 8:37
professionalJoe Woodbury12-Jan-04 8:37 
In Stdafx.h, define WINVER to a valid value.

While at it, define _WIN32_WINNT, _WIN32_WINDOWS and _WIN32_IE to the the values that reflect your target OS.

(And yes, 0x0500 is used for Windows 2000. For _WIN32_IE, decide what the minimal version of IE support you need--even if you don't use IE directly, you may use common controls which depended on IE for installation.)

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralSyntac Error Pin
Goh Hui Beng12-Jan-04 5:12
Goh Hui Beng12-Jan-04 5:12 
GeneralRe: Syntac Error Pin
Johnny ²12-Jan-04 5:22
Johnny ²12-Jan-04 5:22 
GeneralRe: Syntac Error Pin
Goh Hui Beng12-Jan-04 5:29
Goh Hui Beng12-Jan-04 5:29 
GeneralRe: Syntac Error Pin
Michael P Butler12-Jan-04 5:34
Michael P Butler12-Jan-04 5:34 
GeneralRe: Syntac Error Pin
Goh Hui Beng12-Jan-04 5:39
Goh Hui Beng12-Jan-04 5:39 
GeneralRe: Syntac Error Pin
Jijo.Raj12-Jan-04 6:20
Jijo.Raj12-Jan-04 6:20 
GeneralSMS Concatenation Header Pin
MarcoNedwig12-Jan-04 4:46
MarcoNedwig12-Jan-04 4:46 
Generalproblem shell'ing chkdsk.exe in winxp Pin
Jay++12-Jan-04 4:24
Jay++12-Jan-04 4:24 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
David Crow12-Jan-04 4:57
David Crow12-Jan-04 4:57 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
Jay++12-Jan-04 5:27
Jay++12-Jan-04 5:27 
GeneralRe: problem shell'ing chkdsk.exe in winxp Pin
David Crow12-Jan-04 7:20
David Crow12-Jan-04 7:20 
GeneralLoading >3GB tiff image Pin
Peter Woods12-Jan-04 4:16
Peter Woods12-Jan-04 4:16 
GeneralAVI in C++ Pin
Member 52521912-Jan-04 3:08
Member 52521912-Jan-04 3:08 
GeneralRe: AVI in C++ Pin
erkanina12-Jan-04 5:09
erkanina12-Jan-04 5:09 
GeneralRe: AVI in C++ Pin
Member 52521912-Jan-04 6:09
Member 52521912-Jan-04 6:09 
Generaladd an activeX to vc++ project Pin
sana55012-Jan-04 2:38
sana55012-Jan-04 2:38 
GeneralRe: add an activeX to vc++ project Pin
Monty212-Jan-04 2:45
Monty212-Jan-04 2:45 

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.