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" <praxis@xxxxxxxx> To: "Klemens Lichter (via GMX)" <living-water@xxxxxxx>; <linux-msdos@xxxxxxxxxxxxxxx> 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 > - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html