About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Problems with some c++ templates compilation
Post: Problems with some c++ templates compilation

Hi everybody! After severals hours of struggling with compilation my c++ code in Esenthel Engine I want to share with some of my remarks. First, I found the EE a very original and innovatory idea. I...
zielony71 Beginner Questions 2 3,793 01-19-2016, 10:23 AM
  Thread: Inline member functions
Post: RE: Inline member functions

I forgot to write about one important thing: I write an application for Android. And as I see, Visual Studio doesn't support that target, only EE Editor does. So what can I do in this situation ? Is t...
zielony71 Beginner Questions 8 6,911 01-13-2016, 10:57 PM
  Thread: Inline member functions
Post: RE: Inline member functions

Thank you guys, I will try to use VS. I didn't know that there is such a possibility, because each time I rebuilt a project in EE editor, the engine overwrote some my files that I modified/created in ...
zielony71 Beginner Questions 8 6,911 01-13-2016, 04:41 PM
  Thread: Inline member functions
Post: RE: Inline member functions

Zervox: It is true all that you have written, but: If the whole function/method with its body is not contained in a header file, a compiler has no possibility to make it inline i.e. to place the code ...
zielony71 Beginner Questions 8 6,911 01-13-2016, 11:10 AM
  Thread: Inline member functions
Post: Inline member functions

Hello everybody! I am a begginer with Esenthel Engine. I've tried to compile my c++ code in the engine, with success but after many modifications. But I cannot resolve one problem: every method I hav...
zielony71 Beginner Questions 8 6,911 01-13-2016, 09:37 AM