Xref: news-dnh.mv.net comp.os.msdos.djgpp:1491 Path: news-dnh.mv.net!mv!news.sprintlink.net!simtel!news.kei.com!news.mathworks.com!tank.news.pipex.net!pipex!howland.reston.ans.net!math.ohio-state.edu!news.cyberstore.ca!vanbc.wimsey.com!unixg.ubc.ca!info.ucla.edu!csulb.edu!csus.edu!pluto!gmontem From: gmontem AT sfsu DOT edu (GEORGE ARUGAY MONTEMAYOR) Newsgroups: comp.os.msdos.djgpp Subject: Porting Turbo C++ code to DJGPP Date: 12 Aug 1995 05:56:16 GMT Organization: San Francisco State University Lines: 16 Nntp-Posting-Host: gmontem%@pluto.sfsu.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp -- Hi, I finally tried out DJGPP v1.12 and checked to see if I had to make any modifications from my source code coded for Borland's Turbo C++ 3.0 when porting over to DJGPP v1.12. Everything went fine except that DJGPP gives me a parser error: unterminated character constant. What is that supposed to mean? I checked the line and it looks fine to me. Also, is there a file that contains all or most of DJGPP's error messages and what they mean? Thanks, -George