[fpc-devel] Dynamic GUI/Console apptype
    Henry Vermaak 
    henry.vermaak at gmail.com
       
    Sat Dec 26 18:19:35 CET 2009
    
    
  
> So, basically, make a GUI-mode application, let FPC release the console
> during its normal startup initialisations, then detect that the parent
> process was a console, and recapture the console... This could work,
You will also have to pause the execution of the terminal, since
otherwise it will still be active and take commands.  Read about the
console functions on msdn.
Henry
    
    
More information about the fpc-devel
mailing list