Jump to content

jackfang0220

Members
  • Posts

    3
  • Joined

  • Last visited

jackfang0220's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. NO, I just want to have two version of application. One is for web brower , another is for native VCL application. If I develope an uniGUI application first , then I need to modified a native VCL application. What is the fastest way to modified. Thanks for help. Best Regards Jack Fang
  2. Hi Sir: This is what I changed in dpr file : program jtest1; uses Forms, ServerModule in 'ServerModule.pas' {UniServerModule: TUniGUIServerModule}, MainModule in 'MainModule.pas' {UniMainModule: TUniGUIMainModule}, Main in 'Main.pas' {MainForm: TUniForm}; {$R *.res} begin Application.Initialize; Application.MainFormOnTaskbar := True; Application.CreateForm( TMainForm, MainForm); Application.Run; end. But the erro says : [dcc32 Error] jtest1.dpr(16): E2197 Constant object cannot be passed as var parameter Please help , Thank you very much.
  3. Hi Sir: Can I disable the server and let the form show as VCL application? Is there any properties I need to adjust? MainForm or UniMainModule or UniServerModule? Thanks Jack Fang
×
×
  • Create New...