Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionW2A conversion Pin
namaskaaram28-Feb-06 16:56
namaskaaram28-Feb-06 16:56 
AnswerRe: W2A conversion Pin
Nibu babu thomas28-Feb-06 17:10
Nibu babu thomas28-Feb-06 17:10 
QuestionHow to open a **.exe file in a device driver program? Pin
momer28-Feb-06 16:56
momer28-Feb-06 16:56 
QuestionBeginner help--Creating EXE file Pin
Raza568028-Feb-06 16:54
Raza568028-Feb-06 16:54 
AnswerRe: Beginner help--Creating EXE file Pin
Nibu babu thomas28-Feb-06 17:00
Nibu babu thomas28-Feb-06 17:00 
AnswerRe: Beginner help--Creating EXE file Pin
Raza568028-Feb-06 19:16
Raza568028-Feb-06 19:16 
GeneralRe: Beginner help--Creating EXE file Pin
Cool Ju28-Feb-06 20:02
Cool Ju28-Feb-06 20:02 
QuestionVC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 16:49
sponsorJudah Gabriel Himango28-Feb-06 16:49 
Hi guys

This is probably an easy question for all you C++ experts, but C++ is not my native tongue so maybe you all could help me.

I'm trying to port a Visual C++ 6 codebase to Visual Studio 2003. In several of the header files, it's asking for native.h

#include <native.h>


For some reason VS2003 as well as VS2005 both don't know where this native.h file is, I'm getting the compiler error

"theFile.cpp(3): fatal error C1083: Cannot open include file: 'native.h': No such file or directory"


Searching my disk, native.h doesn't exist. Where is it? Do I need it? (removing the native.h import results in hundreds of compiler errors)


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Connor's Christmas Spectacular!
Judah Himango



-- modified at 23:15 Tuesday 28th February, 2006
AnswerRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:12
Nibu babu thomas28-Feb-06 17:12 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:14
sponsorJudah Gabriel Himango28-Feb-06 17:14 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:18
Nibu babu thomas28-Feb-06 17:18 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:21
sponsorJudah Gabriel Himango28-Feb-06 17:21 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:22
Nibu babu thomas28-Feb-06 17:22 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:24
sponsorJudah Gabriel Himango28-Feb-06 17:24 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:33
Nibu babu thomas28-Feb-06 17:33 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:46
sponsorJudah Gabriel Himango28-Feb-06 17:46 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 17:54
Nibu babu thomas28-Feb-06 17:54 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 17:57
sponsorJudah Gabriel Himango28-Feb-06 17:57 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 18:02
Nibu babu thomas28-Feb-06 18:02 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 18:03
sponsorJudah Gabriel Himango28-Feb-06 18:03 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Nibu babu thomas28-Feb-06 18:16
Nibu babu thomas28-Feb-06 18:16 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 18:17
sponsorJudah Gabriel Himango28-Feb-06 18:17 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Ryan Binns28-Feb-06 18:22
Ryan Binns28-Feb-06 18:22 
GeneralRe: VC6 to 2003/2005: where's native.h? Pin
Judah Gabriel Himango28-Feb-06 18:24
sponsorJudah Gabriel Himango28-Feb-06 18:24 
Questionrecvfrom Pin
derek728-Feb-06 15:46
derek728-Feb-06 15:46 

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.