WildCard65
WildCard65
Another suggestion, follow similar subplugin system I'm doing in http://github.com/WildCard65/FF2-Alpha
that was intentional
I think this wants to be bumped up to be a major bug for the cases where maps bug out on damaging a hale while at 1 health and the...
I will once a friend of mine's cousin can get a test server for me running(one I run I'm using to test my rewrite of ff2)
I may eventually need this also in the far future.
Necroing this, but it appears that cmake will check for sys/types.h no matter what.
@ScatteredRay @wrowe I reduced the minimum requirement version down to 3.15, the restricting factor is now the MSVC_RUNTIME_LIBRARY target property.
@jnhyatt That's possible, I haven't tested the config file (that emulates FindZLIB.cmake), but the generated target files require at least 2.6
> SHVDN uses AppDomains, which I don't think work right except on .NET Framework. Or at least, they're a legacy thing. It may be possible to migrate to AssemblyLoadContext and...
Might I suggest a bootstrapper DLL in pure C++ that then calls/allocates an object in the C++/CLI DLL and transfers control to it?