Re: Stumped with OS9 listener problem
Re: Stumped with OS9 listener problem
- Subject: Re: Stumped with OS9 listener problem
- From: Rich Kubota <email@hidden>
- Date: Tue, 24 Dec 2002 10:57:38 -0800
Jud,
When you compiled the carbon version of the program, did you set the define
#define TARGET_API_MAC_CARBON 1
I ran into a problem when converting OT programs for carbon that the
without this flag set, the notifier routine was no compiled properly.
In my case, every call to the notifier would crash if this define was
not set properly. I'm not sure what's going on with your case, but
it's worth a check.
At 9:54 AM -0800 12/24/02, jud spencer wrote:
A little further on this. I took the OTVirtualServer and converted it to
carbon, it wouldn't answer listen calls in the background on OS9 either. Am
I missing something obvious here? Do servers on OS9 have to be written using
InterfaceLib?
----- Original Message -----
From: "jud spencer" <email@hidden>
To: <email@hidden>
Sent: Tuesday, December 24, 2002 12:41 AM
Subject: Stumped with OS9 listener problem
I've got a problem that is driving me up a wall. I have an application
that
works under OSX fine but when run on OS9 in the background. My T_LISTEN OT
callback is never called when I try and connect to the endpoint. If the
app
is in the foreground, all is well.
Any clues?
--
Sincerely,
Rich Kubota
email@hidden
(408) 974-6212
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.