Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: Dave Yeo Newsgroups: comp.os.os2.programmer.porting Subject: Re: VirtualAlloc to DosAllocMem Date: Fri, 08 Jul 2011 21:57:27 -0700 Organization: Aioe.org NNTP Server Lines: 9 Message-ID: References: <4e176267$0$6545$9b4e6d93@newsspool4.arcor-online.net> <4e176505$0$6554$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: ZbMWJwI09vxGKx3gJrxJdQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:2.0.2pre) Gecko/20110703 Firefox/4.0.2pre SeaMonkey/2.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: x330-a1.tempe.blueboxinc.net comp.os.os2.programmer.porting:113 Dave Yeo wrote: > ps Is DWORD signed or unsigned? IIRC the GCC headers are missing DWORD Had to change DWORD to ULONG to get around a protection not declared in this scope error and I thought you had made a mistake with brackets. I was wrong, your example compiles and hopefully will run after a couple of more hours of compiling. Thanks Dave