Application not running

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
 
A

Adora Belle Dearheart

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?
 
S

Silver

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
 
P

Pascal Bouchard

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++ ?
 
S

Silver

Dear Pascal,

thank you for your message. My application is a Console Application,
developed in C++ with Visual Studio 2005, no MFC.

Thanx!

Mario Jannelli
www.silverino.com
 

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

Top