2013/5/15 Michael Schnell <[email protected]> > On 05/14/2013 04:50 PM, Howard Page-Clark wrote: > >> >> Or create a Lazarus GUI app and implement Form1's OnCreate handler thus: >> >> Not all Targets an application might be intended to run on do provide a > (supported) GUI API. >
In the case I described it should be really a console App because there is no need of user interaction. So if I need to make a GUI App it would be waste of resource on the server. I really do not understand why I can not make a console App that uses the Graphics unit because in Delphi there is no problem on that. The use of fpimage and fpcanvas units really solves the problem, although I will have to use FreeType libraries, but it is ok. However, it will imply in considerable changes to the original code.
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
