X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=RE/3ZvFlGfT+CFQDzg656ApfKdx6UJjb2riydfgab7E=; b=BJdAsOWmviO/BUszRChyLOtSOQfgZRG2btTWTRpMzYPBRAP+Vp7FwyjrnyXAjmfzPz sBD+tNPmv5IapM+q5qJc+v0rk0tYCIbts/rRFGOS5MNxxtaAUNJ9l34ShZxvscDjUu04 d7FPPZHSBQyJ/FEQOXQbGcKoPKLpR8rzSz0wH1ijHeox9/Q/A4bzzAztISG4VpawL3bl IRMf1vtzp83pejAWRcw2lEg11cHypnH4/GHW5IfarPOTmp+5nf22gMcS6XGx+vcW1xZP kvDtvQUL85rvKdahiPrFzFwoamYHv8QglA59DcfE3yt3Tt59XkZMdyYuzLtIfsVwVLRK 8wBQ== X-Received: by 10.50.66.174 with SMTP id g14mr23413281igt.7.1433886310889; Tue, 09 Jun 2015 14:45:10 -0700 (PDT) Message-ID: <55775E64.2090901@gmail.com> Date: Tue, 09 Jun 2015 17:45:08 -0400 From: "Frank Sapone (emoaddict15 AT gmail DOT com)" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Detecting the presence of doslfn? References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I am collabing with neozeed. I'm also the maintainer of the QDOS/QWDOS port now as well. We've worked together on quite a few porting projects but never really started expanding heavily involving low-level stuff. On 6/9/2015 5:33 PM, Louis Santillan (lpsantil AT gmail DOT com) wrote: > Is your effort separate from neozeed's [0]? Otherwise, I'd recommend > collaborating with him. He's an excellent porter. > > Additionally, you might read this page [1]. It could provide you the > info you're looking for. > > [0] http://virtuallyfun.superglobalmegacorp.com/category/quake/ > [1] http://www.fysnet.net/longfile.htm > > > On Tue, Jun 9, 2015 at 12:09 PM, Frank Sapone (emoaddict15 AT gmail DOT com) > wrote: >> Hello DJGGP developers, >> >> I am not quite sure if this is the proper mailing list.. If it's in the >> wrong place I apologize. >> >> A friend and I have ported Quake 2 to DOS and it works rather well but the >> one issue is long filenames. Using doslfn works OK, but I would like to be >> able to detect the presence of doslfn. I see theres some lfn functions in >> the libc but I am unsure if there's just a specific test function for LFN. >> >> Frank >>