On Tue, 21 Jul 2015 12:21:56 GMT, Louie Bacani Foronda wrote:

Hello Sir,

I just installed DMD from digital mars http://dlang.org/download.html

and then installed vibe.d using the precompiled dub-0.9.24-rc.1-setup.exe for windows...

I followed the "First Steps" on the documentation but when I tried to compile using

dub --build-mode=singleFile

the linker error occurs... is there anyway to fix this?

Why do you need singleFile ? It should work without it, and it's probably not what you want (e.g. it doesn't track dependency and is significantly slower, but is useful if you have tight memory).