Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
DLL ok in development, error 126 in production, why ?
Hello,
i'm getting confuse.. i create a dll that connect to internet, i copy the dll only on many metarader in my local computer and found no problem...
but the problem arise when i copy my dll to another computer. it returns error 126.
may i know what's wrong ? how to solve the problem ? i'm using with visual C++ on visual studio 2008.
Hello,
i'm getting confuse.. i create a dll that connect to internet, i copy the dll only on many metarader in my local computer and found no problem...
but the problem arise when i copy my dll to another computer. it returns error 126.
may i know what's wrong ? how to solve the problem ? i'm using with visual C++ on visual studio 2008.
please help
Hi Veematics, maybe you are the gentleman who just sent me an email about this problem, but I figured I would post my reply on this forum for other to see
Quote:
Hello,
Make sure you compile your dll with MFC Statically Linked…
Go to your project properties, under Configuration Properties | General | Use of MFC
Make sure that you have “Use MFC in a Static Library “ selected.
Then rebuild your dll.
Then yes, for example I wrote my own ATR function in a dll and what happens is that my DLL ATR uses wilder's smoothing while MT4 just uses a simple average ... Same with any of the indicators written by wilders and other indicators who seem to have multiple versions ...
I would first make sure your indicators give the same results as the MT4 platform from the DLL ...
Anyone have any types or general best practices for using a dll in an indicator (how to get the range of prices to the dll, etc)? I want to have a dll calculate the values instead of using functions in MetaTrader.
Thanks!
__________________
Visit http://www.openthinkingsystems.com for EA signal distribution systems, MetaTrader and Collective2 integration and general custom development.