Question about DLL and Multicharts 4

Questions about MultiCharts and user contributed studies.
kravarka
Posts: 2
Joined: 04 Apr 2011

Question about DLL and Multicharts 4

Postby kravarka » 04 Apr 2011

Hello, i've made an dll with some functions inside and i want to use it with multicharts powerlanguage
i'd found a way to write the code correct but i receive an error that dll was not found
i'd tried to put it in system32 folder and multicharts folder and define it with or without full path but still there is an error.
can someone with experience in MC4 and DLL put some words. thank you.

User avatar
Stan Bokov
Posts: 963
Joined: 18 Dec 2009
Has thanked: 367 times
Been thanked: 302 times

Re: Question about DLL and Multicharts 4

Postby Stan Bokov » 08 Apr 2011

I can't speak for MC4, but in MC7 you can place it in the MultiCharts installation directory and then use:
external method: "yourfile.dll"
You can also place it into any other directory, but then you need to write out the whole path. Is there a reason you are using such an old version? You can upgrade for free from our site.

kravarka
Posts: 2
Joined: 04 Apr 2011

Re: Question about DLL and Multicharts 4

Postby kravarka » 08 Apr 2011

thank you,
i'm with the new version now and everything is ok!


Return to “MultiCharts”