Didn't test but you can normaly use UniqueInstance. It has component
for Lazarus IDE components palette and only this is LCL. Backend is
FCL. Just add UniqueInstanceRaw to your project "uses" section and
before application run, call:
begin
if InstanceRunning then
begin
ShowMessage('Application is already running');
Exit;
end;
application.createform(tmainfo,mainfo);
application.run;
end.
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk