c++.command-line - GPF in dmc
- chris elliott (8/8) Jun 24 2003 This (incorrect) code
- Walter (4/11) Jul 02 2003 If you can whittle it down to the minimum source which produces the erro...
- james westongold.com (9/11) Jul 16 2003 Walter,
- Walter (9/19) Jul 16 2003 error,
- james westongold.com (8/10) Jul 17 2003 OK, its cut down a long way now, I'll mail it later. I just grabbed
This (incorrect) code void TStatusData::TStatusData (wxTraceList * pDataList) { resulted in a gpf (win XP) in scppn.exe, which when closed gave anerror beginning child.cpp(272) : Error: illegal constructor or destructor or invariant declaration chris
Jun 24 2003
"chris elliott" <biol75 york.ac.uk> wrote in message news:bdv5ui$78n$1 digitaldaemon.com...This (incorrect) code void TStatusData::TStatusData (wxTraceList * pDataList) { resulted in a gpf (win XP) in scppn.exe, which when closed gave anerror beginning child.cpp(272) : Error: illegal constructor or destructor or invariant declarationIf you can whittle it down to the minimum source which produces the error, and email it to me, I can fix it. -Walter
Jul 02 2003
If you can whittle it down to the minimum source which produces the error, and email it to me, I can fix it. -WalterWalter, I'm investigating 'Internal error: eh 684' when compiling the ACE library's OS.cpp with -Ae. I've got the cpp below 200 lines, but I think there's 10k lines of headers coming in before. Most of which is irrelevant, but its painful to cut down. Is a zip or tarball of the files from the ACE release OK? James (Hmm - and this is a DMC from dmc834c.zip, but when I run it, it says 8.29n. ????)
Jul 16 2003
<james westongold.com> wrote in message news:bf4jkk$aq7$1 digitaldaemon.com...error,If you can whittle it down to the minimum source which produces thelibrary'sand email it to me, I can fix it. -WalterWalter, I'm investigating 'Internal error: eh 684' when compiling the ACEOS.cpp with -Ae. I've got the cpp below 200 lines, but I think there's 10k lines of headers coming in before. Most of which is irrelevant, but its painful to cutdown. Usually, the larger the test case, the longer it takes me to fix it.Is a zip or tarball of the files from the ACE release OK?zip is better.(Hmm - and this is a DMC from dmc834c.zip, but when I run it, it says8.29n.????)Type scppn to get the compiler version.
Jul 16 2003
Usually, the larger the test case, the longer it takes me to fix it.OK, its cut down a long way now, I'll mail it later. I just grabbed the beta compiler so I'll try it with that first. Its just a 100 lines.Type scppn to get the compiler version.OK it says 8.34.12n. But, it IS very confusing that the literal text output by 'dmc' does not pick up the same info. It might be better to remove the version info completely, rather than output something misleading. James
Jul 17 2003