|
-
January 12th, 2005, 12:41 PM
#1
compiles in v6, error C2143 in .NET
The following code compiles in c++ v6, but produces error C1243 in .NET 2003 :-
typedef __declspec(dllexport) struct flucsLuminaireRecord
{ <<<<<<< error here <<<<<<<<<
char ID[LUMINAIRENAME];
char categ[CATEGORY];
} FlucsLuminaireRecord;
error C2143: syntax error : missing ';' before '<class-head>'
Anyone know why?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|