application runs error

M

miles

Hi, all

I try to run a VC.net program(I've compiled it with unmanaged code way in
compilation options, So I don't have to install the framework enviroment )
on XPE, but failed and What most surpprised me is that XPE reports different
error on different devices!!! I have two devices with the same hardware and
same XPE image. On one device, XPE reports that "Application configuration
incorrect, you should reinstall your application". But on the other,
"OleDlg.dll is missing, you should reinstall your application". For the
latter, after I copy the OleDlg.dll to the image, my application could run
correctly. However, for the former, after I do the same thing, my
application still cannot run and report the error as before.

Any suggestion?

Maverick
 
K

KM

Maverick,

What Dependency Walker shows on your application binary? Does your image(s) include all the app dependencies?

OleDlg.dll belongs to "OLE Dialog Interfaces" component.
 
M

miles

I got it. There is something wrong with my image. Thanks KM.
KM said:
Maverick,

What Dependency Walker shows on your application binary? Does your
image(s) include all the app dependencies?
 

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