Ticket #3 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Bug of Bindings for the Windows API

Reported by: SHOO Assigned to: somebody
Priority: major Milestone:
Component: component1 Version: 2.0
Keywords: Cc:

Description

There are files that has some bugs in current trunk.

Attachments

win32.patch (4.3 kB) - added by SHOO on 02/03/10 09:27:43.

Change History

02/03/10 09:27:43 changed by SHOO

  • attachment win32.patch added.

08/22/10 00:25:19 changed by CyberShadow

  • status changed from new to closed.
  • resolution set to fixed.

Committed appropriate parts of your patch as r346. The other changes were already in, except one - the makefile change. The makefile works as-is for me with both D1 and D2, why is the change necessary?

08/22/10 08:40:45 changed by SHOO

I build libraries with directory that is not import directory where dmd can refer. In that case, dmd is going to refer to an old file of win32. It is necessary to appoint -I.. at the compiled place (that is makefile's directory) to avoid this.

...Probably.

I have forgotten the details.