Update on C++/CLI

R

_R

Any late-breaking updates on C++/CLI docs or books? I've been waiting
for Lippman's book, listed as published in September, but it looks
like it's not available.

My primary project is conversion of a VS2003 wrapper for a legacy
Win32 DLL. I'm figuring that this should simpler and more reliable in
C++/CLI. I'd like to find docs and sample code for doing this.
 
C

Carl Daniel [VC++ MVP]

_R said:
Any late-breaking updates on C++/CLI docs or books? I've been waiting
for Lippman's book, listed as published in September, but it looks
like it's not available.

My primary project is conversion of a VS2003 wrapper for a legacy
Win32 DLL. I'm figuring that this should simpler and more reliable in
C++/CLI. I'd like to find docs and sample code for doing this.

The product (VS 2005) will launch on November 7. The VS 2005 documentation
does contain some samples and documentation for C++/CLI, and the C++/CLI
specification can be found on the internet.

Stan's book is apparently delayed, but I'm sure it'll be coming along.

-cd
 
P

Peter van der Goes

_R said:
Any late-breaking updates on C++/CLI docs or books? I've been waiting
for Lippman's book, listed as published in September, but it looks
like it's not available.

My primary project is conversion of a VS2003 wrapper for a legacy
Win32 DLL. I'm figuring that this should simpler and more reliable in
C++/CLI. I'd like to find docs and sample code for doing this.

Here are links:

http://download.microsoft.com/downl...6-482e-8dc1-0e14cd1670cd/C++-CLI Standard.pdf

http://msdn.microsoft.com/visualc/homepageheadlines/ecma/default.aspx
 
B

bonk

Carl said:
The product (VS 2005) will launch on November 7. The VS 2005 documentation
does contain some samples and documentation for C++/CLI, and the C++/CLI
specification can be found on the internet.

Stan's book is apparently delayed, but I'm sure it'll be coming along.

-cd
The product VS 2005 final is supposed to be available to MSDN
subscribers TODAY.
( http://channel9.msdn.com/ShowPost.aspx?PostID=126052 )

I was told there are a lot of books in the make on c++/CLI.
I know of 3:

"Pro Visual C++/CLI and the .NET 2.0 Platform"
http://www.apress.com/book/bookDisplay.html?bID=10082

"Pro Visual C++ 2005 for C# Developers"
http://www.apress.com/book/bookDisplay.html?bID=10074

"C++/CLI Essentials"
http://www.amazon.com/exec/obidos/A...8-1/ref=sr_8_xs_ap_i1_xgl/302-2997572-1032002
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top