MUSIC/SP on Hercules and other topics
Hello,
today I registered to this group just to see if there is someone listening and if I probably find
answers to some of my questions.
I found Music/SP and the SIM390 emulator in 2011 and I took
By
Bernd Oppolzer
·
#189
·
|
Re: MUG Tapes anyone?
A *real* MUG tape has about 6000 files and look for the TEACH program on it.
Then it's a legitimate tape.
By
$000User
·
#188
·
|
Re: MUG Tapes anyone?
Sir,
I have on my system in the MISC dir mugfiles.arc. It contains 523 files.
I have not
been able to install it, trying to use applyupd. Keep getting cannot close
file message
on each entry.
If
By
Tom Chandler
·
#187
·
|
Re: MUG Tapes anyone?
Yeah.. that's the same set of files from another member. it's not the full MUG tape.
Thanks for checking though.
Cheers!
By
$000User
·
#186
·
|
Re: MUG Tapes anyone?
Hello Ed,
The zip file Yahoo-Archive/H390-music/files.zip (in the Files section) contains an other zip named mug-tape-files.zip. Have you take a look at it? Maybe your stuff is there?
Cheers,
Rene
By
René Ferland
·
#185
·
|
MUG Tapes anyone?
Does anyone have an old MUG tape laying around? I have some stuff on it, that I would like to get back.
Our site was big supporter of the MUSIC Users Group at NOVA , and for a while we managed the
By
$000User
·
#184
·
|
Re: server programming in "C"
OK well here is the sample program from my system in
file $WCC:WATC.SOCK.SAMPLE... (Note: this will not compile because there
are character set errors) ... but you can see some things missing from
By
Joe Monk
·
#183
·
|
Re: server programming in "C"
/com ** Sample Waterloo C sockets program.
/com ** See the comment about DNS servers below.
/com ** Tests functions: connect(), send(), recv(), muresolve(),
/com ** musa2e(), muse2a()
/inc
By
Tom Chandler
·
#182
·
|
Re: server programming in "C"
Ok do me a favor ... copy/paste the sample program in a reply to this email.
joe
By
Joe Monk
·
#181
·
|
Re: server programming in "C"
tried the sample program int the dir $TCP and it will not work also.
Cheers
tom
By
Tom Chandler
·
#180
·
|
Re: server programming in "C"
Ok first ... remember the manuals were written for Music 5.1. You are
running Music/SP 6.2.
Look at the sample program. It should show everything you need.
Joe
By
Joe Monk
·
#179
·
|
Re: server programming in "C"
Ok. In a FORTRAN program, you might use something like this:
/FILE SUBLIB PDS(*OS,*MUS)
I don't know if this would work in a C program or if you need something
different in that environment.
Bear
By
Peter Coghlan
·
#178
·
|
Re: server programming in "C"
I will try the change, but I found this, now to figure out how,what,when....
CARGCALL
This subroutine is intended for C programmers calling TCP/IP socket
routines. When called before the
By
Tom Chandler
·
#177
·
|
Re: server programming in "C"
In that case, you probably need something more complex than adding an &.
Maybe something like this:
int family = AF_INET;
int type = SOCK_STREAM;
int zero = 0;
sock = socket (&family, &type,
By
Peter Coghlan
·
#176
·
|
Re: server programming in "C"
Sir,
The change did not compile, something about a LVALUE needed. BUT, I think
you
are on the right track. See below from ar_pf3 manual:
****
If you wish to code socket application in C,
By
Tom Chandler
·
#175
·
|
Re: server programming in "C"
When you say hangs, do you mean hangs waiting for something or hangs stuck
in an infinte loop?
This is a complete wild guess. Maybe CARGENV causes arguments passed by
value to socket routines to be
By
Peter Coghlan
·
#174
·
|
Re: server programming in "C"
Sir,
That may true, but in WATC on music/sp, it is not defined in the socket.h
file,
Cheers
Tom
By
Tom Chandler
·
#173
·
|
Re: server programming in "C"
IP_PROTO_TCP is defined in ip.h
Joe
By
Joe Monk
·
#172
·
|
Re: server programming in "C"
Sir,
Gave it a try, but it fails in the compile as IP_PROTO_TCP
reports as undefined.
Cheers
Tom
By
Tom Chandler
·
#171
·
|
Re: server programming in "C"
Sir,
for testing, I run a sim390 and a Hercules version. The Hercules is
SPINHAWK, using
the modifications by Peter Coghlan. It allows MUSIC/SP tcpip access while
running
under Hercules. The ftp &
By
Tom Chandler
·
#170
·
|