vibe / how to use the Win32EventDriver ?
    Daniel Kozak via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Jan  7 08:23:53 PST 2016
    
    
  
V Thu, 7 Jan 2016 16:35:24 +0100
"Robert M. Münch via Digitalmars-d-learn"
<digitalmars-d-learn at puremagic.com> napsáno:
> When I build for Windows, it seems that the "libevent" driver is
> used. I can see that there is a "Win32EventDriver" which setups a GUI
> message loop as well. How can I use this driver instead of the
> "libevent" one?
> 
use subConfigurations in your dub file
"dependencies": {
		"vibe-d": "version"
},
"subConfigurations": {
	"vibe-d": "win32"
}
    
    
More information about the Digitalmars-d-learn
mailing list