----- Original Message ----- From: "Tamas Rudnai" To: "Microcontroller discussion list - Public." Sent: Thursday, October 15, 2009 8:54 AM Subject: Re: [PIC] Dynamically Allocating Memory in C > On Thu, Oct 15, 2009 at 1:35 PM, Bob Ammerman > wrote: > >> The application was first developed in Borland C and later ported to >> MSVC. >> It runs on a 'bare-iron' x86 platform that is "almost" pc compatible >> under >> a >> simple OS I wrote that simulates a WIN32 environment but provides very >> good >> hard real-time performance. >> > > Interesting stuff here. Have you actually use Wine or such or you wrote > your > own subset of Win32 API? > > Tamas Wrote my own WIN32 subset implementation. It is actually quite limited. Basically it supports all the functionality required by the C++ runtime startup code, plus memory management to support heap operations. -- Bob > /* www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s="/* > www.mcuhobby.com */ int main() { char *a,*s,*q; printf(s=%s%s%s, > q=%s%s%s%s,s,q,q,a=%s%s%s%s,q,q,q,a,a,q); }", > q="\"",s,q,q,a="\\",q,q,q,a,a,q); } > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist