Hey nice

It actualy is a visual studio project! This is how I use Lite-C, you should try it

Yes sorry, the GetSaveFileName-Error is JCL's fault, he forgott to add it to the windows header.

Search for 'GetOpenFileName' in windows.h Add
DWORD __stdcall GetSaveFileName (DWORD);
in the next line.