Gamestudio Links
Zorro Links
Newest Posts
webGL
by Ice2642. 11/17/25 21:27
Camera always moves upwards?
by NeoDumont. 11/17/25 09:56
Future of ZorroHFT
by TipmyPip. 11/16/25 13:52
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Training with the R bridge does not work
by Petra. 11/15/25 09:31
Zorro 2.70
by jcl. 11/15/25 08:43
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (JeyKey II, SkinnyApe, TipmyPip, Quad), 7,531 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
SkinnyApe, tritom, sheliepaley, Blueguy, blobplayintennis
19179 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: perlin noise functions. [Re: spaceguy76] #228762
09/22/08 09:42
09/22/08 09:42
Joined: Jan 2007
Posts: 651
Germany
R
RedPhoenix Offline
User
RedPhoenix  Offline
User
R

Joined: Jan 2007
Posts: 651
Germany
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.

Re: perlin noise functions. [Re: RedPhoenix] #228878
09/23/08 07:26
09/23/08 07:26
Joined: Jul 2000
Posts: 28,030
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,030
Frankfurt
You can either write and load a DLL as an engine plugin, or load the DLL directly in lite-C as described under "DLLs and APIs". In the former case the DLL must be created with the plugin SDK, in the latter case any DLL will do.

If a DLL does not load on a certain PC after you add a certain function, than probably some prerequisite for that function - such as a certain dynamic library - is missing on that PC.

Hope that helps.

Page 2 of 2 1 2

Moderated by  aztec, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1