On 2016-04-18 08:51, Yuri wrote: > What is the best way to make only one instance per application running at > same time?
In my fpGUI applications I use SimpleIPC (included as standard with FPC) - it is a cross-platform way of getting the same result. Here is an example of what I do. https://github.com/graemeg/fpGUI/tree/develop/examples/apps/nanoedit Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp ------------------------------------------------------------------------------ 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

