X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: themouse Newsgroups: comp.os.msdos.djgpp Subject: Re: Status of DJGPP Date: Thu, 19 Mar 2009 09:04:44 -0700 (PDT) Organization: http://groups.google.com Lines: 46 Message-ID: References: <200903161615 DOT n2GGF4Wl014905 AT envy DOT delorie DOT com> <8a598d8a-7293-4aca-ba0b-49e025140844 AT v39g2000yqm DOT googlegroups DOT com> <200903162154 DOT n2GLsN8k023307 AT envy DOT delorie DOT com> <87prge67tn DOT fsf AT xemacs DOT org> <23a128c6-fd28-4947-a3c9-35c00973537a AT t3g2000yqa DOT googlegroups DOT com> <7e1722fc-f0e3-4aca-a66f-583d4efc3759 AT p11g2000yqe DOT googlegroups DOT com> <69152e11-f4b8-4291-9845-9991966df1b7 AT h20g2000yqn DOT googlegroups DOT com> NNTP-Posting-Host: 209.83.80.194 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1237478687 14859 127.0.0.1 (19 Mar 2009 16:04:47 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 19 Mar 2009 16:04:47 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: e38g2000yqa.googlegroups.com; posting-host=209.83.80.194; posting-account=mk-1hQoAAABRHA7wwAt_3thfjpGkh8Qu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks again for your help, it is greatly appreciated. > If you like VB, you may wish to check out FreeBASIC (which uses > DJGPP's C lib and can intermix with it). I like it but after C#, C++ its hard to go back. Its like developing web apps I feel like my hands are tied. LOL > Hopefully that's MS-DOS 7.x since I consider FreeDOS better than 6.22 > in 90% of everything (e.g. FAT32). All I have is 6.21 and 6.22 (with problems on one those disks) :( I'll see if I can get MSDos 7.x on ebay. You think the multi-tasking is going to be an impossible hurdle or just a big one? I know that plain dos doesn't have it. I was hoping that I could find something to learn from, branch, or pic up. I, not knowing much about it, was thinking, that such a thing could be added to an existing memory manager or even loaded after and run like a daemon\tsr. Or is the only way a kernal tweak? Cause I would like to be able to from the desktop, start dos programs on a separate thread with there own autoexec.bat etc if need be. and be able to minmize the window/terminal and suspend execution. plus if the dos program crashes then have the desktop kill it. plus have different parts of the desktop manager running on threads, and if a thread crashes freezes kill and restart. (like the philosophy of Minix 3 os) I know that what I want to do is pretty lofty and prob very difficult but I figure that even with those goals in mind. If I design the framework correctly I can add later, or better yet once I have the basics down find someone with the talent and interest in assisting. Shoot for mars and if I only make the moon thats good too. ~theMouse