A Friday 13 June 2008 05:20:42, eehouse.org wrote:

> I can't make that work either. :-)
>
> /home/eehouse/dev/sf/WINCE_SVN/wince/cedict.c:637: undefined reference to
> `SHGetSpecialFolderPathW'
> /home/eehouse/dev/sf/WINCE_SVN/wince/cedict.c:643: undefined reference to
> `FindFirstFlashCard'
>

That is the linker complaining, which means we can fix it in the import libs.
But only if the functions really exists.  If the function is really there,
then please always try to dynamically get at the function with
GetProcAddress, while reporting such issues.  In most devices that
will be possible, unless it is exported only by ordinal.  If you can
get dynamically at it, and calling it works as expected, much 
googling around is prevented.

-- 
Pedro Alves

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to