
Posted:
Jan 31, 2002 @ 5:28pm
by Dan East
RWGast, you can just use the exact same Dependency Walker that comes with VC++ to view Windows CE dependencies. Although built for a different processor and OS, they all share the same PE (Portable Executable) file format.
I have written development "environments" for PC that support JScript and VBScript. Anyone know if JScript is available for Pocket PC in addition to VBScript? COM programming is no fun at all - at least I really don't care for it.
Dan East

Posted:
Jan 31, 2002 @ 10:13pm
by RwGast
Thanks for your replys guys, thats cool i can just use depends for the pc saves some trouble.
Ya i really do not want to do com programming for a scripting engine, especially since i know nothing about useing com in c++, i will probably just end up creating my own scripting engine for this project.