Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / June 2005

Tip: Looking for answers? Try searching our database.

use VS.net to write pure c++

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jazz - 14 Jun 2005 16:52 GMT
Hello,
I am using VS.Net2003 as editor to write my pure C++ program, in other words
I am not using any .net feature and all the code are unmanaged. How do I tell
the compiler(VS.Net 2003) this is what I want, as by defaulti it seems I
cannot see the address information of the the pointer etc(which we see in
VS6).
Thanks,
Jazz
adebaene@club-internet.fr - 14 Jun 2005 17:53 GMT
Jazz a écrit :
> Hello,
> I am using VS.Net2003 as editor to write my pure C++ program, in other words
> I am not using any .net feature and all the code are unmanaged. How do I tell
> the compiler(VS.Net 2003) this is what I want,

Compile without the /clr switch. The simplest way is to create an
unmanaged project (either console, either winddow), and add your files
to it.

> as by defaulti it seems I
> cannot see the address information of the the pointer etc(which we see in
> VS6).
?? What do you mean? The compiler does ot allow to "see the address
information of the the pointer". Are you talking about the debugger ?

Arnaud
MVP - VC
Jazz - 14 Jun 2005 19:53 GMT
Thanks.

> Jazz a écrit :
> > Hello,
[quoted text clipped - 14 lines]
> Arnaud
> MVP - VC
Peter van der Goes - 14 Jun 2005 17:55 GMT
> Hello,
> I am using VS.Net2003 as editor to write my pure C++ program, in other
[quoted text clipped - 6 lines]
> Thanks,
> Jazz

I'm having no trouble seeing the hex addresses stored in my pointers in
either the Autos or Locals tabs in the output window. (No special settings
to indicate unmanaged code) This in a Win 32 Console project started from
scratch as an empty project. What project type and template are you using?

Signature

Peter [MVP Visual Developer]
Jack of all trades, master of none.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.