winsys11 Posted September 13, 2012 Posted September 13, 2012 Hi Everybody using XE2 U4. loaded uniGUI according to instructions. First test app was standalone with a grid hooked up to MSSQL, that worked fine. used the wizard for a new app, selected the VCL/ISAPI option I recreated my first app, it runs fine in VCL mode. I then commented out the {$define UNIGUI_VCL} When I build the project it still compiles the EXE and no dll is seen (EXE date time matches the actual compile time so I know it's getting built) What am I doing wrong please? TIA, Mark Quote
gerhard.kimmeringer Posted September 13, 2012 Posted September 13, 2012 Think you have forgot to uncheck "standaloneserver" in uniservermodule. Gerhard Quote
winsys11 Posted September 13, 2012 Author Posted September 13, 2012 Think you have forgot to uncheck "standaloneserver" in uniservermodule. Gerhard thsnks, I thought that might have been it, but alas it is aleady false. Any other good ideas? TIA, Mark Quote
heromo80 Posted September 14, 2012 Posted September 14, 2012 I solve commenting the line and reopen the project, do the same when compiled in exe... Quote
winsys11 Posted September 14, 2012 Author Posted September 14, 2012 Excellent result! thank you. Mark Quote
mmurgas Posted February 6, 2013 Posted February 6, 2013 Thanks ... //{$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI module' "I solve commenting the line and reopen the project, do the same when compiled in exe... " Quote
stas Posted July 13, 2014 Posted July 13, 2014 {$ifndef UNIGUI_VCL} library {$E dll} {$else} program {$E exe} {$endif} 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.