Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emscripten support for Visual Studio 2012 #1697

Closed
souravsingh opened this issue Oct 9, 2013 · 2 comments
Closed

Emscripten support for Visual Studio 2012 #1697

souravsingh opened this issue Oct 9, 2013 · 2 comments

Comments

@souravsingh
Copy link

The support for emscripten must be extended to versions of visual studio above 2010.

@juj
Copy link
Collaborator

juj commented Oct 9, 2013

Let me point to these two bugs in vs-tool: juj/vs-tool#5 and juj/vs-tool#14 , which track the status of VS2012 support in vs-tool plugin, and close the issue on this tracker to avoid duplicate bookkeeping.

@juj juj closed this as completed Oct 9, 2013
@Caprica666
Copy link

I had this problem too. It comes from using the Visual Studio 10 path instead of the Visual Studio 11 path for the tools in C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\EmscriptenEmscripten.ToolPaths.props. If you change the first few lines to reference 11.0 instead of 10.0 it will work:

$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VC@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\Setup\VC@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VCExpress\11.0\Setup\VC@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VCExpress\11.0\Setup\VC@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\11.0\Setup\VS@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0\Setup\VS@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VCExpress\11.0\Setup\VS@ProductDir) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VCExpress\11.0\Setup\VS@ProductDir)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants