|
-
September 4th, 2014, 08:07 AM
#2
Re: How to structure and step through a project using vb.net and vc++.net
afaik,
what you ask won't work with the VS2010 express version, since the express version doesn't allow mixed mode debugging.
it "might" work with the 2012 express, but I'm not entirely sure they enabled it there (there was mention about supporting mixed mode in 2012 express).
so for 2010 express
ALL of your code needs to be native, or ALL of it needs to be managed.
you can only debug whatever mode the executable/process starts in.
Edit:
if your version of VS express supports mixed mode, then in the project options, under debug there should be a checkbox for "Enable unmanaged code debugging".
Last edited by OReubens; September 4th, 2014 at 08:13 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|