[fpc-pascal] Integration of fpc/jvm classes in java prorgram
    Luca Olivetti 
    luca at ventoso.org
       
    Sat Apr 18 20:24:56 CEST 2020
    
    
  
El 18/4/20 a les 20:04, Jonas Maebe ha escrit:
> 
> The hard part is that while most high level language features are
> available, none of the standard units are (apart from part of the System
> unit). This means you will have to write Pascal code against the Java
> API for anything non-trivial.
> 
> See https://wiki.freepascal.org/FPC_JVM for more information.
Thank you.
I think I'll try and use java directly: I followed the tutorials of this 
system and with eclipse it isn't too bad to write java code (though I 
instinctively don't like it).
The real problem is that I have do design the gui programmatically (2000 
lines of code for a label and a slider, ouch), it seems I cannot even 
use WindowsBuilder. It threw me back 25 years, when I built user 
interfaces in clipper, and even clipper was less verbose ;-)
Bye
-- 
Luca
    
    
More information about the fpc-pascal
mailing list