I was able to cast using the following:
ShellRunParams *pParams;
pParams = static_cast <ShellRunParams *> (cmdPBP);But I am getting a link error which I think is from linking C code with C++ code. Is it possible to use both C++ and C code in the same project with CW? Thanks Greg -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
