Visual C++.Net standard

M

Mike.Friedrichs

Group,

I have a 'C' interpreter which emulates win32 api's. Typically I use the
interpreter for building and checking the code. Once the code is debugged I
compile with VC 6.0.

My work offered me the Visual C++.Net 2003[standard] for $80.00, so I bought
the package. Does .NET allow me to compile win32 API(s)[non MFC] code.

Thanks,
MikeF
 
W

William DePalo [MVP VC++]

Mike.Friedrichs said:
My work offered me the Visual C++.Net 2003[standard] for $80.00, so I
bought the package. Does .NET allow me to compile win32 API(s)[non MFC]
code.

Yes, it does. What you do is to create a Win32 console project. If you have
trouble doing that (sadly, you wouldn't be the first if you do as it is less
than crystal clear) then post again in

microsoft.public.dotnet.languages.vc

Regards,
Will
 
M

Mike.Friedrichs

Yes, after looking around, for opening 'new' projects, I found what you
referred to. Thanks

I assume Visual C++ post should go to: microsoft.public.dotnet.languages.vc

MikeF

"William DePalo [MVP VC++]"
My work offered me the Visual C++.Net 2003[standard] for $80.00, so I
bought the package. Does .NET allow me to compile win32 API(s)[non MFC]
code.

Yes, it does. What you do is to create a Win32 console project. If you
have trouble doing that (sadly, you wouldn't be the first if you do as it
is less than crystal clear) then post again in

microsoft.public.dotnet.languages.vc

Regards,
Will
 

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