[fpc-pascal] ppcjvm issues
    Michael Schnell 
    mschnell at lumino.de
       
    Mon Jan 16 10:40:49 CET 2017
    
    
  
On 14.01.2017 20:36, Lars wrote:
> What if you are porting code to a non jvm... if you copy and paste
> something and it has no free, you're screwed.
Sorry. I don't understand. AFAIK, in a non jvm project, free() always is 
provided (and used).
> i.e. say you have some JVM algorithms that now need to be used in win32 or
> bsd using the regular fpc compilation.... can't port them without
> inspecting the code carefully for missing free's
>
IMHOP, JVM based (or any other) pascal classes, that does not provide 
free() - even if dummy - simply should not exist.
-Michael
    
    
More information about the fpc-pascal
mailing list