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

Managed C++/CLI

 
AnswerRe: CArchiveException exception is not caught in catch(CArchiveException* e) block Pin
Luc Pattyn17-Feb-12 6:42
sitebuilderLuc Pattyn17-Feb-12 6:42 
AnswerRe: CArchiveException exception is not caught in catch(CArchiveException* e) block Pin
John Schroedl17-Feb-12 7:37
professionalJohn Schroedl17-Feb-12 7:37 
GeneralRe: CArchiveException exception is not caught in catch(CArchiveException* e) block Pin
Richard MacCutchan17-Feb-12 21:30
mveRichard MacCutchan17-Feb-12 21:30 
QuestionCalling DLL problem Pin
Member 447869216-Feb-12 23:32
Member 447869216-Feb-12 23:32 
QuestionConstructor Pin
Lamos Paul15-Feb-12 13:42
Lamos Paul15-Feb-12 13:42 
AnswerRe: Constructor Pin
Richard Andrew x6415-Feb-12 13:55
professionalRichard Andrew x6415-Feb-12 13:55 
AnswerRe: Constructor Pin
Luc Pattyn20-Feb-12 8:48
sitebuilderLuc Pattyn20-Feb-12 8:48 
Questionerror C2143: syntax error : missing ';' before '*' Pin
Sam Hobbs13-Feb-12 18:56
Sam Hobbs13-Feb-12 18:56 
I am using VS 2010 Professional.

I am getting the error:

error C2143: syntax error : missing ';' before '*'


From:

C#
Unmanaged *pu;


I assume there is something very simple that I am overlooking. This problem can be easily re-created. I re-created it by creating a Visual C++ CLR Class Librsry project. Then I used the Class Wizard to create an unmanaged class called Unmanaged. Then in the managed Class1 class I added the line shown above. Then I built that without any other changes and got the error. I do not understand why.
AnswerRe: error C2143: syntax error : missing ';' before '*' Pin
Richard MacCutchan13-Feb-12 22:34
mveRichard MacCutchan13-Feb-12 22:34 
GeneralRe: error C2143: syntax error : missing ';' before '*' Pin
Sam Hobbs13-Feb-12 23:36
Sam Hobbs13-Feb-12 23:36 
GeneralRe: error C2143: syntax error : missing ';' before '*' Pin
Richard MacCutchan13-Feb-12 23:43
mveRichard MacCutchan13-Feb-12 23:43 
QuestionWhich is better - a long list of potentially null parameters or a Key Value list Pin
Ger Hayden8-Feb-12 4:18
Ger Hayden8-Feb-12 4:18 
AnswerRe: Which is better - a long list of potentially null parameters or a Key Value list Pin
Luc Pattyn8-Feb-12 4:28
sitebuilderLuc Pattyn8-Feb-12 4:28 
GeneralRe: Which is better - a long list of potentially null parameters or a Key Value list Pin
Ger Hayden8-Feb-12 7:47
Ger Hayden8-Feb-12 7:47 
AnswerRe: Which is better - a long list of potentially null parameters or a Key Value list Pin
Luc Pattyn8-Feb-12 8:17
sitebuilderLuc Pattyn8-Feb-12 8:17 
GeneralRe: Which is better - a long list of potentially null parameters or a Key Value list Pin
Ger Hayden8-Feb-12 21:46
Ger Hayden8-Feb-12 21:46 
AnswerRe: Which is better - a long list of potentially null parameters or a Key Value list Pin
Philippe Mori19-Feb-12 2:15
Philippe Mori19-Feb-12 2:15 
QuestionDLL Not getting registered Pin
arc.dream2-Feb-12 22:21
arc.dream2-Feb-12 22:21 
AnswerRe: DLL Not getting registered Pin
Wes Aday8-Feb-12 9:41
professionalWes Aday8-Feb-12 9:41 
AnswerRe: DLL Not getting registered Pin
rana ray14-Feb-12 19:07
rana ray14-Feb-12 19:07 
AnswerRe: DLL Not getting registered Pin
Chandrakantt29-Feb-12 6:29
Chandrakantt29-Feb-12 6:29 
QuestionOTS COM elevation problem standard user not seeing debug messages or writing to the registry Pin
Christine_Irene25-Jan-12 9:33
Christine_Irene25-Jan-12 9:33 
QuestionHow can I get /clr support it's giving errors Pin
appollosputnik24-Jan-12 0:58
appollosputnik24-Jan-12 0:58 
AnswerRe: How can I get /clr support it's giving errors Pin
Wes Aday24-Jan-12 3:18
professionalWes Aday24-Jan-12 3:18 
GeneralRe: How can I get /clr support it's giving errors Pin
appollosputnik24-Jan-12 19:59
appollosputnik24-Jan-12 19:59 

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.