View Single Post
  #12 (permalink)  
Old 11-26-2005, 01:13 PM
gnrslash gnrslash is offline
Junior Member
 
Join Date: Nov 2005
Posts: 7
gnrslash is on a distinguished road
dll import problems

Hi guys,
I see you by your words you're very good with these things
and I hope you can give me a hand with my dll import problem.
I did exactly as codersguru explained with the filehandler dll.
I have the .ex4 file in the indicators directory. In the .ex4 there's an include to a file(.mqh) in the include directory which has an #import statement within to a dll in the libraries directory.
Dll is loaded but as soon as i drag the indicator in the chart I read in the expert tab of strategy builder: cannot call function functionname from dll ' dllname.dll'
I tested the dll from an .exe and all the function are running but within the .ex4 i can't find a way.I'm sure I'm missing something but I really don't know what. what could it be?
Thank you
Reply With Quote