From: "GNL" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling allegro for msvc error Date: Tue, 1 Feb 2000 02:43:21 +0100 Organization: A2000 Kabeltelevisie en Telecommunicatie Lines: 29 Message-ID: <875dq1$pqn$1@tesla.a2000.nl> References: <875b68$msr$1 AT tesla DOT a2000 DOT nl> NNTP-Posting-Host: node08f5.a2000.nl X-Trace: tesla.a2000.nl 949369473 26455 62.108.8.245 (1 Feb 2000 01:44:33 GMT) X-Complaints-To: abuse AT a2000 DOT nl NNTP-Posting-Date: 1 Feb 2000 01:44:33 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com forget this i found it GNL wrote in message news:875b68$msr$1 AT tesla DOT a2000 DOT nl... > Hi, > > Tryin' to make allego for vc, this is what happens: > > >Compiling Allegro for MSVC, optimised. Please wait... > >obj/msvc/runner.exe cl > @ -nologo -DALLEGRO_SRC -W1 -Gd -Ox -GB -MT -I. -I./include -Foobj/msvc/alle > g/wddbmp.obj -c >src/win/wddbmp.c > >wddbmp.c > >src/win/wddbmp.c(264) : error C2065: 'DDCAPS2_FLIPNOVSYNC' : undeclared > identifier > >src/win/wddbmp.c(265) : error C2065: 'DDFLIP_NOVSYNC' : undeclared > identifier > > I've installed VC 6++ and dx7sdk and set up all the include and library > paths correctly. > What now? > > GNL > > >