Jump to content

HowTo? .. start unigui dll in webbrowser by pressing "play-button" in delphi


erich.wanker

Recommended Posts

Hi .. a crazy question :-)

my actual situation:

  • i compile my unigui project -  and become message "project can just be started if a host application is defined in start|parameters.."
  • open the explorer-folder where the DLL is just compiled
  • stop the apache  service
  • copy my DLL in htdoc-folder of apache
  • start webservice
  • start webbrowser
  • .. and take a look - it that (what i changed) works :-)

is it possible to do this automaticaly ...???

just press "play" in delphi ??

(without stop/start service, copy files ..)

ThanX for help

 

Erich

Link to comment
Share on other sites

if you intend to use hyperserver (recommanded), you can use simply your Desktop version  (.exe)  for your tests (debug mode).

After all is OK,

1. Rename your release myapplication.exe to myapplication.dll,  (as you are doing)

2. Stop server

3. put it on your alias folder

4. Start server

etc...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...