Re: [DUG]: DCOM and NT

1999-08-06 Thread Peter's Hotmail
Sorry bout that. I just tried http://www.execpc.com/~dmiser/ and it works fine. - Original Message - From: Jeremy Coulter <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Sent: Friday, August 06, 1999 4:40 PM Subject: RE: [DUG]: DCOM and NT

RE: [DUG]: DCOM and NT

1999-08-05 Thread Patrick Dunford
? http://www.execpc.com/~dmiser/ works fine > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Jeremy Coulter > Sent: Friday, 6 August 1999 16:41 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: DCOM and NT > >

RE: [DUG]: DCOM and NT

1999-08-05 Thread Jeremy Coulter
07, 1999 04:34 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: DCOM and NT > > > From a delphi app you can call CoObjectCreateRemote and specify the > workstation name so we don't need DCOMCnfg. If you are not using > Delphi to > call the server then

RE: [DUG]: DCOM and NT

1999-08-05 Thread Peter G Jones
D] >To: Multiple recipients of list delphi <[EMAIL PROTECTED]> >Subject: RE: [DUG]: DCOM and NT >Date: Fri, 6 Aug 1999 09:11:07 +1200 > >Ok, yeah I have got that far sofar... >Another question have is, can you setup or alter a setting in DCOMCNFG.EXE >from code ?? >I.e. at the

RE: [DUG]: DCOM and NT

1999-08-05 Thread Jeremy Coulter
OTECTED]]On > Behalf Of Jeremy Coulter > Sent: Friday, August 06, 1999 10:01 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: DCOM and NT > > > ok, best explain betterthe IP address is in the DCOMCNFG.EXE settings, > not the program.thats what I was meani

RE: [DUG]: DCOM and NT

1999-08-05 Thread Jeremy Coulter
Behalf Of Kerry Sainsbury > Sent: Friday, August 06, 1999 09:51 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: DCOM and NT > > > --- Jeremy Coulter <[EMAIL PROTECTED]> wrote: > > > I.e. at the moment, on the remote machine I have an IP address hard >

RE: [DUG]: DCOM and NT

1999-08-05 Thread Kerry Sainsbury
--- Jeremy Coulter <[EMAIL PROTECTED]> wrote: > I.e. at the moment, on the remote machine I have an IP address hard > coded > into it where the DCOM server is, (the machine where it is). > Now, if thatIP addres changes, can I progmatically change thatIP > address ? You could read the IP address

RE: [DUG]: DCOM and NT

1999-08-05 Thread Jeremy Coulter
progmatically change thatIP address ? Cheers, Jeremy Coulter > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Peter G Jones > Sent: Friday, August 06, 1999 20:10 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: DCOM an

Re: [DUG]: DCOM and NT

1999-08-05 Thread Peter G Jones
You can only run out-of-process servers remotely, ie: exe's - unless you provide a proxy, in which case you may as well just right an exe. Of course if your Web server is IIS then you will be using MTS so you can then use a Com DLL - forget OCX's they are crap - but you are still using an EXE

RE: [DUG]: DCOM and NT

1999-08-04 Thread Julien Thomas
Title: RE: [DUG]: DCOM and NT The location settings in Dcomcnfg allow you to select more than one location The computer where the data is located This computer A specific computer. Read the blurb at the top of the location tab it explains that you can select more than one

RE: [DUG]: DCOM and NT

1999-08-04 Thread Jeremy Coulter
Title: RE: [DUG]: DCOM and NT DOH !!! thats right...I forget TOO easily !!   Ok, SO, if I write an OCX in Delphi, take it to another server (say my internet server), register it, then run dcomcnfg.exe, and tell it to run on another machine, (say my macine at home), it will run fine. Then if

RE: [DUG]: DCOM and NT

1999-08-04 Thread Julien Thomas
Title: RE: [DUG]: DCOM and NT Run   dcomcnfg.exe    in NT -Original Message- From:   Jeremy Coulter [SMTP:[EMAIL PROTECTED]] Sent:   Thursday, August 05, 1999 11:06 AM To: Multiple recipients of list delphi Subject:    [DUG]:  DCOM and NT HI all. I might be going up the

Re: [DUG]: DCOM and NT Service

1999-06-09 Thread Peter G Jones
The best place to start looking is Dan Miser's web page : http://www.execpc.com/~dmiser I have also had a look at some NT Service components that make it easier to do COM: http://www.chat.ru/~aldyn/hm_main.html You should also frequent/search the Inprise news groups on automation and Midas. Chee