Am 14.02.2014 17:15, schrieb Matthew Fong:

What steps are necessary to compile vibe.d to in 64-bit mode in windows?
When I tried the default just with --arch=x86_64, it said it can't find "lib\win-amd64\event2.lib", which indeed is not there:

Linking...
LINK : fatal error LNK1104: Datei "..\..\Users\Unknown\AppData\Roaming\dub\packages\vibe-d-master\lib\win-amd64\event2.lib" kann nicht geöffnet werden.
--- errorlevel 1104

So I thought I might simply use the "VibeWin32Driver" version in my package.json, which turned up the same error.

"versions": ["VibeWin32Driver"] should actually work (just tested
successfully on a local project). Do you build on the command line or
within VisualStudio? In the latter case, did you regenerate the project
file?