Hi JCL,
when I want to write a wrapper for Java (write the game in java and render it in the engine), I would use a Win32 DLL from my Java code to access the engine (the Win32 DLL is the wrapper then). So, I would have to invoke the engine from inside the wrapper DLL.
Is it possible to bind the acknex.dll to another DLL and start the engine in that wrapper DLL??? Is that possible at the moment? If not, would you please consider to add this feature? Thanks!
Thanks,
-Christian
-------------------------------------------------------------
The original post was different, so here is the OLD POST:
Hi JCL,
is it possible to compile an EXE that uses a DLL to invoke from there the engine?
I am thinking about the possibility to call from a JVM native C++ code (via JNI or JNA), compiled in a DLL and from this DLL I want to start the engine and retrieve the engine state (global variables and entities, etc.) and push it back to my JVM.
Of course each user has to compile that mediator DLL by him-/herself because of his/her own licensed acknex.dll, of course.
Did you understood what I mean and do you think that this is possible?
Last edited by HeelX; 08/03/10 06:44.