| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
Hi there, Has anyone succeded in porting the mcc_evc_send to HP UX (system 5)? I have a customer who is interested. He's said to me that the library "dnet" doesn't come with system 5. How can I get around this problem? Regards, Lars
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 5943.1 | Easy, just comment it out... | SCCA::dave | Ahh, but fortunately, I have the key to escape reality. | Mon Apr 11 1994 13:18 | 7 |
Hack the code to not use DECnet, use only the UDP event service. A few comment marks are all that should be needed. There are ports (none of which I have) that have been done to MS-DOS, Sun, OSF, HP/UX, AIX, and others. Sorry, no pointers... | |||||
| 5943.2 | Here is the stuff | TRN02::PIOVANO | I was meditating, not sleeping... | Fri Apr 15 1994 08:44 | 25 |
The porting stuff for IBM-AIX is in
TORETE::disk$user1:[piovano.mccaix]
(Thanx to Mario ALMONDO)
Directory DISK$USER1:[PIOVANO.MCCAIX]
INET_COMMON_DEF.H;1 INET_IO_DEF.H;1 MAKEFILE.;1
MCC_EVC_API.C;1
MCC_EVC_API_DEF.H;1 MCC_EVC_API_UDPIP.C;1
MCC_EVC_SEND.C;1
(should be world-readable...)
obviously the code must be compiled on AIX machine. The protcol used
by mcc_evc_send is only UDP, and so, the protocol option is no
longer needed.
Best MCC!
Gianmario PIOVANO
| |||||