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

C / C++ / MFC

 
GeneralBrowse for folder and display contents in list control Pin
Ashman10-Feb-05 17:54
Ashman10-Feb-05 17:54 
GeneralRe: Browse for folder and display contents in list control Pin
David Crow11-Feb-05 3:05
David Crow11-Feb-05 3:05 
QuestionTo get filename from filepath..? Pin
Monisankar10-Feb-05 17:51
Monisankar10-Feb-05 17:51 
AnswerRe: To get filename from filepath..? Pin
ThatsAlok10-Feb-05 18:26
ThatsAlok10-Feb-05 18:26 
AnswerRe: To get filename from filepath..? Pin
rocky_pulley11-Feb-05 0:33
rocky_pulley11-Feb-05 0:33 
GeneralRe: To get filename from filepath..? Pin
rocky_pulley11-Feb-05 0:38
rocky_pulley11-Feb-05 0:38 
Generalporting 32 to 64 bit Pin
tssp10-Feb-05 17:15
tssp10-Feb-05 17:15 
GeneralRe: porting 32 to 64 bit Pin
Ryan Binns10-Feb-05 18:03
Ryan Binns10-Feb-05 18:03 
TssP wrote:
IA64 (orAMD64) processor with windows xp 64bit beta

WinXP 64-bit beta does not run on the IA64 architecture, only on the AMD64.

If you cast a pointer to an integer at any stage, use the ULONG_PTR data type, which is guaranteed to be the same size as a pointer, no matter what platform you're compiling for. Also use SetWindowLongPtr() and GetWindowLongPtr() instead of SetWindowLong() and GetWindowLong() for the same reason. There are other things to watch out for, but you'd best go through each method call and make sure it's going to work.

See here[^] for a few more things to watch out for.

Basically, check that any variable size changes are not going to cause you any problems.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

Questionhow to get a pointer to dialog associated with splitter view Pin
blue178910-Feb-05 17:02
sussblue178910-Feb-05 17:02 
GeneralHelp pls! How to fix splitter last row height Pin
dejavusoft10-Feb-05 16:19
dejavusoft10-Feb-05 16:19 
GeneralSerializing problem Pin
Yulianto.10-Feb-05 16:03
Yulianto.10-Feb-05 16:03 
GeneralRe: Serializing problem Pin
David Crow11-Feb-05 3:16
David Crow11-Feb-05 3:16 
GeneralC++ memory Pin
SnuhEyeless10-Feb-05 15:57
SnuhEyeless10-Feb-05 15:57 
GeneralRe: C++ memory Pin
rocky_pulley11-Feb-05 0:36
rocky_pulley11-Feb-05 0:36 
GeneralRe: C++ memory Pin
SnuhEyeless13-Feb-05 8:36
SnuhEyeless13-Feb-05 8:36 
GeneralPrevent closing in CPropertySheet Pin
Zero_divide_110-Feb-05 14:20
Zero_divide_110-Feb-05 14:20 
GeneralDrawing button Pin
joy00710-Feb-05 13:46
joy00710-Feb-05 13:46 
GeneralRe: Drawing button Pin
rocky_pulley11-Feb-05 4:25
rocky_pulley11-Feb-05 4:25 
GeneralTop Windows Pin
Joel Holdsworth10-Feb-05 11:40
Joel Holdsworth10-Feb-05 11:40 
GeneralRe: Top Windows Pin
rocky_pulley10-Feb-05 11:47
rocky_pulley10-Feb-05 11:47 
GeneralRe: Top Windows Pin
ThatsAlok10-Feb-05 18:37
ThatsAlok10-Feb-05 18:37 
GeneralRe: Top Windows Pin
Joel Holdsworth11-Feb-05 5:33
Joel Holdsworth11-Feb-05 5:33 
GeneralRe: Top Windows Pin
ThatsAlok12-Feb-05 1:59
ThatsAlok12-Feb-05 1:59 
QuestionHow can refresh screen? Pin
sysmatrix10-Feb-05 10:49
sysmatrix10-Feb-05 10:49 
AnswerRe: How can refresh screen? Pin
David Crow10-Feb-05 11:13
David Crow10-Feb-05 11:13 

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.