NxShape
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
NxShape
Member
|
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 |
|
NxShape
Member
|
RE: Question
I was wrong))Thanks for reply))It`s helped.
|
|
04-14-2010 03:37 PM |
|