Hi,
my question is not fitting to the forum, but fitting to the thread topic therefore I post it here:
Did anyone so far succeed in implementing libnoise into LiteC?
I tried it with writing a plugin dll that uses the libnoise libraries, but as soon as I declare a Perlin module class in the code, the dll isn't loaded by A7 anymore (that means it isn't opened when the engine is loading although it is located in acknex_plugins). But the dll is compiling fine in VC++ so it should be loaded, shouldn't it? Directly loading the dll with A7 doesn't work for me either.