[BLACKBOX] Vista Firewall?

From: [at]} <René>
Date: Tue, 21 Apr 2009 19:52:13 -0500

The following test PROCEDURE gets "invalid local address", res=2 under Windows Vista, but execute successfully under XP. Before boring this mailing list, I already posed the question in Windows Vista forums, I did some "port and program exceptions", but nothing happens. Would someone give me a clue?
 
PROCEDURE Listen*;
   VAR L: CommStreams.Listener; res: INTEGER;
BEGIN
   CommStreams.NewListener ("CommTCP","8010", L, res);
   StdLog.String ("res ="); StdLog.Int (res); StdLog.Ln
END Listen;

Greetings: René Dorta.
 

---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Received on Wed Apr 22 2009 - 02:52:13 UTC

This archive was generated by hypermail 2.3.0 : Thu Sep 26 2013 - 06:30:47 UTC