Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: UINT and int question Pin
Joaquín M López Muñoz13-Feb-03 8:10
Joaquín M López Muñoz13-Feb-03 8:10 
GeneralRe: UINT and int question Pin
JoeSox13-Feb-03 8:23
JoeSox13-Feb-03 8:23 
GeneralRe: UINT and int question Pin
valikac13-Feb-03 8:19
valikac13-Feb-03 8:19 
Generalcan't display network computer Pin
IGeorgeI13-Feb-03 7:27
IGeorgeI13-Feb-03 7:27 
GeneralRe: can't display network computer Pin
Anders Molin13-Feb-03 14:46
professionalAnders Molin13-Feb-03 14:46 
QuestionHow can i use CString and CFileFind in a non MFC app Pin
Larsson13-Feb-03 6:43
Larsson13-Feb-03 6:43 
AnswerRe: How can i use CString and CFileFind in a non MFC app Pin
Joaquín M López Muñoz13-Feb-03 6:53
Joaquín M López Muñoz13-Feb-03 6:53 
AnswerRe: How can i use CString and CFileFind in a non MFC app Pin
PJ Arends13-Feb-03 7:10
professionalPJ Arends13-Feb-03 7:10 
CString and CFileFind are MFC classes, so they can not be used in non MFC apps. You can use std::string or TCHAR* arrays for strings. Use the FindFirstFile[Ex]() and FindNextFile() API functions instead of CFileFind (CFileFind is just a wrapper for these functions).

HTH



CPUA 0x5041

Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
AnswerRe: How can i use CString and CFileFind in a non MFC app Pin
MAAK13-Feb-03 13:36
MAAK13-Feb-03 13:36 
AnswerRe: How can i use CString and CFileFind in a non MFC app Pin
Anonymous13-Feb-03 16:59
Anonymous13-Feb-03 16:59 
QuestionMaking use of the preprocessor? Pin
moliate13-Feb-03 6:07
moliate13-Feb-03 6:07 
AnswerRe: Making use of the preprocessor? Pin
Chris Losinger13-Feb-03 6:31
professionalChris Losinger13-Feb-03 6:31 
GeneralRe: Making use of the preprocessor? Pin
moliate13-Feb-03 7:07
moliate13-Feb-03 7:07 
AnswerRe: Making use of the preprocessor? Pin
Joaquín M López Muñoz13-Feb-03 6:33
Joaquín M López Muñoz13-Feb-03 6:33 
GeneralRe: Making use of the preprocessor? Pin
moliate13-Feb-03 7:00
moliate13-Feb-03 7:00 
GeneralRe: Making use of the preprocessor? Pin
Joaquín M López Muñoz13-Feb-03 7:05
Joaquín M López Muñoz13-Feb-03 7:05 
GeneralAdding modal/modless dialogs to taskbar Pin
mister trunks13-Feb-03 6:03
mister trunks13-Feb-03 6:03 
GeneralRe: Adding modal/modless dialogs to taskbar Pin
mister trunks13-Feb-03 7:42
mister trunks13-Feb-03 7:42 
GeneralRe: Adding modal/modless dialogs to taskbar Pin
Alexinuk13-Feb-03 23:19
Alexinuk13-Feb-03 23:19 
Generalhyperterminal Pin
Sunnygirl13-Feb-03 5:50
Sunnygirl13-Feb-03 5:50 
GeneralRe: hyperterminal Pin
Artem Moroz13-Feb-03 8:48
Artem Moroz13-Feb-03 8:48 
General#error WINDOWS.H already included Pin
Larsson13-Feb-03 5:42
Larsson13-Feb-03 5:42 
GeneralRe: #error WINDOWS.H already included Pin
Joseph Dempsey13-Feb-03 5:52
Joseph Dempsey13-Feb-03 5:52 
GeneralRe: #error WINDOWS.H already included Pin
Larsson13-Feb-03 5:58
Larsson13-Feb-03 5:58 
GeneralRe: #error WINDOWS.H already included Pin
Joseph Dempsey13-Feb-03 8:31
Joseph Dempsey13-Feb-03 8:31 

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.