Click here to Skip to main content
15,925,255 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FTP problem with MFC Pin
Anonymous17-Jan-03 3:55
Anonymous17-Jan-03 3:55 
GeneralRe: FTP problem with MFC Pin
Ted Ferenc17-Jan-03 3:58
Ted Ferenc17-Jan-03 3:58 
Generalopen and close ports!!!!!! Pin
xxhimanshu16-Jan-03 1:11
xxhimanshu16-Jan-03 1:11 
GeneralAccessing password protected web sites Pin
Christoffer A. Andersen16-Jan-03 0:14
Christoffer A. Andersen16-Jan-03 0:14 
GeneralRe: Accessing password protected web sites Pin
Steve S16-Jan-03 2:21
Steve S16-Jan-03 2:21 
GeneralRe: Accessing password protected web sites Pin
Christoffer A. Andersen16-Jan-03 2:27
Christoffer A. Andersen16-Jan-03 2:27 
GeneralTHIS_FILE and __FILE__ Pin
-Dy15-Jan-03 23:56
-Dy15-Jan-03 23:56 
GeneralRe: THIS_FILE and __FILE__ Pin
Joaquín M López Muñoz16-Jan-03 0:03
Joaquín M López Muñoz16-Jan-03 0:03 
Well, these two objects are different beasts. __FILE__ is a macro expanding to the name of the file, i.e. everywhere you write __FILE__ is like you're writing instead "foo.cpp" or whatever the file is called. THIS_FILE is a true variable, not a macro, and moreover is mutable, which means you could even change its contents. As for the specific use of THIS_FILE I don't really know. Scanning thru the entire source code of MFC does not reveal any use of this variable.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: THIS_FILE and __FILE__ Pin
Rage16-Jan-03 1:10
professionalRage16-Jan-03 1:10 
GeneralWindows Timing performance Pin
Geert Craessaerts15-Jan-03 23:36
Geert Craessaerts15-Jan-03 23:36 
GeneralRe: Windows Timing performance Pin
Joel Lucsy16-Jan-03 3:26
Joel Lucsy16-Jan-03 3:26 
GeneralCapture the Packet Pin
summo15-Jan-03 23:29
summo15-Jan-03 23:29 
GeneralCapture the Packet Pin
summo15-Jan-03 23:26
summo15-Jan-03 23:26 
GeneralXSL help !! Pin
$iva15-Jan-03 23:16
$iva15-Jan-03 23:16 
GeneralShow ContextMenu of other window Pin
MaxiGroovy15-Jan-03 22:31
MaxiGroovy15-Jan-03 22:31 
GeneralRe: Show ContextMenu of other window Pin
Rage16-Jan-03 1:14
professionalRage16-Jan-03 1:14 
GeneralRe: Show ContextMenu of other window Pin
MaxiGroovy16-Jan-03 1:42
MaxiGroovy16-Jan-03 1:42 
GeneralRe: Show ContextMenu of other window Pin
Rage16-Jan-03 3:35
professionalRage16-Jan-03 3:35 
GeneralSemi transparent icons.. Pin
Luke Murray15-Jan-03 22:07
Luke Murray15-Jan-03 22:07 
GeneralPrintDlg Pin
15-Jan-03 21:45
suss15-Jan-03 21:45 
Generalparse xml Pin
storein15-Jan-03 20:26
storein15-Jan-03 20:26 
GeneralDisplaying errors 10s Pin
Ohaiyo15-Jan-03 19:38
Ohaiyo15-Jan-03 19:38 
QuestionHow can I get application path ? Pin
AhMan15-Jan-03 18:23
AhMan15-Jan-03 18:23 
AnswerRe: How can I get application path ? Pin
Mazdak15-Jan-03 19:45
Mazdak15-Jan-03 19:45 
AnswerRe: How can I get application path ? Pin
Mazdak15-Jan-03 20:55
Mazdak15-Jan-03 20:55 

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.