• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 18 19 20 21 22 ... 117 Next »

Compiling DolphinQT2
View New Posts | View Today's Posts

Pages (2): « Previous 1 2
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Compiling DolphinQT2
05-20-2018, 02:51 AM
#11
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,395
Threads: 15
Joined: May 2012
VS works fine on my windows 10 install.
Find
Reply
05-21-2018, 01:26 AM
#12
Zexaron Offline
Member
***
Posts: 118
Threads: 15
Joined: Oct 2016
Maybe try not using VS Git/Github support functionality and load the project traditionally.

If you have problems here's how you can disable the Git/Github support package from ever loading up in VS: https://gist.github.com/hmemcpy/5bc6b5cc11050b502ca3

Err.. correction, this is just Git revision support, the Github thing is AFAIK an optional extension which I refused to setup or install when it asked me I think.

I'm just speculating, if anyone uses git or github or both inside VS then they can correct me.

Also delete the hidden .vs folder too to clean things up completely (a reclone over existing repo might not delete it)
Find
Reply
05-21-2018, 01:38 AM
#13
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,952
Threads: 7
Joined: Oct 2014
(05-21-2018, 01:26 AM)Renazor Wrote: Maybe try not using VS Git/Github support functionality and load the project traditionally.

Uh, I don't know why that would make any difference...
Find
Reply
05-22-2018, 10:57 PM
#14
ryanebola16 Offline
Member
***
Posts: 61
Threads: 11
Joined: May 2016
I upgraded a different Win 10 PC's Visual Studio to the latest version and I'm running into the same problem. I followed the instructions in https://github.com/dolphin-emu/dolphin/wiki/Building-for-Windows, same result.
Find
Reply
05-23-2018, 10:18 PM (This post was last modified: 05-23-2018, 10:25 PM by Zexaron.)
#15
Zexaron Offline
Member
***
Posts: 118
Threads: 15
Joined: Oct 2016
(05-22-2018, 10:57 PM)ryanebola16 Wrote: I upgraded a different Win 10 PC's Visual Studio to the latest version and I'm running into the same problem. I followed the instructions in https://github.com/dolphin-emu/dolphin/wiki/Building-for-Windows, same result.

You developed Dolphin from that VS before? Check the SDK.s The 15.7 installs the 10.0.17134.0 SDK by default without prompt, but it doesn't remove any previous ones.

However, I tried 10.0.17134.0 SDK myself and so far so good, except I didn't try running a game yet.

Well you're trying with CMake right? Shouldn't the title be changed, that you're not using the standard way.
Find
Reply
05-27-2018, 03:06 AM
#16
ryanebola16 Offline
Member
***
Posts: 61
Threads: 11
Joined: May 2016
(05-23-2018, 10:18 PM)Renazor Wrote: You developed Dolphin from that VS before? Check the SDK.s The 15.7 installs the 10.0.17134.0 SDK by default without prompt, but it doesn't remove any previous ones.

However, I tried 10.0.17134.0 SDK myself and so far so good, except I didn't try running a game yet.

Well you're trying with CMake right? Shouldn't the title be changed, that you're not using the standard way.
On my primary machine I've built Dolphin before but on the other machine I tested I've never built Dolphin before. I have multiple Win 10 SDKs installed, including the latest. Will this cause problems for building Dolphin? VS doesn't give me any SDK targeting errors. Also, is there a way to build QT2 without CMake?
Find
Reply
05-27-2018, 03:18 AM
#17
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,952
Threads: 7
Joined: Oct 2014
(05-27-2018, 03:06 AM)ryanebola16 Wrote: I have multiple Win 10 SDKs installed, including the latest. Will this cause problems for building Dolphin?

No. If you don't explicitly get a build error saying that you don't have a certain SDK, there is no problem with the SDKs. I'd suggest ignoring Renazor's advice.

(05-27-2018, 03:06 AM)ryanebola16 Wrote: Also, is there a way to build QT2 without CMake?

Yes. When building it on Windows, you're supposed to build it using Visual Studio's tools without using CMake.
Find
Reply
05-27-2018, 01:56 PM
#18
ryanebola16 Offline
Member
***
Posts: 61
Threads: 11
Joined: May 2016
Oh, I looked into this further. Dolphin.exe is being compiled but the VS debugger is using DolphinWx.exe by default. Do you know how to change this?
Find
Reply
05-28-2018, 11:18 AM (This post was last modified: 05-28-2018, 11:19 AM by Zexaron.)
#19
Zexaron Offline
Member
***
Posts: 118
Threads: 15
Joined: Oct 2016
It's more than one way - Right click on Dolphin project and find "Set as Startup Project" (Qt) then it should save this option thankfully in the user .SUO file which isn't included in repo, however don't resave the SLN solution with the "Save As..." option because a full rewrite like that will make changes to the repo - "Save" and "Save All" is different and will not have this effect so that is safe.
Find
Reply
05-30-2018, 10:41 AM
#20
ryanebola16 Offline
Member
***
Posts: 61
Threads: 11
Joined: May 2016
Should be fixed in https://github.com/dolphin-emu/dolphin/pull/7019
Find
Reply
« Next Oldest | Next Newest »
Pages (2): « Previous 1 2


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode