Click here to Skip to main content
15,898,849 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
Generalout of paper error Pin
thamate12-Apr-05 22:28
thamate12-Apr-05 22:28 
Generalstoring diffgram element values in database tables Pin
gauravmitra12-Apr-05 0:59
gauravmitra12-Apr-05 0:59 
GeneralConvert char to int Pin
Larsson10-Apr-05 8:21
Larsson10-Apr-05 8:21 
GeneralRe: Convert char to int Pin
Christian Graus10-Apr-05 11:53
protectorChristian Graus10-Apr-05 11:53 
GeneralRe: Convert char to int Pin
ddmcr11-Apr-05 9:07
ddmcr11-Apr-05 9:07 
GeneralRe: Convert char to int Pin
Larsson12-Apr-05 5:30
Larsson12-Apr-05 5:30 
GeneralRe: Convert char to int Pin
Christian Graus12-Apr-05 15:10
protectorChristian Graus12-Apr-05 15:10 
GeneralVC++.NET2003 - Error C2146 Compiler Conformance Pin
JSadleir10-Apr-05 0:39
JSadleir10-Apr-05 0:39 
Hail Programmers

I am trying to compile a VC++Net2003 Project that includes the following struct:

typedef struct xlref<br />
{<br />
WORD rwFirst;<br />
WORD rwLast;<br />
BYTE colFirst;<br />
BYTE colLast;<br />
} XLREF, FAR *LPXLREF;


The compiler chokes giving the following error message:

"c:\call.h(28) : error C2146 : syntax error : missing ';' before identifier 'rwFirst'"

MSDN suggests that this error occurs "as a result of compiler conformance work that was done for Visual Studio.Net 2003: explicit specialisations no longer find template parameters from primary template."

If anyone speaks MSDN, I'd be grateful if could you tell me how I fix the struct?

Regards

Jeremy
GeneralRe: VC++.NET2003 - Error C2146 Compiler Conformance Pin
Nick_Kisialiou10-Apr-05 13:43
Nick_Kisialiou10-Apr-05 13:43 
GeneralRe: VC++.NET2003 - Error C2146 Compiler Conformance Pin
JSadleir10-Apr-05 13:53
JSadleir10-Apr-05 13:53 
Generallinking error Pin
Member 16179999-Apr-05 5:46
Member 16179999-Apr-05 5:46 
GeneralRe: linking error Pin
ursus zeta10-Apr-05 11:14
ursus zeta10-Apr-05 11:14 
GeneralRe: linking error Pin
Member 161799912-Apr-05 4:49
Member 161799912-Apr-05 4:49 
GeneralRe: linking error Pin
ursus zeta14-Apr-05 10:29
ursus zeta14-Apr-05 10:29 
GeneralRe: linking error Pin
Member 161799914-Apr-05 14:30
Member 161799914-Apr-05 14:30 
GeneralCopy of MSFN post Pin
ursus zeta19-Apr-05 9:58
ursus zeta19-Apr-05 9:58 
GeneralRe: Copy of MSFN post Pin
Member 161799926-Apr-05 9:55
Member 161799926-Apr-05 9:55 
QuestionHow to use non .NET DLLs in .NET environment? Pin
Khang Nguyen8-Apr-05 5:29
Khang Nguyen8-Apr-05 5:29 
AnswerRe: How to use non .NET DLLs in .NET environment? Pin
ursus zeta10-Apr-05 10:22
ursus zeta10-Apr-05 10:22 
AnswerRe: How to use non .NET DLLs in .NET environment? Pin
Paul Ingles21-Apr-05 2:36
Paul Ingles21-Apr-05 2:36 
GeneralRe: How to use non .NET DLLs in .NET environment? Pin
Khang Nguyen21-Apr-05 5:57
Khang Nguyen21-Apr-05 5:57 
GeneralLocation of dependent assemblies Pin
mav.northwind8-Apr-05 2:31
mav.northwind8-Apr-05 2:31 
GeneralRe: Location of dependent assemblies Pin
mav.northwind14-Apr-05 20:53
mav.northwind14-Apr-05 20:53 
GeneralHelp me! Pin
Member 18628467-Apr-05 0:46
Member 18628467-Apr-05 0:46 
GeneralRe: Help me! Pin
Christian Graus7-Apr-05 13:19
protectorChristian Graus7-Apr-05 13:19 

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.