possible to do regularC++ and COM/ATL dvlpt in new VS.NET

G

Guest

Hi,

I am currently doing C++/ATL/COM coding in VS version 6.0 and I want to move to the new Visual Studio .NET.

The problem is that I am new to COM/ATL coding and I am unsure whether VS.NET supports COM/ATL C++ development without too much pain.

Also, I would like to create regular C++ code within the new IDE. Thee CLR and pcode stuff can wait for now.

Thanks

Michael
 
K

Klaus H. Probst

Yes, ATL is still supported (actually much enhanced) and you can still do
plain C or C++.

--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/

michael thomas said:
Hi,

I am currently doing C++/ATL/COM coding in VS version 6.0 and I want to
move to the new Visual Studio .NET.
The problem is that I am new to COM/ATL coding and I am unsure whether
VS.NET supports COM/ATL C++ development without too much pain.
Also, I would like to create regular C++ code within the new IDE. Thee CLR
and pcode stuff can wait for now.
 
M

mt

Thanks Klaus


Klaus H. Probst said:
Yes, ATL is still supported (actually much enhanced) and you can still do
plain C or C++.

--
____________________
Klaus H. Probst, MVP
http://www.vbbox.com/


move to the new Visual Studio .NET.
VS.NET supports COM/ATL C++ development without too much pain. CLR
and pcode stuff can wait for now.
 

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