Click here to Skip to main content
16,011,570 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Editbox identification problem Pin
gajendrakashyap29-Oct-06 20:00
gajendrakashyap29-Oct-06 20:00 
QuestionInputing data from .txt to array. Pin
Ramper29-Oct-06 16:09
Ramper29-Oct-06 16:09 
AnswerRe: Inputing data from .txt to array. Pin
benjymous29-Oct-06 21:47
benjymous29-Oct-06 21:47 
GeneralRe: Inputing data from .txt to array. Pin
Ramper30-Oct-06 8:07
Ramper30-Oct-06 8:07 
QuestionUse a MFC4.2 extension dll in vc2003.net, is that possible? Pin
Ralph.Law29-Oct-06 15:15
Ralph.Law29-Oct-06 15:15 
AnswerRe: Use a MFC4.2 extension dll in vc2003.net, is that possible? Pin
Mark Salsbery29-Oct-06 15:20
Mark Salsbery29-Oct-06 15:20 
GeneralRe: Use a MFC4.2 extension dll in vc2003.net, is that possible? Pin
Ralph.Law29-Oct-06 16:02
Ralph.Law29-Oct-06 16:02 
GeneralRe: Use a MFC4.2 extension dll in vc2003.net, is that possible? Pin
Mark Salsbery29-Oct-06 16:07
Mark Salsbery29-Oct-06 16:07 
I'm not sure how safe it would be. If you can link to the extension DLL and it runs then great.
The behavior, at best, would be undefined for any MFC extended classes that you derive from in
your client app though. Old MFC may allocate stuff the new MFC doesn't free, member variables
could be different, etc. Lots of room for things to go wrong Smile | :)


GeneralRe: Use a MFC4.2 extension dll in vc2003.net, is that possible? Pin
Mark Salsbery29-Oct-06 16:09
Mark Salsbery29-Oct-06 16:09 
QuestionCFile::Write() and disk-full condition Pin
Le Thanh Cong29-Oct-06 14:55
Le Thanh Cong29-Oct-06 14:55 
AnswerRe: CFile::Write() and disk-full condition Pin
Mark Salsbery29-Oct-06 15:18
Mark Salsbery29-Oct-06 15:18 
GeneralRe: CFile::Write() and disk-full condition Pin
Le Thanh Cong29-Oct-06 15:23
Le Thanh Cong29-Oct-06 15:23 
GeneralRe: CFile::Write() and disk-full condition Pin
Mark Salsbery29-Oct-06 15:27
Mark Salsbery29-Oct-06 15:27 
GeneralRe: CFile::Write() and disk-full condition Pin
Le Thanh Cong29-Oct-06 16:12
Le Thanh Cong29-Oct-06 16:12 
QuestionInitCommonControls and XP visual style Pin
Le Thanh Cong29-Oct-06 14:46
Le Thanh Cong29-Oct-06 14:46 
QuestionWhy C++/CLI? Pin
Demian Panello29-Oct-06 14:28
Demian Panello29-Oct-06 14:28 
AnswerRe: Why C++/CLI? Pin
Mark Salsbery29-Oct-06 14:40
Mark Salsbery29-Oct-06 14:40 
AnswerRe: Why C++/CLI? Pin
Jun Du29-Oct-06 14:41
Jun Du29-Oct-06 14:41 
GeneralRe: Why C++/CLI? Pin
uusheikh29-Oct-06 22:34
uusheikh29-Oct-06 22:34 
Questionproblem with pointers to pointers in VC++ Pin
watherby3329-Oct-06 9:50
watherby3329-Oct-06 9:50 
AnswerRe: problem with pointers to pointers in VC++ Pin
PJ Arends29-Oct-06 10:13
professionalPJ Arends29-Oct-06 10:13 
GeneralRe: problem with pointers to pointers in VC++ Pin
watherby3329-Oct-06 10:35
watherby3329-Oct-06 10:35 
QuestionC++/CLI Pin
Demian Panello29-Oct-06 9:04
Demian Panello29-Oct-06 9:04 
AnswerRe: C++/CLI Pin
Mark Salsbery29-Oct-06 9:33
Mark Salsbery29-Oct-06 9:33 
GeneralRe: C++/CLI [modified] Pin
Demian Panello29-Oct-06 10:28
Demian Panello29-Oct-06 10:28 

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.