BeamNG / eawebkit_demo

EAWebkit Demo application using DirectX 11 for Windows.
16 stars 5 forks source link

EAWebkit.sln can't load projects #1

Open ArionTT opened 6 years ago

ArionTT commented 6 years ago

I download the EAWebkit 15.4.2.0.0,and open the solution with Visual Studio 2017 and Visual Studio 2015. but VS tell me

"can't found import project “C:\packages\Framework\3.34.00\data\FrameworkMsbuild.tasks”"

, then all the project the solution include are loaded failed. What is the Framework ?

Did you catch this problem when you built EAWebkit.dll ?

uniquejack commented 5 years ago

Just remove those lines from the project files. Once you do that you will be able to compile, a bunch of errors will appear because of the headers being written with the full path, just make them relative to their project path and you will get the binaries.

rafadsm commented 5 years ago

Hello, could you help me? I had the same problem above, but I did the steps you did, but I got stuck here:

"C:\packages\WindowsSDK\8.0.50727-5\installed\lib\win8\um\x64\WinMM.lib" "C:\packages\WindowsSDK\8.0.50727-5\installed\lib\win8\um\x64\Gdi32.lib" "C:\packages\WindowsSDK\8.0.50727-5\installed\lib\win8\um\x64\User32.lib" "C:\packages\WindowsSDK\8.0.50727-5\installed\lib\win8\um\x64\advapi32.lib"

I could not find the version of sdk to use, if I use the current one of windows 10, it gives a lot of errors

linsmod commented 4 years ago

install sdk 10586 then replace all sdk refs in project files to 10586.