About Store Forum Documentation Contact



Post Reply 
Es + stl
Author Message
andrew Offline
Member

Post: #1
Es + stl
Hi, I started to program in Esethel about two weeks ago and I have a question. I writing a project in Esenthel script and I need to merge it with my old project which is wrote in c++. And here is the problem because in this project I am using list from stl and now I can`t include list form stl in Esenthel script. I don`t want to change my code to the Esenthel Memel because it is equivalent to change about 80% of my code.

Thank you for your answer.
11-26-2011 01:52 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Es + stl
why can't you use stl list?
code editor supports including external headers in project properties
11-26-2011 01:56 AM
Find all posts by this user Quote this message in a reply
andrew Offline
Member

Post: #3
RE: Es + stl
Unfortunatelly after adding in properties:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\list
I have still problem because in output is:
Error: invalid "static" keyword for global varaibles/functions.
and in the rest of the lines there are some names of variables like:
has_denorm_loss, has_infinity, min, max...
11-26-2011 02:29 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Es + stl
I'll look into this
11-29-2011 09:33 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Es + stl
I've made some fixes! (please use the Autoupdate tool)
12-13-2011 12:55 AM
Find all posts by this user Quote this message in a reply
Post Reply