But now there is a new version out... should work without preferences (means even the library problem should be solved) and works from the IDE now
All enhancements and download link see first post
have fun

Moderators: gnozal, ABBKlaus, lexvictory
Code: Select all
./tailbite_linux /path/to/your/source.pb
But there isn't an syntactic error./home/purebasic/purebasic/Library_Source/edml_lib/purebasic_tb.asm [216]:
sPath = Left (sPath, Len (sPath) - (Len(StringField (sPath , CountString (sPath , "/") + 1, "/")) + 1))
error: invalid expression.
Code: Select all
ProcedureDll.f XSin(winkel.f)
preturn.f=Sin(winkel*(2*3.14159265/360))
ProcedureReturn preturn.f
EndProcedure