DMD's kernel32.lib missing symbols?

simendsjo simendsjo at gmail.com
Fri Jul 29 11:27:16 PDT 2011


On 29.07.2011 19:13, Simon wrote:
> On 29/07/2011 11:14, simendsjo wrote:
>> Not sure how I can search for symbols in the library, but it seems the
>> library is missing functions.
>> I've tried using coffimplib on kernel32.lib from the Windows SDK, but it
>> neither produces a new library or give me an error.
>>
>> What Windows version is the library based on?
>> How can I check what symbols exists?
>> Is there a way to convert WinSDK's library to omf?
>
> Shows how to make your own import lib for windows system dll:
>
> http://www.sstk.co.uk/d.php
>
> Been ages since I did that though so let me know if you have problems.
>

I've tried using implib too, but replacing dmd's own kernel32.lib seems 
to create problems.


More information about the Digitalmars-d-learn mailing list