Hi,
Like your other problem, it sounds like another one of those cases where
WinCE doesn't define ShellExecuteExW but only ShellExecuteEx (with the same
signature as ShellExecuteExW). You can verify this for instance
by running "strings" on the right library-file.
The fix is to #ifdef the prototype in the header with _WIN32_WCE and declare
the function as ShellExecuteEx instead of ShellExecuteExW + ShellExecuteExA
with a #define ShellExecuteEx depending on UNICODE.
If that doesn't make a lot of sense right now, it probably will when you
peek in the header ;) Oh, and please submit a patch if you get the header
fixed, if that is indeed the problem.
Best regards,
Carsten Sorensen
On 05/10/2007, Jacek M. Holeczek <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I've got another problem.
>
> I am trying to play a bit with arm-wince-mingw32ce (0.50-cygwin).
>
> I'd like to use ShellExecuteEx in my code.
> The code compiles fine, but the linker complains "undefined reference to
> `ShellExecuteExW'".
>
> Any idea?
>
> Thanks in advance,
> Best regards,
> Jacek.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Cegcc-devel mailing list
> Cegcc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cegcc-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel