API in XP Embedded

G

Guest

Hi All,

I have custom shell created in vb6 and using API to create any process I
need. These functions run fine in my development evironment(XP Pro).
However, once I put the custom shell in XPE image, the API call won't work.
Do I miss some component?

Thanks.

Joseph
 
G

Gordon Smith \(eMVP\)

joseph said:
Hi All,

I have custom shell created in vb6 and using API to create any
process I need. These functions run fine in my development
evironment(XP Pro). However, once I put the custom shell in XPE
image, the API call won't work. Do I miss some component?

Thanks.

Joseph

Which APIs?
 
S

Sean Liming \(eMVP\)

Did you run DependencyWalker and check against the configuration to make
sure all the DLLs to run the application are present?

EWF API or XPEPM API?

Regards,

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

Guest

I use 'Shell' to create a specific process, such as cmd.exe, and use
'CloseHandle' to close the process. The 'Shell' works fine, but the
'CloseHandle' does not work. why?

Thanks
 
G

Guest

Yes, I did run the DependencyWalker, and all the required DLLs are presented
in the system32.

XPEPM API.

So, what am I doing wrong?

Thanks.
 

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