[ddbg] Full source?

Extrawurst spam at extrawurst.org
Tue Jul 15 08:48:56 PDT 2008


Did u build with the correct win32 version ? look at win32.windows.d to 
see what possible versions u could set.


TomD schrieb:
> Bill Baxter Wrote:
>
> [...]
>   
>> Maybe the win32 bindings from the 
>> http://www.dsource.org/projects/bindings will do the trick?
>>
>> --bb
>>     
> Not completely:
> dbgthread.d(43): Error: undefined identifier GetThreadPriorityBoost
> dbgthread.d(43): Error: function expected before (), not GetThreadPriorityBoost of type int
> dbgthread.d(49): Error: undefined identifier GetThreadTimes
> dbgthread.d(49): Error: function expected before (), not GetThreadTimes of type int
> debugger.d(29): module expression_apd cannot read file 'expression\expression_apd.d'
> debugger.d(29): module expression_apd cannot read file 'expression\expression_apd.d'
> minidump.d(67): Error: undefined identifier CreateFileMapping
> minidump.d(67): Error: function expected before (), not CreateFileMapping of type int
> minidump.d(67): Error: cannot implicitly convert expression (CreateFileMapping(this.file,null,2u,0,0,null)) of type int to HANDLE
> minidump.d(70): Error: undefined identifier MapViewOfFile
> minidump.d(70): Error: function expected before (), not MapViewOfFile of type int
> minidump.d(70): Error: cannot implicitly convert expression (MapViewOfFile(this.fileMapping,4u,0,0,0)) of type int to void*
> minidump.d(139): Error: undefined identifier UnmapViewOfFile
> minidump.d(139): Error: function expected before (), not UnmapViewOfFile of type int
> util.d(622): Error: undefined identifier GetLongPathName
> util.d(622): Error: function expected before (), not GetLongPathName of type int
>
> There seem to be some static if's not defined
>
> Also, it is not quite clear how to get from
> expression/expression.apd to expression/expression_apd.d
>
> Ciao
> Tom
>   


More information about the Digitalmars-d-debugger mailing list