Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 18,513 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
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