Page 1 of 1

Linkerror with new harbour and fwppc

PostPosted: Mon Feb 27, 2006 6:20 pm
by Thomas Grueninger
Hello,

after update the latest fwppc and harbour i have

FiveCEC.lib(AYGSHELL.obj) : error LNK2019: unresolved external symbol SHGetDocumentsFolder referenced in function "void __cdecl HB_FUN_SHGETDOCUMENTSFOLDER(void
)" (?HB_FUN_SHGETDOCUMENTSFOLDER@@YAXXZ)

A solution for this problem?

Regards,
Thomas

PostPosted: Mon Feb 27, 2006 6:22 pm
by Antonio Linares
Thomas,

In buildce.bat a new lib is used:

echo %vcdir%\lib\arm\ceshell.lib >> msvc.tmp

PostPosted: Mon Feb 27, 2006 7:16 pm
by Thomas Grueninger
Hello Antonio,

many thanks, it works.

Regards,
Thomas