I have compile a library with TailBite (without Thread Safe option), but when I want to use these functions I got the following Polink error :
This error only appear when using certain functions, some of them perfectly works. For instance the function which don't work call PB's ExamineDirectory() procedure.Unresolved external symbol '_PB_StringBasePosition'
Then I recompile it with Thread Safe option, in spite of I never use Thread in my Lib. Now My last example file works, but not the previous one.
Now the missing functions are at least ''_SYS_CheckProcedureStringBuffer' and '_SYS_FreeProcedureStringBuffer' in spite of in some example I don't use String functions.
I've already ask some help on the French forum, but no one got an idea.
My sources are there
In this zip there are all sources codes, the Res and the Lib compiled without Thread Safe option.
Thanks for your help
Lio


