X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Georg Newsgroups: comp.os.msdos.djgpp Subject: Re: FLTK port Date: Mon, 29 Aug 2011 11:39:52 -0700 (PDT) Organization: http://groups.google.com Lines: 34 Message-ID: <3125f3c0-bbaa-4c9a-9195-1936845c4a14@y4g2000vbx.googlegroups.com> References: <1047e21a-1d65-41c9-81f8-81b87adce27a AT en1g2000vbb DOT googlegroups DOT com> <5afb5e6f-15e3-41fd-a2fc-62407c833543 AT d25g2000yqh DOT googlegroups DOT com> NNTP-Posting-Host: 92.250.191.164 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1314643273 11215 127.0.0.1 (29 Aug 2011 18:41:13 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 29 Aug 2011 18:41:13 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: y4g2000vbx.googlegroups.com; posting-host=92.250.191.164; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr User-Agent: G2/1.0 X-HTTP-Via: 1.1 TAS-4-2.man-a X-Google-Web-Client: true X-Google-Header-Order: UALSERCVNKH X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4,gzip(gfe) Bytes: 2779 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Juan, I did test your findings and got almost the same results: - button.c - the nxlib library tries to make a beep with printf("\7"); and that does not make a beep on my PC. I tried sound() and made a program in Basic too - no beep. I assume that todays PCs have no internal speaker any more and rely on that the OS will use the HDA sound chip and speakers. If you can make a beep on your PC with DJGPP I will try that out. - device and editor - this is a problem with the file-chooser widget which needs to be changed. It has problems with the current directory. If I enter a key it adds the current directory again in the file entry box. When I press Shift-Home or Shift-End plus Del I can erase the directory and then enter e.g. "//myprogs/foo.tmp" and it will save that file and load that file. This shall not stay that way though. ;-) - mdemo - I had tried to make a small "libimage.a" library and did not include an image which this program needs. Therefore it did not compile. - demo2 and grabdemo - these include printf() statements which need to be redirected. My batch file "fr.bat" which is just included in the source package does the following: "redir -e err.log -o text.log grabdemo". I took the demos "as is" from nano-x, but I will remove these statements now. Thanks again for testing. I concentrated on my display and keyboard drivers and did not check the demos in detail. Georg