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=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oAfEf3RCKKkmR+EWpRgBoD5dkxJmRWIGIDeXUJ+c69I=; b=mc9bkwiN6pZL1inwpQM+UkxC8sO0snPGVoRz71AQSK6HOhB41yDW6mEFCX9HaIRLj7 tWc6Y7D7WddoMUv50pkERbnU3TaGGp2QUNzoG/EzSxidugRtpsR+0BawHlW7Ae/QMjT8 iqlazdgLNV/xCRyolJy3OHa9554Hyw3DdmonhG7AFjVc7l1enVTOPFuotXIwu4k7XDQz bDSRSXRpqPJUp92tnXgBn/7u2/FYTdD25Fkw0vFRpWCtsXchZoEfm6sRSKPPYx/1uBxE 5TH7kJ8Z+1w4n0hPqZKBFr7efoAM+cC9FThvWFSCVwgT1l0jqtD2Ymh59dkGv6Gh4qgm c3Nw== MIME-Version: 1.0 X-Received: by 10.60.47.165 with SMTP id e5mr12147oen.52.1433888522301; Tue, 09 Jun 2015 15:22:02 -0700 (PDT) In-Reply-To: <55775E64.2090901@gmail.com> References: <201506091712 DOT t59HCPci004068 AT delorie DOT com> <557739E0 DOT 6070608 AT gmail DOT com> <55775E64 DOT 2090901 AT gmail DOT com> Date: Tue, 9 Jun 2015 15:22:02 -0700 Message-ID: Subject: Re: Detecting the presence of doslfn? From: "Louis Santillan (lpsantil AT gmail DOT com)" To: "djgpp AT delorie DOT com" Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk If the link above doesn't answer your question (there's some DOS API call info there, you might try asking on the FreeDOS [0], comp.os.msdos.programmer [1], comp.os.msdos.misc [2], or bttr-forum [3]. [0] http://lists.sourceforge.net/lists/listinfo/freedos-devel [1] https://groups.google.com/forum/#!forum/comp.os.msdos.programmer [2] https://groups.google.com/forum/#!forum/comp.os.msdos.misc [3] http://www.bttr-software.de/forum/forum.php On Tue, Jun 9, 2015 at 2:45 PM, Frank Sapone (emoaddict15 AT gmail DOT com) wrote: > 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 >>> >