Subj : Re: Doors/Utility Suggestions? To : alt.bbs.doors From : rhythmnp@aol.comSTOPSPAM (RhythmNp) Date : Thu Aug 21 2003 06:19 pm >> I think there's an easier way to arrange this that doesn't require a >> larger program like GameSrv. I think all that's needed is: >> >> 1. a 16-bit door (routes user's I/O to a shared file) >> 2. a 32-bit program (routes I/O from the shared file to a localhost >> socket) >I saw you postted a link to a door.sys <-> door32.sys convertter. ;) Err, huh? No, I didn't post that link. I posted a reply to it saying that I didn't think the converter works :( >Without the uses of sockets, because I could just pass the handle of >the applications along and have it run locally on the computer. Wouldn't >have to go through sockets. I'm not sure I follow? The setup you originally described said your setup is 16bit door -> custom 32bit telnet program -> GameSrv. If you're writing a 32bit telnet program, you'd be using sockets... The setup I described simplifies it a bit, basically you'd change that 32bit telnet program into a client+server that connects to itself on localhost, and then launches the 32bit door... this would eliminate the need for GameSrv, and also wouldn't need to run constantly (hence much more efficient)... .