I have compiled a LIB for Purebasic.
Now Purebasic Linker message:
POLINK:Error: Unresolved external symbol '___ftoll'
can help me to insert this symbol into the lib
Thanks
GT :)
Can i ask you - whats a reason to write in this branch? :)
Pelles C > C language > Beginner questions > Compiled LIB - External Symbol ___ftoll
The symbol ___ftoll is defined in the pocrt library.
This library is automatically included when you compile a project.
Where have been compiled the sources? Have you compiled from IDE or from command line?
In the last case you have to add the pocrt.lib in the linker flow (or crt.lib for static linking).
Now run a LIB for PureBasic
Settings:
#pragma ftol(inlined) for external symbol ___ftoll
Compiler Option:
/Zl for external symbol _fltused
;)
Modify for Purebasic this Code. http://disphelper.sourceforge.net/ (http://disphelper.sourceforge.net/)
Is very top code 8)