Help - Advantech API Problems

R

Richard

I'm trying to use the Advantech Watch Dog api with no luck. Even their test
program runs on XP Pro but not my XPe Image. The name of the program is
AdvLibTest.exe Filemon shows the following:

Files Not Found:

MFC42LOC.DLL
AdvLibTest.exe.LOCAL
AdvLibTest.exe.MANIFEST

First, I don't show any MFC42LOC.DLL on the Pro Machine either. I figure
its a Lock File?
What do I need to do to fix this. Lost a whole day messing with it now I
need help from some experts.

Richard
 
K

KM

Richard,
I'm trying to use the Advantech Watch Dog api with no luck. Even their test
program runs on XP Pro but not my XPe Image. The name of the program is
AdvLibTest.exe Filemon shows the following:

Files Not Found:

MFC42LOC.DLL
AdvLibTest.exe.LOCAL
AdvLibTest.exe.MANIFEST

These are usually not a problem. You should be looking for different failures in the log.
Can you laucnh the app with Dependency Walker/Profiling? That will show you the missing peices in red.
First, I don't show any MFC42LOC.DLL on the Pro Machine either. I figure
its a Lock File?

Most likely, it is a "locale" file. A version of the binary with localized resources.
 
K

KM

Richard,
I'm trying to use the Advantech Watch Dog api with no luck. Even their test
program runs on XP Pro but not my XPe Image. The name of the program is
AdvLibTest.exe Filemon shows the following:

Files Not Found:

MFC42LOC.DLL
AdvLibTest.exe.LOCAL
AdvLibTest.exe.MANIFEST

These are usually not a problem. You should be looking for different failures in the log.
Can you laucnh the app with Dependency Walker/Profiling? That will show you the missing peices in red.
First, I don't show any MFC42LOC.DLL on the Pro Machine either. I figure
its a Lock File?

Most likely, it is a "locale" file. A version of the binary with localized resources.
 
K

KM

You should try to find this file somewhere since it does not belong to OS.


As I said, the MFCXXLOC.Dll is just a localized version of the MFC library. It will be there on a non-English version of OS.
So, it may be there in some MUI packs or etc.

Richard, what version of the XP Pro OS you used to test the app?
 
R

Richard

I'm Using XP Pro SP2 and also SP1

KM said:
As I said, the MFCXXLOC.Dll is just a localized version of the MFC
library. It will be there on a non-English version of OS.
So, it may be there in some MUI packs or etc.

Richard, what version of the XP Pro OS you used to test the app?
 

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