Message-ID: <38B3192A.F17E3572@geocities.com> From: Sahab Yazdani Organization: PheonixSoft Inc. X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: something wierd is going on... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 Date: Tue, 22 Feb 2000 18:18:02 -0500 NNTP-Posting-Host: 209.103.52.96 X-Complaints-To: abuse AT sprint DOT ca X-Trace: newscontent-01.sprint.ca 951261837 209.103.52.96 (Tue, 22 Feb 2000 18:23:57 EST) NNTP-Posting-Date: Tue, 22 Feb 2000 18:23:57 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com okay I've written a class that outputs strings to an SVGA screen using different fonts and stuff, the functions are all working fine (i've done some exaustive testing). BUT, when I try to run it using like this: writer->DrawString( x,y, "string", colour ); it crashes on other computers (but not my own), yet when I use it like this: char *string; writer->DrawString( x,y, string, colour ); it works fine... now can anybody tell me whats going on?? -- *********************************************************** * Sahab Yazdani * "We are all who we are, no more and no * * Thornhill S.S * less" - al'Lan Mandragoran * *********************************************************** * http://pheonixware.8m.com/ * ***********************************************************