born2beflyin / SoftTH

Software TripleHead originally by Kegetys (www.kegetys.fi). Updated and maintained by born2beflyin.
GNU General Public License v3.0
62 stars 8 forks source link

Compiling, e.g. "afxres.h" #11

Closed Jako81624 closed 9 years ago

Jako81624 commented 9 years ago

Having many issues compiling. All pre-requisites are installed but getting "afxres.h" discovery and inclusion issues that prevent it from compiling at all. If this is just a problem with me that cannot be solved a compiled version in releases would be very useful. If its me being an idiot than please say if you can provide a remedy.

born2beflyin commented 9 years ago

afxres.h is included by the resources.rc file and is part of the MFC library. You'll need the MFC library installed to compile it correctly (you should just install the Windows Driver Development Kit). I plan to look at removing dependency on the MFC library in the future, but for now you need it. Also, repository updates are NOT releases. Actual releases will come with full binaries compiled by me and posted on SoftTH.net. SoftTH v3 is not released yet as it is NOT READY. I simply wanted to update the repository.

Jako81624 commented 9 years ago

OK Thanks for the update. Found out yesterday that the issue is that MFC does not come as part of or work in conjunction with the Express Editions of Visual Studio and therefore the dependencies required. Switched to WinResrc.h and got further, but once again some errors prevented it from compiling. Thanks for the awesome program though :+1: