Hi I have an application developed in Windows NT Embedded using Visual Studio 6.0. The application is developed in Visual C. Now the same application needs to be ported to Windows XP Embedded. Please let me know if I need to make any changes in the code ? How to identify that a call in windows NT needs to be modiifed for similar result in windows XP ? Regards, Pramod Korti
It shouldn't matter. The application should run on XPe so long as you have the right components. DependencyWalker will help. Regards, Sean Liming www.sjjmicro.com / www.seanliming.com Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit "Pramod Korti" wrote in message news:6ABD1A18-0B48-4DD2-9872-66BDA8F2312F@microsoft.com... > Hi > I have an application developed in Windows NT Embedded using Visual Studio > 6.0. The application is developed in Visual C. > > Now the same application needs to be ported to Windows XP Embedded. > > Please let me know if I need to make any changes in the code ? How to > identify that a call in windows NT needs to be modiifed for similar result > in > windows XP ? > > Regards, > Pramod Korti