Click here to Skip to main content
15,903,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOnEndlabeleditTree () Pin
Binayak8-Sep-03 12:06
Binayak8-Sep-03 12:06 
GeneralRe: OnEndlabeleditTree () Pin
Phil Hamer8-Sep-03 14:59
Phil Hamer8-Sep-03 14:59 
GeneralExcel automation Pin
act_x8-Sep-03 11:34
act_x8-Sep-03 11:34 
GeneralRe: Excel automation Pin
Steve S8-Sep-03 22:15
Steve S8-Sep-03 22:15 
Generaldodgy communication is back Pin
godbert8-Sep-03 11:17
godbert8-Sep-03 11:17 
GeneralDeveloping software for Win2k+ Pin
John M. Drescher8-Sep-03 11:11
John M. Drescher8-Sep-03 11:11 
GeneralRe: Developing software for Win2k+ Pin
valikac8-Sep-03 12:34
valikac8-Sep-03 12:34 
GeneralRe: Developing software for Win2k+ Pin
Dangleberry8-Sep-03 22:50
sussDangleberry8-Sep-03 22:50 
There have been significant changes to some parts of MFC in VC7, CString for instance used to be reference counted in VC6, but is now an extension of basic_string in VC7. I think the upgrade to VC7 is much more frightening than the OS upgrade because a lot of compiler changes have been incorporated. Everything is manual, even memory leak detection has to be implemented manually, by dumping the leaks at the appropriate times for each project. Other than that you should have now problem specifying 0x0500 flag because 99% of all compiler version checking uses if(_WINNT >= blah) so if it compiles on NT 4.0 using a lower bit flag it'll compile on the Win2k Smile | :) .
GeneralRe: Developing software for Win2k+ Pin
Dangleberry8-Sep-03 22:51
sussDangleberry8-Sep-03 22:51 
QuestionCRichEditCtrl -- current column? Pin
mcguile2578-Sep-03 10:56
mcguile2578-Sep-03 10:56 
AnswerRe: CRichEditCtrl -- current column? Pin
Phil Hamer8-Sep-03 14:53
Phil Hamer8-Sep-03 14:53 
QuestionHow to restart my application? Pin
julych8-Sep-03 10:31
julych8-Sep-03 10:31 
AnswerRe: How to restart my application? Pin
geo_m9-Sep-03 7:23
geo_m9-Sep-03 7:23 
GeneralRunning a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 10:28
Juan Carlos Cobas8-Sep-03 10:28 
GeneralRe: Running a CGI-bin Pin
Anonymous8-Sep-03 10:57
Anonymous8-Sep-03 10:57 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 11:03
Juan Carlos Cobas8-Sep-03 11:03 
GeneralRe: Running a CGI-bin Pin
Anonymous8-Sep-03 11:19
Anonymous8-Sep-03 11:19 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 12:06
Juan Carlos Cobas8-Sep-03 12:06 
GeneralRe: Running a CGI-bin Pin
Ian Darling8-Sep-03 23:29
Ian Darling8-Sep-03 23:29 
GeneralRe: Running a CGI-bin Pin
antlers9-Sep-03 9:30
antlers9-Sep-03 9:30 
GeneralRe: Running a CGI-bin Pin
joshfl10-Sep-03 17:02
joshfl10-Sep-03 17:02 
General(Splitter Window) Debug Assertion Failed! Pin
Anonymous8-Sep-03 10:03
Anonymous8-Sep-03 10:03 
GeneralRe: (Splitter Window) Debug Assertion Failed! Pin
JWood8-Sep-03 13:24
JWood8-Sep-03 13:24 
GeneralRe: (Splitter Window) Debug Assertion Failed! Pin
Mike Dimmick9-Sep-03 2:14
Mike Dimmick9-Sep-03 2:14 
GeneralProblem with ListView in LVS_ICON and LVS_SMALLICON mode Pin
s_k8-Sep-03 9:48
s_k8-Sep-03 9:48 

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.