From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Klemens Lichter \(via GMX\)" Subject: Re: High Temperature with DOSEMU Date: Fri, 23 Nov 2007 11:18:06 +0100 Message-ID: <023101c82dba$242cec70$ca1ca8c0@klemens> References: <4745F649.2010000@keok.org> <01cd01c82db1$1e2dabb0$ca1ca8c0@klemens> <4746A5E0.7050700@keok.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Hayen, what linker do you use? I use Exospace fpr Clipper 5.3 and RTLink for 5.0 You should have the follogin lines inside your .LNK file: FILE ..\iamidle.obj LIB ...\nanfor LIB ...\cpmi I think all these is needed for. It is so long time since I included this to my projects and than never again thought about. Another tip: this "iamidle" does not like the clipper debugger. So I have the very first lines of my first starting procedure in every project: #ifndef DEBUG ft_onidle({|| ft_iamidle(30,.T.)}) #endif While debugging there is high cpu using, but not while the program is in its normal run. Klemens ----- Original Message ----- From: "Hayen Iggena" To: "Klemens Lichter (via GMX)" ; Sent: Friday, November 23, 2007 11:05 AM Subject: Re: High Temperature with DOSEMU > Klemens Lichter (via GMX) schrieb: > > Hi Hayen, > > > > please follow this link: > > > > http://www.engwall.com/clipper/nfpat1a.htm > > > > Here you find a little function to include into your clipper program and the > > problem is gone. I use it with great success since many years. > > > Thanks for the link. > I've tried to compile my programm. But if I start the executable Dosemu > crash. I got these messages in the console: > /ERROR: SMALLOC: bad pointer passed to smfree() > ERROR: SMALLOC: Out Of Memory on alloc, requested=102400 > ERROR: general protection at 0x7d9: 67/ > > What ist wrong? > > Hayen >