Compiled LIB - External Symbol ___ftoll

Started by mk-soft, May 04, 2007, 12:40:26 AM

Previous topic - Next topic

mk-soft

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 :)


sp00n

Can i ask you - whats a reason to write in this branch? :)
Pelles C > C language > Beginner questions > Compiled LIB - External Symbol ___ftoll

frankie

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).
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide

mk-soft

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/

Is very top code 8)