[DGD](no subject)

harte at xs4all.nl harte at xs4all.nl
Fri Apr 30 22:27:09 CEST 1999


Quoting your message from 30 Apr:
[...]
| The above scenario happens regardless of redefining the open_port() function
| in the auto object.  I forgot to mention that this also takes place on both
| Linux and Win32.  If there's any other information I can give you, let me
| know.

Ok, I've got an idea here, could you verify the prototype of your
open() function in the port-object, and make sure that it is similar to
the following:

  void open(int port);

If you have 'void open()' or 'static void open()', and you are running
in strict-type mode 2, you will get the above complaint from
open_port() because the call to open() is done rightaway.

Of course, I'm assuming here that you are running your lib in
strict-type mode 2, not 0 or 1?

Erwin.



List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list