www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - WinAPI Wide Functions

reply "Jeroen Bollen" <jbinero gmail.com> writes:
Are there default bindings to the WinAPI's Wide Functions? I'm 
talking about for example 'CreateWindowW'.
Dec 15 2013
next sibling parent reply Marco Leise <Marco.Leise gmx.de> writes:
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
parent reply "Jeroen Bollen" <jbinero gmail.com> writes:
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>:

 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
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?
Dec 15 2013
parent "Jakob Ovrum" <jakobovrum gmail.com> writes:
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
prev sibling parent Marco Leise <Marco.Leise gmx.de> writes:
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