While trying to compile a pb4 shell proggy on my Amiga, I encountered that some of the basic data types that work with PC version 4.5 are not recognized by Amiga version 4.0 - so do those listed in the guide, e.g. Define reisTota.ul fails, though mentioned in the manual.
Also I can't find any floating point types in the Amiga version's manual. In fact, the only working types seem to be
Code: Select all
stringvar.s
bytevar.b
charvar.c
wordvar.w
longvar.l
Can't be there is no floating point implementation?!
So my Question is: Is there a complete list of all basic data types that can be used with PureBasic 4.0 Amiga?
Thanks for any hints!