I have a slightly different problem with the Editor, maybe anybody could help me....
Whenever I press F5 / Play in Editor my project only gets compiled but don't start!
Using CTRL+F5 / Debug my Visual Studio starts up and the application is started.
This happens both using a custom DataPath for my own project and using the "demo" project being added to the CodeEditor after a fresh EE Installation with default DataPath.
Please let me know your OS version, your VS version (year and express/pro).
Please attach screenshot of Code Editor after it completes compilation succesfully, but does not start an app (please do this on one of "demo" projects from the SDK)
(11-20-2012 10:19 AM)Esenthel Wrote: Please let me know your OS version, your VS version (year and express/pro).
Please attach screenshot of Code Editor after it completes compilation succesfully, but does not start an app (please do this on one of "demo" projects from the SDK)
Thanks for your time:
Action: Using Play > Play via Code Editor menubar
OS: Windows 7 64bit Home Premium
VS: VS2010 Professional SP1
Thanks, it's because you have german language version of the VS, currently code editor detects compilation success if the output ends with "1 succeeded"
I'll update it for next SDK to support "1 erfolgreich" and "1 aktuell" too
If someone uses VS in version different than English/German then please let me know the texts that VS compiler generates after compilation for:
"1 succeeded", "0 up-to-date", "0 failed" (including number/digit in the text)
So I can add support for your language version as well
Hi, here is the French output (because from what i see there is many french here), i use Visual Studio in English but hope that will help someone else (and another problem fixed for you).
========== Génération : 1 a réussi, 0 a échoué, 0 mis à jour, 0 a été ignoré ==========
(This post was last modified: 12-01-2012 01:24 PM by Skykill.)