VFrown icon indicating copy to clipboard operation
VFrown copied to clipboard

Help

Open Ya-Block opened this issue 1 year ago • 4 comments

image

Ya-Block avatar Jan 23 '24 20:01 Ya-Block

I also can't get VFrown to build now. I just get the following error: "cannot find -lomdlg32: No such file or directory"

Here's what I did before to get it to build: I got the latest version of w64devkit - https://github.com/skeeto/w64devkit/releases/ Within w64devkit, I followed the steps on the main VFrown page: cd (VFrown folder) make platform=windows build=release

BLiNXthetimesweeperGOD avatar Feb 01 '24 23:02 BLiNXthetimesweeperGOD

Adding a c before "omdlg32" in the MakeFile gets a bit further, but the compiler throws another error: "undefined reference to `c_dfDIJoystick2'"

BLiNXthetimesweeperGOD avatar Feb 01 '24 23:02 BLiNXthetimesweeperGOD

Adding a c before "omdlg32" in the MakeFile gets a bit further, but the compiler throws another error: "undefined reference to `c_dfDIJoystick2'"

Add dinput to the libs in the makefile.

windwakr avatar Apr 30 '24 02:04 windwakr

image

Ya-Block avatar May 02 '24 23:05 Ya-Block