yvt / terravox

Simple heightmap Editor for Voxlap5 VXL (512x512x64 only)
Other
29 stars 9 forks source link

Windows Version Includes MSVC Runtime for x86, but Terravox.exe is for x64 #11

Open yvt opened 9 years ago

yvt commented 9 years ago

The users have to follow these steps to launch Terravox.

Current Workaround

  1. Download and install MSVC Redistribuable Packages for VC 2013.
  2. Delete MSVC?120.dll from the directory Terravox.
kuzyn1 commented 7 years ago

@yvt Do you have any working build on Windows? Or can you tell me how to compile it? (Winx64)

yvt commented 7 years ago

@kuzyn1 Maybe the description of this issue was a little bit misleading (edited!). The one from the latest release should work. All you need to do is follow the workaround steps listed in the description of this issue. (Please file an issue if it still doesn't)

If you intend to build it by yourself, you need following softwares: (a) the latest version of Visual Studio (b) Qt 5. After installing them, you can open Terravox.pro with Qt Creator and then configure and build the project.