Icon View Thread

The following is the text of the current message along with any replies.
Messages 21 to 26 of 26 total
Thread Was Defined.net Hacked???
Fri, May 9 2008 11:27 AMPermanent Link

"Rita"

"Dominique Willems" <dominique.willems@gmail.com> wrote in message
news:EC6B28D1-D5F7-4A30-9D46-B19024FB3FD0@news.elevatesoft.com...
>
> No, I admit of having committed the mortal sin of laziness. Smile
>

Bloody men! have you had a medical check up lately, no your fine
right. Check your nuts out has one got bigger or have u now got
3? Has a doc had is finger in your rear ? Men are so silly I bet
Defined let you down as much as the rest of us but you dont do
anything coz of your sin of laziness Wink

Tim please take Defined from your partners on your partner link.

Rita

Fri, May 9 2008 12:11 PMPermanent Link

"Dominique Willems"
Rita wrote:
> http://www.swvps.com/windows-vps.html

Also excellent! Thanks!

--
Fri, May 9 2008 12:11 PMPermanent Link

"Dominique Willems"
Rita wrote:
> I bet
> Defined let you down as much as the rest of us but you dont do
> anything coz of your sin of laziness Wink

That's correct. Smile


--
Fri, May 9 2008 2:44 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Rita,

<< Tim please take Defined from your partners on your partner link. >>

Will do.  Enough is enough.

--
Tim Young
Elevate Software
www.elevatesoft.com

Fri, May 9 2008 4:24 PMPermanent Link

"Ivan Sine"
> Did you change anything in your code to use it as a service, instead of
> a mere exe app?

Stand alone code:

program MyWebApp;
uses
 Forms,
 IWMain,
 ufrmMain in 'ufrmMain.pas' {frmMain: TIWAppForm},
 ServerController in 'ServerController.pas' {IWServerController:
TIWServerControllerBase},
 UserSessionUnit in 'UserSessionUnit.pas' {IWUserSession:
TIWUserSessionBase},

{$R *.res}

begin
 Application.Initialize;
 Application.CreateForm(TformIWMain, formIWMain);
 Application.Run;
end.

easily becomes service code.....

program MyWebApp;

uses
 IWInitService,
 ufrmMain in '..\EVW2\ufrmMain.pas' {frmMain: TIWAppForm},
 ServerController in '..\EVW2\ServerController.pas' {IWServerController:
TIWServerControllerBase},
 UserSessionUnit in '..\EVW2\UserSessionUnit.pas' {IWUserSession:
TIWUserSessionBase},

{$R *.res}

begin
 IWRun;
end.
Fri, May 9 2008 5:11 PMPermanent Link

"Dominique Willems"
Thanks. Will dig up the old app and start experimenting!
« Previous PagePage 3 of 3
Jump to Page:  1 2 3
Image