About Store Forum Documentation Contact



Post Reply 
Web compiling
Author Message
Corrado Offline
Member

Post: #1
Web compiling
Hello,

im old Esenhtel user (bought a license more than 10 ago).

I wish compile for the web, but i have this error :
... Platform Emscripten … make sure you have it installed under %VCTargetsPath%\Platforms\Emscripten

and loading, with Visual C editor, the produced project the proprieties shows that "emcc is not installed"

Forgive my ignorance : how to do to compile for the web ?

Bye,
Corrado
11-20-2019 03:02 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Web compiling
Have you followed the instructions here?
https://www.esenthel.com/?id=doc#Compilers
11-21-2019 01:23 PM
Find all posts by this user Quote this message in a reply
Corrado Offline
Member

Post: #3
RE: Web compiling
Many tks for your answer.

i have reinstalled the VC 2019 compiler follow your instruction and now the error message is this :
"error MSB8020: The build tools for emcc (Platform Toolset = 'emcc') cannot be found"
In fact i have copied the vs-tools-master emscripten dir into the 2019 MSBuild targets location but the files are for 2010 vc version and not for 2019 vc version and so maeby the vc 2019 can not recognize, or maeby other ...
what to do ?

Corrado
11-24-2019 12:24 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Web compiling
Please scroll down the doc page for "Web" section.
11-24-2019 02:36 PM
Find all posts by this user Quote this message in a reply
Corrado Offline
Member

Post: #5
RE: Web compiling
Hello,

tks for your answer.

If your refer to Documentation .. Platform Specific .. Web : i dont see anything that can help me ...

Corrado
11-26-2019 02:27 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Web compiling
11-26-2019 03:27 PM
Find all posts by this user Quote this message in a reply
Corrado Offline
Member

Post: #7
RE: Web compiling
Hello,

first off all many tks for your continuos support. tks.

... i think the problem is what to copy into the Platform directory of the Visual C++.
The file included in vs-tools are for Visual c++ 2010, not for 2019.

May i know what files you copied into the Platform directory of the Visual C++ 2019 version ? Many tks.

Corrado
11-29-2019 08:03 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Web compiling
The docs explicitly mention you need to install 2010
11-30-2019 02:38 AM
Find all posts by this user Quote this message in a reply
Corrado Offline
Member

Post: #9
RE: Web compiling
Hello,

VC 2010 : i have already installed.

may i know what files of VS-tool you have into the VC 2019 Platform directory ?

Corrado
11-30-2019 09:17 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #10
RE: Web compiling
The files need to be installed to VS 2010
12-02-2019 04:12 AM
Find all posts by this user Quote this message in a reply
Corrado Offline
Member

Post: #11
RE: Web compiling
Hello,

i have installed the files into VC 2010 Platform directory, but the result is the same.
The EE still shows the following :

Platform ARM referenced in the project file 1.Basic App cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platform\ARM
Platform Emscripten referenced in the project file 1.Basic App cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platform\Emscripten
Platform x64 referenced in the project file 1.Basic App cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platform\x64


Corrado
12-06-2019 08:05 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Online
Member

Post: #12
RE: Web compiling
you need to make sure the path matches

Platform ARM referenced in the project file 1.Basic App cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platform\ARM
Platform Emscripten referenced in the project file 1.Basic App cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platform\Emscripten
Platform x64 referenced in the project file 1.Basic App cannot be found. Please make sure you have it installed under %VCTargetsPath%\Platform\x64
12-06-2019 08:05 PM
Find all posts by this user Quote this message in a reply
Post Reply