About Store Forum Documentation Contact



Post Reply 
Editor bug
Author Message
Houge Offline
Member

Post: #1
Editor bug
Hello! I faced an editor bug, when compiling it says:
Code:
C:\Esenthel\Projects\_Build_\test1\Project.vcxproj : warning  : Platform 'Emscripten' referenced in the project file 'test1' cannot be found.
1>------ Build started: Project: test1, Configuration: Debug DX10+ Win32 ------
1>  base_init.cpp
1>c:\esenthel\projects\_build_\test1\source\library\base_init.cpp(7): error C2059: syntax error : '{'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Sample project attached.
When we move constructor from separate code file (base_init) to another file (base) compilation is successful.
VS 2013 Community, Windows 10 Home.


Attached File(s)
.zip  test1.zip (Size: 1.57 KB / Downloads: 5)
(This post was last modified: 08-11-2015 06:55 PM by Houge.)
08-11-2015 06:54 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Editor bug
Thank you!
I'll investigate this.
08-12-2015 12:06 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Editor bug
Thank you for your patience.

The fix is available in this single commit in the Beta branch:
https://github.com/Esenthel/EsenthelEngi...521229d83e
08-13-2015 07:53 AM
Find all posts by this user Quote this message in a reply
Houge Offline
Member

Post: #4
RE: Editor bug
Thank you very much! I think i'll wait for binary release to check it.

By the way, you can use git branching to merge bug fixes into master without a need to stop working on beta branch smile
08-13-2015 10:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply