Visual Studio 6.0 on XPe

  • Thread starter Thread starter Greg Chu
  • Start date Start date
Why would you like to do that?

It would probably violate license agreement.

Regards,
Slobodan
 
I need to debugg my vc++ application!
Slobodan Brcin said:
Why would you like to do that?

It would probably violate license agreement.

Regards,
Slobodan
 
Greg,

You may want to use VS remote debugging feature. Also, kernel debugger may
be a good debug output transport for you
(http://msdn.microsoft.com/library/en-us/dnxpesp1/html/xpe3rdparty.asp,
Microsoft Debugging Tools).

If you absolutely want to integrate VC in you image, there were a few
threads in this NG discussing how to run VC 6.0 on XPe images. You may want
to search google on subject.

KM

GC> I need to debug my vc++ application!
 
Yap,

Remote debugging can be easily setup, and it will always give you more
accurate picture that local debugging.

Regards,
Slobodan
 

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

Back
Top