Application Compiled in VS 2005

  • Thread starter Thread starter Pramod Korti
  • Start date Start date
P

Pramod Korti

Hello

I have build a new XPe image for my target. I have installed a third party
real time plugin in target to give real time capabilities to my application.

I have compiled the application in Visual Studio 6.0 and tested the
application. The application is working fine.

Now I wanted to move my application to Visual Studio 2005, so I have
upgraded the project to VS 2005 and compiled my code.

Here, I see that there is drastic change in size of executable generated
(almost one third in case of VS 2005). This application fails when run on
target platform.

Please let me know if we have to include any specific component while
building XPe to support application compiled using VS 2005.

Regards,
Pramod Korti
 
You might want to check with the real-time kernel provider to see what is
needed for VS2005. One thing you can do is run DependencyWalker on the
application to locat the DLLs needed to run the application.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Back
Top