About Store Forum Documentation Contact



Post Reply 
New to Non-Graphical Interface Engine
Author Message
Merries Offline
Member

Post: #1
New to Non-Graphical Interface Engine
I have gotten spoiled by full graphical interface engines so I have a couple of question, Ive never used Express C++ before to any real degree.

I do understand if I add code it must be build, however, reading the docs I saw something about a code editor you can use instead with Esenthel engine script?

And honestly I have no clue how to get the tutorials to run w/i Express C++ (2008). Thank you!
11-12-2011 07:26 PM
Find all posts by this user Quote this message in a reply
Fab4 Offline
Member

Post: #2
RE: New to Non-Graphical Interface Engine
Hi,
you can download microsoft express c++ 2010 4 free.
the only thing you realy have to do is to unpack the esenthel engine. in the esenthel folder, there is a documantation file that explains which files you have to copy in which folder of microsoft express folder.
Next to the installation folder there is a tutorial folder. Just open Tutorials VS 2010.sln with microsoft express and compile the source code. everything should work directly.
in data tree on the left side of microsoft express, you will find a folder called source. you just have to replace the tutorial .cpp files with current file. it is important to have only one tutorial in source folder.
(This post was last modified: 11-12-2011 08:03 PM by Fab4.)
11-12-2011 08:03 PM
Find all posts by this user Quote this message in a reply
Merries Offline
Member

Post: #3
RE: New to Non-Graphical Interface Engine
Oh thank you for detailing that out some, appreciated, I can do that smile
11-12-2011 11:57 PM
Find all posts by this user Quote this message in a reply
Post Reply