Application not running

  • Thread starter Thread starter Silver
  • Start date Start date
S

Silver

Hello everybody,

I built a Windows Xp Embedded image with all the minimum components
needed to run my applications. The appliance seems to work correctly,
connects to the net and so on. Unfortunately my application does not
work. I then tried to add some more related components and then I built
a new image but still my application won't work. Is there a way to
understand which component(s) is missing?

You may find useful some of the following:
# I cannot trace or log application fault;
# Ethereal says WinPcap wpcap.dll is missing (but I installed it);
# my application is a typical IP gateway;
# network adapters are installed correctly;
# all TCP IP related components were installed.

Best regards

Mario Jannelli
www.silverino.com
 
Silver said:
Hello everybody,

I built a Windows Xp Embedded image with all the minimum components
needed to run my applications. The appliance seems to work correctly,
connects to the net and so on. Unfortunately my application does not
work. I then tried to add some more related components and then I built
a new image but still my application won't work. Is there a way to
understand which component(s) is missing?

You may find useful some of the following:
# I cannot trace or log application fault;
# Ethereal says WinPcap wpcap.dll is missing (but I installed it);
# my application is a typical IP gateway;
# network adapters are installed correctly;
# all TCP IP related components were installed.

Best regards

Mario Jannelli
www.silverino.com
1) Does it work on XPPro
2) Does it work on the XPPro Emulation build (see XPeFiles.com)
3) have you tried using dependency walker, filemon etc, to see what the
app is trying to access and can't?
 
Hello Adora Belle!
Thank you for your help. My application works on XP professional. With
Dependency Walker I found out I missed some libraries. I copied the
DLLs form XP professional but still no success. I will take a look to
XPPro Emulation build. What do I need to look for? Seems like that
searching "emulation" does not return any results.. :-(
TIA! :-)

Mario Jannelli
www.silverino.com
 
What kind of application ?
Are you using .net framework ? if so, which one ?
Are you using VS2003 or VS2005 ?
Is it a MFC or console C++ ?
 
Back
Top