0
votes
2answers
23 views
GUI Only By Using FPC
Hello,
I want to know how I can develop GUI applications(32 Bits) without using Delphi language(Object Pascsl), only by using FPC with Lazarus installed(Pascal). Thanks.
0
votes
2answers
22 views
Is $apptype a Best Pratice Comment?
Hello,
I just started using FPC to pratice more my old knowleadge of Pascal, but now for Linux, then I started seeing much this comment after the 'program' declaration:
{$apptype console}
But is …
1
vote
2answers
102 views
Empty main form in GUI app converted from Delphi to Lazarus
I have converted my 2 GUI apps from Delphi to Lazarus.
Both apps compile for Win32 platform, i386 and with GUI.
Main form were converted using Lazarus tool and can be edited from IDE.
But when I run …
0
votes
2answers
82 views
Win32 Mutex not waiting.
I am creating an application that implements inter process communication.
For this purpose I have set up a shared buffer, which seems to work fine.
Now, I need a way for the data generating …
0
votes
1answer
203 views
Linux linker flag -lXi not finding lib when compiling Lazarus code
After I solved my first problem I got into another one.
Looks like I'm missing some kind of library, making the linker complain that the -lXi is not working.
I've included most of the Xorg devel …
