About Store Forum Documentation Contact



Post Reply 
Question
Author Message
NxShape Offline
Member

Post: #1
Question
Hi! I the newcomer in usage of this engine. And I had a question. Whether it is possible to create dll with usage Esenthel?

P.S.Sorry for my English))
04-13-2010 07:15 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Question
There is a tutorial "loading game from dll" in "sdk\extras"

however if you mean that the "esenthelengine.lib" should be translated into "dll" then no, I'm not planning on developing that feature

only whole game exe can translated into "dll"
04-13-2010 08:34 PM
Find all posts by this user Quote this message in a reply
NxShape Offline
Member

Post: #3
RE: Question
I had in view of another.
I simply wish to make an alternate library for the program. In it will be used types Esenthel and some functions. But has faced a problem.

struct SAct
{
Str text;
Int value;
};

class __declspec(dllexport) SClass
{
Memb<SAct> Act;//Produces an error. Does not accept 1 argument
};

May be I`m wrong?
04-13-2010 09:15 PM
Find all posts by this user Quote this message in a reply
NxShape Offline
Member

Post: #4
RE: Question
I was wrong))Thanks for reply))It`s helped.
04-14-2010 03:37 PM
Find all posts by this user Quote this message in a reply
Post Reply