API in XP Embedded

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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?
 
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
 
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
 
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.
 
Back
Top