From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: cprinf REdirected Date: 19 Jul 2000 11:36:52 GMT Organization: Aachen University of Technology (RWTH) Lines: 33 Message-ID: <8l43sk$ok2$1@nets3.rz.RWTH-Aachen.DE> References: <9bf6nsseur50auc08a2u1pb61in2oum79j AT 4ax DOT com> <8kvfom$n6l$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 964006612 25218 137.226.32.75 (19 Jul 2000 11:36:52 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 19 Jul 2000 11:36:52 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Radical NetSurfer wrote: > |> First of all, (trust me here): > |> cprintf CAN BE re-directed; _IF_ properly implemented! > | Says who? Who defines 'proper' implementation of cprintf()? > As one small example, VBDOS 1.0 allows cprintf to be redirected: > colored text if no re-dir; normal ASCII chars to wherever re-dired. What's VBDOS? A compiler for C programs? Another programming language? An application? How does it document its implementation of 'cprintf'? Sorry if all this sounds a bit overly picky, but to me, it seems like you're jumping to conclusions. From applications' apparent behaviour directly to how library function calls should (or do) behave. > If anyone should happen to know how to write a little MS-Windows 3.1 > 'C' style Code... you're help is also needed. You won't find many people with such knowledge in *this* newsgroup, I think. Even with the help of Win32s and RSXNTDJ or MinGW, gcc cannot make programs on Windows 3.1 platforms. You can compile programs that'll work there, but the compiler itself doesn't work on 3.1 If you really want to code for Windows 3.1, try to get your hand on an old copy of Charles Petzold's "Programming Windows", the version dealing with 16bit Windows. That's _the_ one book any Windows programmer using the raw C API instead of C++ class libraries absolutely has to have. You won't get almost anywhere without it. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.