On 16. 12. 2014 13:19, Ruben Van Boxem wrote:
> 2014-12-16 9:56 GMT+01:00 Jim Michaels <[email protected] 
> <mailto:[email protected]>>:
> 
>     usually, any microsoft _PTR is a *, but DWORD_PTR is defined as long long 
> unsigned int.
>     winerrstr.cpp:83:24: error: invalid conversion from 'DWORD* {aka long 
> unsigned int*}' to 'DWORD_PTR {aka long long unsigned int}' [-fpermissive]
>         DWORD_PTR *dwpArray;
>         dwpArray=(DWORD_PTR*)new DWORD_PTR[argc+1];
> 
> 
> Please see this link for the definitions of all Windows types:
> http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751.aspx

I think PDWORD (and other P-types) is what you're looking for.

-- 
David Macek

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to