digitalmars.D.learn - WinAPI Wide Functions
- Jeroen Bollen (2/2) Dec 15 2013 Are there default bindings to the WinAPI's Wide Functions? I'm
- Marco Leise (6/8) Dec 15 2013 I know of this project:
- Jeroen Bollen (4/10) Dec 15 2013 I would but there doesn't seem to be any documentation on that
- Jakob Ovrum (4/7) Dec 15 2013 As with most bindings, the project's interface modules mirror the
- Marco Leise (6/8) Dec 15 2013 Well, just scroll back through this forum to the topic Win
Are there default bindings to the WinAPI's Wide Functions? I'm talking about for example 'CreateWindowW'.
Dec 15 2013
Am Sun, 15 Dec 2013 15:17:39 +0100 schrieb "Jeroen Bollen" <jbinero gmail.com>:Are there default bindings to the WinAPI's Wide Functions? I'm talking about for example 'CreateWindowW'.I know of this project: http://www.dsource.org/projects/bindings/wiki/WindowsApi -- Marco
Dec 15 2013
On Sunday, 15 December 2013 at 14:26:26 UTC, Marco Leise wrote:Am Sun, 15 Dec 2013 15:17:39 +0100 schrieb "Jeroen Bollen" <jbinero gmail.com>:I would but there doesn't seem to be any documentation on that binding set. How am I supposed to know which modules to use or what DLLs to link?Are there default bindings to the WinAPI's Wide Functions? I'm talking about for example 'CreateWindowW'.I know of this project: http://www.dsource.org/projects/bindings/wiki/WindowsApi
Dec 15 2013
On Sunday, 15 December 2013 at 18:36:08 UTC, Jeroen Bollen wrote:I would but there doesn't seem to be any documentation on that binding set. How am I supposed to know which modules to use or what DLLs to link?As with most bindings, the project's interface modules mirror the headers it ports, so just use the MSDN documentation. On MSDN, the header and DLL of a function are listed near the bottom.
Dec 15 2013
Am Sun, 15 Dec 2013 15:17:39 +0100 schrieb "Jeroen Bollen" <jbinero gmail.com>:Are there default bindings to the WinAPI's Wide Functions? I'm talking about for example 'CreateWindowW'.Well, just scroll back through this forum to the topic Win Headers -- Marco
Dec 15 2013