> > Yes, servers are really just DLLs. Since it is a normal DLL with all
the
> > capability of a DLL it can communicate using all the normal interprocess
> > communication methods.
> > >3) What compilers or other software tools would be needed to write the
> > >command interface?
> >
> > Delphi (yuk). And version 5 would be the best bet - assuming P99SE is
> > your target. For P98 you can use Delphi 3 I think.
>
> If a server is just a DLL, why can't you make a DLL from some other
> non-Delphi language, such a VB, VC, or PowerBasic?
>
> Can you just use Dynamic Data Exchange (DDE) to send commands to Protel?
> This was suggested by another Protel user on this newsgroup.
>
> Does an NDA apply in the instance where nothing was disclosed to the
signer?
> After all, how can you disclose something that has not been disclosed to
> you? It would seem impossible to violate the NDA in that case!
>
> Ivan Baggett
As far as I am aware, Protel does not support DDE (though I might be wrong
on that one), and as such, interfacing with Protel needs to be made via
Protel-defined API procedures (which are documented in the SDK files). The
implementation of the files within the SDK "package" is such that Delphi is
required when using these (or at least as far as I am aware).
In mentioning the above, I am saying about as much as I can, given the NDA
associated with acquiring the SDK files.
It *might* be possible to use something like Windows Recorder (provided with
Windows 3.x) to "automate" an interface with Protel, or otherwise use
something like Visual Basic's "SendKey" feature, or Windows "hook" code, and
so avoid the need to use the SDK files, and hence Delphi. My understanding
is that such techniques are regarded as less than desirable for assorted
reasons. However, it is an alternative way of doing things, though IMO, not
as good a way as using SDK files with Delphi in order to implement a sounder
implementation.
Regards,
Geoff Harland.
-----------------------------
E-Mail Disclaimer
The Information in this e-mail is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
e-mail by anyone else is unauthorised. If you are not the intended
recipient, any disclosure, copying, distribution or any action taken
or omitted to be taken in reliance on it, is prohibited and may be
unlawful. Any opinions or advice contained in this e-mail are
confidential and not for public display.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* To post a message: mailto:[EMAIL PROTECTED]
*
* To leave this list visit:
* http://www.techservinc.com/protelusers/subscrib.html
* - or email -
* mailto:[EMAIL PROTECTED]?body=leave%20proteledaforum
*
* Contact the list manager:
* mailto:[EMAIL PROTECTED]
*
* Browse or Search previous postings:
* http://www.mail-archive.com/[email protected]
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *