www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2001/12/28/05:47:59

X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f
From: cmapworx <cmapworx AT polbox DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: porting from djgpp to msvc
Date: Fri, 28 Dec 2001 11:34:46 +0100
Organization: tp.internet - http://www.tpi.pl/
Lines: 16
Message-ID: <3C2C4AC6.364DC2A@polbox.com>
NNTP-Posting-Host: pc238.szczecin.cvx.ppp.tpnet.pl
Mime-Version: 1.0
X-Trace: news.tpi.pl 1009535827 1043 213.76.58.238 (28 Dec 2001 10:37:07 GMT)
X-Complaints-To: usenet AT tpi DOT pl
NNTP-Posting-Date: Fri, 28 Dec 2001 10:37:07 +0000 (UTC)
X-Accept-Language: en
X-Mailer: Mozilla 4.7 [en] (Win98; I)
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

hi, while porting some code of my code from djgpp to msvc i got two
error messages:
code was compiling and working fine under djgpp.

1. in a sample statement (trying to allocate vector of pointers to
BITMAP):

BITMAP **frames;
frames = new (BITMAP *)[15];

syntax error: missing ';' before '['

2. is there available function equivalent to sleep() function?

thanks

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019