Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Menu IDs converting to Number (VS 2003) ?!? Pin
Rob Caldecott23-Jan-06 1:55
Rob Caldecott23-Jan-06 1:55 
AnswerRe: Menu IDs converting to Number (VS 2003) ?!? Pin
Warren Stevens23-Jan-06 2:26
Warren Stevens23-Jan-06 2:26 
QuestionXML to header Pin
Andre xxxxxxx22-Jan-06 11:49
Andre xxxxxxx22-Jan-06 11:49 
AnswerRe: XML to header Pin
__yb22-Jan-06 12:02
__yb22-Jan-06 12:02 
GeneralRe: XML to header Pin
Andre xxxxxxx22-Jan-06 12:09
Andre xxxxxxx22-Jan-06 12:09 
AnswerRe: XML to header Pin
Ryan Binns22-Jan-06 17:23
Ryan Binns22-Jan-06 17:23 
GeneralRe: XML to header Pin
Andre xxxxxxx23-Jan-06 1:26
Andre xxxxxxx23-Jan-06 1:26 
GeneralRe: XML to header Pin
Ryan Binns23-Jan-06 21:55
Ryan Binns23-Jan-06 21:55 
ABuenger  wrote:
That's correct, but you can't use C headers in the managed world. As mentioned C++/CLI expects additional keywords.

It accepts additional keywords (ref, value etc...) but does not expect them - they are not required. If you don't use them, it specifies standard unmanaged types. I have used header files of structures from VC6 completely unmodified in VS2005 without any issues, including unions, structs and enums.

Of course, there may be specific reasons why your header file doesn't work. Have you tried it?

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"

QuestionString table in SQL database? Pin
Andre xxxxxxx22-Jan-06 10:42
Andre xxxxxxx22-Jan-06 10:42 
AnswerRe: String table in SQL database? Pin
PJ Arends22-Jan-06 11:03
professionalPJ Arends22-Jan-06 11:03 
GeneralRe: String table in SQL database? Pin
Andre xxxxxxx22-Jan-06 11:26
Andre xxxxxxx22-Jan-06 11:26 
GeneralRe: String table in SQL database? Pin
PJ Arends22-Jan-06 11:52
professionalPJ Arends22-Jan-06 11:52 
AnswerRe: String table in SQL database? Pin
Stephen Hewitt22-Jan-06 11:15
Stephen Hewitt22-Jan-06 11:15 
GeneralRe: String table in SQL database? Pin
Andre xxxxxxx22-Jan-06 11:19
Andre xxxxxxx22-Jan-06 11:19 
GeneralRe: String table in SQL database? Pin
Stephen Hewitt22-Jan-06 11:26
Stephen Hewitt22-Jan-06 11:26 
GeneralRe: String table in SQL database? Pin
Andre xxxxxxx22-Jan-06 11:36
Andre xxxxxxx22-Jan-06 11:36 
GeneralRe: String table in SQL database? Pin
Stephen Hewitt22-Jan-06 11:41
Stephen Hewitt22-Jan-06 11:41 
GeneralRe: String table in SQL database? Pin
Andre xxxxxxx22-Jan-06 11:57
Andre xxxxxxx22-Jan-06 11:57 
GeneralRe: String table in SQL database? Pin
Stephen Hewitt22-Jan-06 12:05
Stephen Hewitt22-Jan-06 12:05 
GeneralRe: String table in SQL database? Pin
PJ Arends22-Jan-06 11:56
professionalPJ Arends22-Jan-06 11:56 
AnswerRe: String table in SQL database? Pin
JonEngle22-Jan-06 19:43
JonEngle22-Jan-06 19:43 
QuestionIcon not showing in CStatic Control Pin
Tom Moore22-Jan-06 10:09
Tom Moore22-Jan-06 10:09 
AnswerRe: Icon not showing in CStatic Control Pin
PJ Arends22-Jan-06 11:21
professionalPJ Arends22-Jan-06 11:21 
GeneralRe: Icon not showing in CStatic Control Pin
Ryan Binns22-Jan-06 17:37
Ryan Binns22-Jan-06 17:37 
AnswerRe: Icon not showing in CStatic Control Pin
Ryan Binns22-Jan-06 17:37
Ryan Binns22-Jan-06 17:37 

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.