On 12/22/97 at 3:43 AM, futurebasic@... wrote: :To Greg: I tried to run your TCP/DNR/SMTP code sample using FB 1.0.2 :(that's the latest I have) and I get an error -43 when calling on the :InitNetwork% FN. : :I'm using an LC630 (aka Performa 630 in the US) with System 7.1.2 and :MacTCP v2.0.6 - that all function very well otherwise (even if the MacTCP :comes from Sys 7.5 software). : :Could it be that your project requires FBII? It may; I haven't tested it under anything earlier than FB 2.x. -43 is a "file not found" error, but I suspect the string being passed to the FN OPEN call is being hosed. I get strange results in FB depnding on that status of the _STRresource constant in the COMPILE directive; you might try changing that setting and see what happens. (BTW: I consider the way FB handles some compile settings via a preference dialog, and some via COMPILE directives to be a source of much confusion and trouble. I hope that FB^3 provides a consistant way to specify the compile environment.) - via BulkRate 2.6.x