Click here to Skip to main content
15,911,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC++ 6 problem Pin
shormi15-Apr-06 22:04
shormi15-Apr-06 22:04 
QuestionGet class info from file. ERROR? Pin
Virlene Cheng15-Apr-06 18:25
Virlene Cheng15-Apr-06 18:25 
AnswerRe: Get class info from file. ERROR? Pin
Stephen Hewitt15-Apr-06 18:35
Stephen Hewitt15-Apr-06 18:35 
AnswerRe: Get class info from file. ERROR? Pin
Ryan Binns15-Apr-06 22:05
Ryan Binns15-Apr-06 22:05 
QuestionDLL Thread Help Pin
borono15-Apr-06 18:12
borono15-Apr-06 18:12 
AnswerRe: DLL Thread Help Pin
Waldermort15-Apr-06 19:51
Waldermort15-Apr-06 19:51 
GeneralRe: DLL Thread Help Pin
borono16-Apr-06 7:28
borono16-Apr-06 7:28 
QuestionPorting VC6 to VC8 Pin
PJ Arends15-Apr-06 11:30
professionalPJ Arends15-Apr-06 11:30 
So, I am busy porting my MFC app from VC6 to VC8 and so far all is going rather well. Other then a bunch of warnings about deprecated CRT functions that were fairly easy to solve I am down to only two errors.

The first one comes about from simply including the WAB.h header file. It generates the following error
c:\program files\microsoft visual studio 8\vc\platformsdk\include\wabdefs.h(78) : error C2371: 'WCHAR' : redefinition; different basic types
        c:\program files\microsoft visual studio 8\vc\platformsdk\include\winnt.h(266) : see declaration of 'WCHAR'
It seems kind of stupid that simply including a file provided by in the PSDK would generate an error like that. I will have to find some kind of work around.

The second one is that the file WinFax.h that is needed to use the FaxStartPrintJob API is not included with VS 2005. I am wondering if I should copy the old versions that I have (Feb 2001 PSDK) over to the new VC8 SDK directories. Or is a more current version to be found elsewhere?


You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good - Use it!
AnswerRe: Porting VC6 to VC8 Pin
PJ Arends15-Apr-06 11:56
professionalPJ Arends15-Apr-06 11:56 
GeneralRe: Porting VC6 to VC8 Pin
Jörgen Sigvardsson15-Apr-06 13:12
Jörgen Sigvardsson15-Apr-06 13:12 
GeneralRe: Porting VC6 to VC8 Pin
PJ Arends15-Apr-06 13:34
professionalPJ Arends15-Apr-06 13:34 
GeneralRe: Porting VC6 to VC8 Pin
Ryan Binns15-Apr-06 22:10
Ryan Binns15-Apr-06 22:10 
Questionreading from database Pin
aguest15-Apr-06 11:23
aguest15-Apr-06 11:23 
AnswerRe: reading from database Pin
Maxwell Chen15-Apr-06 17:39
Maxwell Chen15-Apr-06 17:39 
QuestionNative Apps Pin
Julian Goldsmith15-Apr-06 10:52
Julian Goldsmith15-Apr-06 10:52 
AnswerRe: Native Apps Pin
Maxwell Chen15-Apr-06 17:36
Maxwell Chen15-Apr-06 17:36 
Questionhow would i get the windows directory in kernel mode? Pin
Jimmy638915-Apr-06 10:35
Jimmy638915-Apr-06 10:35 
AnswerRe: how would i get the windows directory in kernel mode? Pin
Julian Goldsmith15-Apr-06 10:54
Julian Goldsmith15-Apr-06 10:54 
QuestionHow to get internet connection speed ??? Pin
IvanBeograd15-Apr-06 10:30
IvanBeograd15-Apr-06 10:30 
AnswerRe: How to get internet connection speed ??? Pin
IvanBeograd16-Apr-06 10:14
IvanBeograd16-Apr-06 10:14 
Questioninline declaration? Pin
9ine15-Apr-06 7:37
9ine15-Apr-06 7:37 
AnswerRe: inline declaration? Pin
Maxwell Chen15-Apr-06 8:03
Maxwell Chen15-Apr-06 8:03 
GeneralRe: inline declaration? Pin
9ine15-Apr-06 8:55
9ine15-Apr-06 8:55 
GeneralRe: inline declaration? Pin
Maxwell Chen15-Apr-06 9:34
Maxwell Chen15-Apr-06 9:34 
AnswerRe: inline declaration? Pin
Michael Dunn15-Apr-06 14:30
sitebuilderMichael Dunn15-Apr-06 14:30 

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.