Re: Newbie Question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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





.



Relevant Pages

  • Re: VS2003 - cannot establish a connection
    ... 1.- Downloaded the Windows CE Utilities for Visual Studio .NET 2003 Add-on Pack 1.1 from you might want to change the language. ... Finally I applied the upgrade to ActiveSync 4.2 and it's still working. ... I've been searching and reading on this issue with hardly any succes. ...
    (microsoft.public.pocketpc.developer)
  • Re: Automatic Form Fill in
    ... as in the Visual Studio IDE. ... Anil Gupte ... I will read the database based on the users profile and ... just fillin the form. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Newbie Question
    ... You can start creating a new C++/CLI project with Visual Studio 2008 using ... this sequence: ... New Project | Visual C++ | CLR | CLR Console Application ... information on his blogs and his CodeProject articles, ...
    (microsoft.public.dotnet.languages.vc)
  • invald cast System.Byte to System.Byte[]
    ... I am writing a program with MS Visual Studio .Net 2003, ... data from a MS SQL DB. ... Reading the data is fine, ...
    (microsoft.public.dotnet.general)
  • Re: fopen / corrupted file?
    ... I?m having a bit of an odd problem with fopen/fopen_s (same problem with ... The memory view in visual studio gives the following: ... Show us how you are reading the file. ...
    (microsoft.public.vc.language)