andrew
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
andrew
Member
|
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 |
|
Esenthel
Administrator
|
RE: Es + stl
I'll look into this
|
|
11-29-2011 09:33 PM |
|
Esenthel
Administrator
|
RE: Es + stl
I've made some fixes! (please use the Autoupdate tool)
|
|
12-13-2011 12:55 AM |
|