vibe / how to use the Win32EventDriver ?

Daniel Kozak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 7 12:14:15 PST 2016


I remember e few days I have same issue but with libasync. I have to 
remove .dub from my home directory (I do not know where is it in 
windows) and after making new project I was able to make it works

Dne 7.1.2016 v 19:23 Robert M. Münch via Digitalmars-d-learn napsal(a):
> On 2016-01-07 16:23:53 +0000, Daniel Kozak via Digitalmars-d-learn said:
>
>> use subConfigurations in your dub file
>>
>> "dependencies": {
>>         "vibe-d": "version"
>> },
>> "subConfigurations": {
>>     "vibe-d": "win32"
>> }
>
> Well, that's what I do:
>
>     "dependencies": {
>         "vibe-d": "~>0.7.26"
>     },
>        "versions": ["VibeCustomMain"],
>        "subConfigurations": {
>         "vide-d": "win32"
>     }
>
> But this uses "libevent".
>



More information about the Digitalmars-d-learn mailing list