X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Juan Manuel Guerrero Newsgroups: comp.os.msdos.djgpp Subject: Re: FLTK port Date: Sun, 28 Aug 2011 12:11:27 -0700 (PDT) Organization: http://groups.google.com Lines: 74 Message-ID: References: <1047e21a-1d65-41c9-81f8-81b87adce27a AT en1g2000vbb DOT googlegroups DOT com> NNTP-Posting-Host: 95.208.68.113 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1314558687 18265 127.0.0.1 (28 Aug 2011 19:11:27 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 28 Aug 2011 19:11:27 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v7g2000vbk.googlegroups.com; posting-host=95.208.68.113; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0,gzip(gfe) Bytes: 2922 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 27 Aug., 13:57, Georg wrote: > The Nano-X/NXlib libraries provide a subset of the Xlib functions for > embedded systems. I ported these using DJGPP to DOS. Thanks. [snips] I have tried your port of Nano-X/NXlib libraries by compiling the test programs the port provides. I have not recompilied the libraries. The first issue is that the binary package is not SFN clean. I do not know if this is intentional. To be able to install headers and libraries on plain DOS I had to install a LFN driver and to enable the generation of numeric tail for SFN aliases. I have tested the port only with FreeDOS 1.0 because I have only there such a LFN driver installed. The following programs have issues. I do not know if it is of importance: button does not beep if the beep button is pressed device terminates if I select to store the file editor terminates if I try to open/load a file or if I try to store a file mdemo cannot be compiled and terminates with the following error message: C:/TMP/ccYB4Q2o.o:mdemo.c:(.text+0x773): undefined reference to `_image_microwin' collect2: ld returned 1 exit status demo2 and grabdemo produce artifacts in the first 20 lines of the background when they start. These artifacts desapear as soon as the mouse passes through that corrupted region xhello terminates if I click with the mouse inside the "hello" window. I do not know if this is intentional or not. Because this is a graphic library I send you some info about the computer I have used: Integrated ATI Radeon HD 4250 GPU VESA 3.0 support (according to msd.exe) If more information is needed, please tell me. Regards, Juan M. Guerrero