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
 
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
 
Back
Top