Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Simple Large Model 16-bit Example
Does anyone have such a thing. I *do not* have the IDE. I'm trying to construct a simple large-model, 16-bit app using command line and a hand-edited makefile. Right now I'm getting all kinds of header errors trying to build this app. It seems like there are probably a number of #defines I need to make in order for the headers to pass muster but I don't know what they are. In other words, the errors are occurring directly inside the stock header files long before it even gets to my actual code. Mark May 01 2001
Mark Evans wrote:Does anyone have such a thing. I *do not* have the IDE. I'm trying to construct a simple large-model, 16-bit app using command line and a hand-edited makefile. Right now I'm getting all kinds of header errors trying to build this app. It seems like there are probably a number of #defines I need to make in order for the headers to pass muster but I don't know what they are. In other words, the errors are occurring directly inside the stock header files long before it even gets to my actual code. Mark May 02 2001
John, It turns out that there are huge differences and gaps between what a person can download from digitalmars.com and what will be available on the CD-ROM or what is available to people who owned a copy of Symantec C++. The basic story is that the online archives did not include the win16 headers, which live in a separate folder include\win16. Obviously without them I was lost. Walter kindly supplied them. Mark On Wed, 02 May 2001 12:38:51 +0100, John Fletcher <J.P.Fletcher aston.ac.uk> wrote:Mark Evans wrote:Does anyone have such a thing. I *do not* have the IDE. I'm trying to construct a simple large-model, 16-bit app using command line and a hand-edited makefile. Right now I'm getting all kinds of header errors trying to build this app. It seems like there are probably a number of #defines I need to make in order for the headers to pass muster but I don't know what they are. In other words, the errors are occurring directly inside the stock header files long before it even gets to my actual code. Mark May 08 2001
The complete package is 300Mb, which is totally impractical for download. Mark Evans wrote in message <1103_989321260 evans>...John, It turns out that there are huge differences and gaps between what a person May 08 2001
What about posting it for the users who can download it? IMHO using getright it is possible to be downloaded! "Walter" <walter digitalmars.com> escribió en el mensaje news:9d99hh$17na$1 digitaldaemon.com...The complete package is 300Mb, which is totally impractical for download. Mark Evans wrote in message <1103_989321260 evans>...John, It turns out that there are huge differences and gaps between what a May 09 2001
Please, could you use an other program for FTP than getright? IMHO getright is one of the worst programs for FTP as it seem to open any possible connection to a server. In other words, if a server has 10 slots left for FTP connections a single user using getright will get all of them! For what reason??? I really do not know. It hardly makes any sense to me at all. As for the size, 300 Mb size. I agree with Walter for 200%. It's totally impractical for download. The program being used hardly makes any difference in whether it is impractical or not. Don't worry, be Kneppie! Jan "Javier Gutiérrez" wrote:What about posting it for the users who can download it? IMHO using getright it is possible to be downloaded! "Walter" <walter digitalmars.com> escribió en el mensaje news:9d99hh$17na$1 digitaldaemon.com...The complete package is 300Mb, which is totally impractical for download. Mark Evans wrote in message <1103_989321260 evans>...John, It turns out that there are huge differences and gaps between what a May 09 2001
While I respect the fact that 300 MB is too much for download, it's also a figure much, much bigger than what I needed to get going with 16-bit code. I think at least it makes sense to post the code I got by private email. Mark On Wed, 09 May 2001 15:54:30 -0400, Jan Knepper <jan smartsoft.cc> wrote:Please, could you use an other program for FTP than getright? IMHO getright is one of the worst programs for FTP as it seem to open any possible connection to a server. In other words, if a server has 10 slots left for FTP connections a single user using getright will get all of them! For what reason??? I really do not know. It hardly makes any sense to me at all. As for the size, 300 Mb size. I agree with Walter for 200%. It's totally impractical for download. The program being used hardly makes any difference in whether it is impractical or not. Don't worry, be Kneppie! Jan "Javier Gutiérrez" wrote:What about posting it for the users who can download it? IMHO using getright it is possible to be downloaded! "Walter" <walter digitalmars.com> escribió en el mensaje news:9d99hh$17na$1 digitaldaemon.com...The complete package is 300Mb, which is totally impractical for download. Mark Evans wrote in message <1103_989321260 evans>...John, It turns out that there are huge differences and gaps between what a May 10 2001
May be the (minimal) stuff for DOS16 bit, DOS 32 bit, Windows 16 bit and Windows 32 bit could be published in separate downloadable archives. I am not sure however whether or not the license agreements cover "free" download for all that stuff. Don't worry, be Kneppie! Jan Mark Evans wrote:While I respect the fact that 300 MB is too much for download, it's also a figure much, much bigger than what I needed to get going with 16-bit code. I think at least it makes sense to post the code I got by private email. Mark On Wed, 09 May 2001 15:54:30 -0400, Jan Knepper <jan smartsoft.cc> wrote:Please, could you use an other program for FTP than getright? IMHO getright is one of the worst programs for FTP as it seem to open any possible connection to a server. In other words, if a server has 10 slots left for FTP connections a single user using getright will get all of them! For what reason??? I really do not know. It hardly makes any sense to me at all. As for the size, 300 Mb size. I agree with Walter for 200%. It's totally impractical for download. The program being used hardly makes any difference in whether it is impractical or not. Don't worry, be Kneppie! Jan "Javier Gutiérrez" wrote:What about posting it for the users who can download it? IMHO using getright it is possible to be downloaded! "Walter" <walter digitalmars.com> escribió en el mensaje news:9d99hh$17na$1 digitaldaemon.com...The complete package is 300Mb, which is totally impractical for download. Mark Evans wrote in message <1103_989321260 evans>...John, It turns out that there are huge differences and gaps between what a May 10 2001
Walter wrote:The complete package is 300Mb, which is totally impractical for download. Jul 10 2001
Thanks! It's fun to be back in the compiler biz again. -Walter Does the magazine pay to do the cover CD? Cesar Rabak wrote in message <3B4BB152.CA7C65FE uol.com.br>...Walter wrote:The complete package is 300Mb, which is totally impractical for download. Jul 12 2001
Walter wrote:Thanks! It's fun to be back in the compiler biz again. -Walter Jul 12 2001
1989 is a very special year 'cause of an article on Object Oriented programming in Byte Magazine, and guess what? Zortech was the only true C++ compiler commercially available at that time... Jul 12 2001
Jan Knepper wrote:1989 is a very special year 'cause of an article on Object Oriented programming in Byte Magazine, and guess what? Zortech was the only true C++ compiler commercially available at that time... Jul 15 2001
Cesar Rabak a écrit :Great! Incidentally, I arrived at your resume in Digital Mars web page and learned that you're also the author of ABEL, I worked with EPLDs (and DATA/IO products) from 1989 until 1994, and never realized you were the 'brain behind' that product. Jul 16 2001
I designed the language. I implemented it along with Mike Holley, Mary Bailey, Charles Olivier, Dave Pellerin, and Bjorn Freeman-Benson. The success of ABEL surprised everyone <g>. Roland wrote in message <3B52DBBA.5940282D ronetech.com>...Cesar Rabak a écrit :Great! Incidentally, I arrived at your resume in Digital Mars web page and learned that you're also the author of ABEL, I worked with EPLDs (and DATA/IO products) from 1989 until 1994, and never realized you were the 'brain behind' that product. Jul 16 2001
I take the risk to be out of the subject of this newsgroup again, just to express my feeling about HDL langages: lot of fun to program, VERY hard to debug but facinating: it is like making hardware with software. magic isn't it ? Walter a écrit :I designed the language. I implemented it along with Mike Holley, Mary Bailey, Charles Olivier, Dave Pellerin, and Bjorn Freeman-Benson. The success of ABEL surprised everyone <g>. Roland wrote in message <3B52DBBA.5940282D ronetech.com>...Cesar Rabak a écrit :Great! Incidentally, I arrived at your resume in Digital Mars web page and learned that you're also the author of ABEL, I worked with EPLDs (and DATA/IO products) from 1989 until 1994, and never realized you were the 'brain behind' that product. Jul 17 2001
Roland, I do not think any one would worry about anyone getting off-topic in any of these newsgroups. They are not operated by a huge corporate environment with strict rules... <g> May be however, I should create a group "chat"??? Jan Roland wrote:I take the risk to be out of the subject of this newsgroup again, just to express my feeling about HDL langages: lot of fun to program, VERY hard to debug but facinating: it is like making hardware with software. magic isn't it ? Walter a écrit :I designed the language. I implemented it along with Mike Holley, Mary Bailey, Charles Olivier, Dave Pellerin, and Bjorn Freeman-Benson. The success of ABEL surprised everyone <g>. Roland wrote in message <3B52DBBA.5940282D ronetech.com>...Cesar Rabak a écrit :Great! Incidentally, I arrived at your resume in Digital Mars web page and learned that you're also the author of ABEL, I worked with EPLDs (and DATA/IO products) from 1989 until 1994, and never realized you were the 'brain behind' that product. Jul 17 2001
Jan Knepper a écrit :I do not think any one would worry about anyone getting off-topic in any of these newsgroups. They are not operated by a huge corporate environment with strict rules... <g> Jul 17 2001
so lets go: when a motherboard with a big cpu and several reprogrammable CPLD around ?.. ..and a new DM C++ that makes programs able to reprogram the CPLDs 'on the fly' during execution time when it need some boost for a specific task ? it's a jock but i wonder if it was tried before. Jul 17 2001
Roland wrote:I take the risk to be out of the subject of this newsgroup again, just to express my feeling about HDL langages: Jul 17 2001
Cesar Rabak wrote in message <3B54DA31.C46FF171 uol.com.br>...Yes sometimes it felt like that. Or, gave to HW engineers the feel that SW engineers enjoyed for half a century ;-) Jul 17 2001
Walter wrote:Cesar Rabak wrote in message <3B54DA31.C46FF171 uol.com.br>...Yes sometimes it felt like that. Or, gave to HW engineers the feel that SW engineers enjoyed for half a century ;-) Jul 17 2001
all chip are SMD now did you ever try to sold a SMD chip ? Walter a écrit :Cesar Rabak wrote in message <3B54DA31.C46FF171 uol.com.br>...Yes sometimes it felt like that. Or, gave to HW engineers the feel that SW engineers enjoyed for half a century ;-) Jul 18 2001
NancyEtRoland wrote:all chip are SMD now did you ever try to sold a SMD chip ? Jul 18 2001
Nope. I don't even know what it is. NancyEtRoland wrote in message <3B55F5E3.694F2180 free.fr>...all chip are SMD now did you ever try to sold a SMD chip ? Walter a écrit :Cesar Rabak wrote in message <3B54DA31.C46FF171 uol.com.br>...Yes sometimes it felt like that. Or, gave to HW engineers the feel that SW engineers enjoyed for half a century ;-) Jul 18 2001
Surface Mounted Device, 0.05 inchs or less between pins, 128 pins or more to sold around a square package. good luck ! Roland Walter a écrit :Nope. I don't even know what it is. NancyEtRoland wrote in message <3B55F5E3.694F2180 free.fr>...all chip are SMD now did you ever try to sold a SMD chip ? Jul 19 2001
Walter wrote:Some of use software guys miss the visceral thrill of soldering together real parts! Jul 18 2001
|