Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
Lapsa's very own thread
by rki. 06/19/24 11:27
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (ozgur), 762 guests, and 12 spiders.
Key: Admin, Global Mod, Mod
Newest Members
squik, AemStones, LucasJoshua, Baklazhan, Hanky27
19060 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: DLL insight from the big boys please =) [Re: EvilSOB] #252598
02/19/09 06:58
02/19/09 06:58
Joined: Jul 2000
Posts: 27,987
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,987
Frankfurt
A timing problem with loading DLLs is unlikely, but it could have been a problem with different versions of the same DLL in different paths or folders.

Any Windows program loads DLLs in the following order:

- If a DLL is already loaded, it takes that one, regardless from which folder.
- Then it looks in the path given in the DLL name, if any
- Then, in the work folder
- Then, acknex_plugins
- Then, the .exe folder, normally c:\program files\gstudio7
- Then, the Windows directory
- Finally, the system search path

Re: DLL insight from the big boys please =) [Re: jcl] #252637
02/19/09 11:41
02/19/09 11:41
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Ahh thanks JCL thats a piece of info Ive never been sure of.
So even if a dll with the same NAME has already been loaded into memory
by another application, it will be used first? Do I understand correctly?


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial
Re: DLL insight from the big boys please =) [Re: EvilSOB] #252788
02/20/09 07:50
02/20/09 07:50
Joined: Jul 2000
Posts: 27,987
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,987
Frankfurt
No, only when the same application has already loaded it. Loading the DLL in another application should not matter as to my knowledge. But in any case you should definitely not have different versions of the same DLL distributed over your folders.

Page 2 of 2 1 2

Moderated by  old_bill, Tobias 

Gamestudio download | chip programmers | 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