Page 1 of 1

Can not install script, have error: Can not get "Init" proc address

Posted: Thu Apr 25, 2019 1:17 am
by tiger2616
scripterror.png
scripterror.png (5.66 KiB) Viewed 5525 times


Hi everyone,

I really need help on this script, I am trying the sample script "Open1Order" with C++ (Visual C++), I followed all the instruction on programming it,no error on compiling, but I got error on installing it.

Can anyone kindly help me out?

Thanks
Hugo

Re: Can not install script, have error: Can not get "Init" proc address

Posted: Thu Apr 25, 2019 6:36 am
by FX Helper
Hello,

Can you please send a source code of the script so we can check what is wrong?

Re: Can not install script, have error: Can not get "Init" proc address

Posted: Fri Apr 26, 2019 2:52 am
by tiger2616
Hi Mr.Helper

After searching the net, I made it working on FT2 by changing the first line below:

EXPORTS Init=?Init@@YGXXZ
Done
Execute
ReplaceStr
IntrfProcsRec

The DLL Script file works fine on Forex tester 2, it can also be installed on Forex test 3, but it DOES NOT output anything when run it.
Can you please point me out how to fix it?

Thanks
Hugo

Re: Can not install script, have error: Can not get "Init" proc address

Posted: Sun Apr 28, 2019 5:38 pm
by tiger2616
figured out, thanks all.