nurettin Posted July 18, 2016 Posted July 18, 2016 Hi, we have multiple projects using different versions of unigui (0.99.10 and 0.99.95) we have to transition slowly. Is there a way to determine which unigui version we are building with? I need to set UniServerModule soAllowStressTest flag depending on version. Quote
arilotta Posted December 18, 2018 Posted December 18, 2018 Hi all, I'm also trying to port my projects from release 1.00 to 1.50, and I'm finding many incompatibilities in CSS and JS. Is there a way to use a conditional compilation to differentiate the code based on the installed UniGUI build ? Something like: { IFDEF UNIGUI1.00} // old code { ELSIF UNIGUI1.50} // new code { ENDIF} Thanks in advance Andrea Quote
Sherzod Posted December 18, 2018 Posted December 18, 2018 Hi, http://forums.unigui.com/index.php?/topic/10132-2-version-of-unigui-on-one-computer/&do=findComment&comment=52923 Quote
arilotta Posted December 18, 2018 Posted December 18, 2018 Hi Sherzod, the linked post says that it is possible to have 2 different builds of Unigui on two different Delphi installations, and this would be very interesting. Could you supply installation instructions for such a configuraion ? But my question was a bit different. I would like to be able to have one single project, and compile it with two different Unigui builds. Where necessary, using a conditional define, I would like to compile different statements in order to be compatible with the compiling version. Hoping to have been clearer, thank you Andrea Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.