Xref: news-dnh.mv.net comp.os.msdos.djgpp:861 Path: news-dnh.mv.net!mv!news.sprintlink.net!howland.reston.ans.net!xlink.net!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!fu-berlin.de!zrz.TU-Berlin.DE!news From: "GaAs (Bartz)" Newsgroups: comp.os.msdos.djgpp Subject: Problem with GRX-Lib under C++ Date: 6 Jul 1995 10:40:39 GMT Organization: Technical University Berlin, Germany Lines: 13 Nntp-Posting-Host: trillian.ee.tu-berlin.de To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I tried to compile a program using the GRX103-libraries (modified by the m1 maintenance) under C++ (extension .cc) of the GCC263 compiler. The program doesn't include C++ specific commands. The compiled program crashed after it was started with go32. When I tried to compile and run the same program with the C compiler (extension .c) everything was fine. With the older Version 2.5.7 of the DJGPP-Software the program run correctly using both compilers (gcc and gpp). My idea is to use C++ features and the GRX-libraries at the same time in the near future (with the latest version of DJGPP). What went wrong?