Re: Newbie Question
- From: "Anil Gupte/iCinema.com" <anil-list@xxxxxxxxxxx>
- Date: Tue, 4 Nov 2008 15:59:27 +0530
Thanx! Your english is very clear. I had trouble understanding the
technical stuff. Thanx for your help, I will do some reading on this.
--
Anil Gupte
www.keeninc.net
www.icinema.com
www.wizo.tv
"Giovanni Dicanio" <giovanniDOTdicanio@xxxxxxxxxxxxxxxxx> wrote in message
news:%23h8UI%23lPJHA.4760@xxxxxxxxxxxxxxxxxxxxxxx
"Anil Gupte/iCinema.com" <anil-list@xxxxxxxxxxx> ha scritto nel messaggio
news:urVMJ4lPJHA.576@xxxxxxxxxxxxxxxxxxxxxxx
I copy-pasted your code and still gives me lots of errors.
Error 1 error C2065: 'array' : undeclared identifier
Error 2 error C2653: 'System' : is not a class or namespace name
Error 3 error C2065: 'String' : undeclared identifier
Error 4 error C2059: syntax error : '>'
Error 5 error C2143: syntax error : missing ';' before '{'
Error 6 error C2447: '{' : missing function header (old-style formal
list?)
You can start creating a new C++/CLI project with Visual Studio 2008 using
this sequence:
New Project | Visual C++ | CLR | CLR Console Application
And you can copy-and-paste the code I posted there.
(Before posting that code, I built it on my VS2008 IDE.)
But where can I read more about use CLI extensions and managed
references?
Nish wrote a book about that topic:
http://www.amazon.com/CLI-Action-Manning-Nishant-Sivakumar/dp/1932394818
He masters the C++/CLI extensions, and I think that you can find
interesting information on his blogs and his CodeProject articles, too.
I hope that my "Italglish" is clear enough... ;)
Giovanni
.
- References:
- Newbie Question
- From: Anil Gupte/iCinema.com
- Re: Newbie Question
- From: Giovanni Dicanio
- Re: Newbie Question
- From: Anil Gupte/iCinema.com
- Re: Newbie Question
- From: Giovanni Dicanio
- Newbie Question
- Prev by Date: Re: porting from C++Builder
- Next by Date: Re: Newbie Question
- Previous by thread: Re: Newbie Question
- Next by thread: Re: Newbie Question
- Index(es):
Relevant Pages
|