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.
I put them in metatrader\experts\library
I correctly define the path for the .def file
... but my EA print on the register this error: -65495
What can be the problem?
And, most, how to solve it?
Is it possible that the .def file can be corrupted?
Thanks in advance...
Hi Fedecosta,
Try to copy the def file directly under your c:\ drive ... That seems to work for me.
Note that this has nothing to do with DLL programming, it's specific to this EA...
Attached are the sample files I did for VS2008 but this time using dev-c++ ...
Hope this helps
Attached Files
MistigriFX Sample Debug.mq4 (2.1 KB, 15 views)
MSFXDEV.zip (8.6 KB, 17 views )
I have dl your files , and compile the .cpp by the picture show
but occur error
do my compile method wrong , how do i compile it to dll ? (i am a c++ beginner ^^)
I just notice that the DLL i made is a shared MFC, that is why it return error(126) in other computer while there's no problem with my computer.
I would like to know on how to convert shared MFC to static linked ?
because when i set it to static it display error like this:
error LNK2019: unresolved external symbol ...
I just notice that the DLL i made is a shared MFC, that is why it return error(126) in other computer while there's no problem with my computer.
I would like to know on how to convert shared MFC to static linked ?
because when i set it to static it display error like this:
error LNK2019: unresolved external symbol ...
Make sure on other computer, you load the compiled release version, and not the debug version.
Hello, i create a dll that write a file to specific directory with fprintf function, the bug happen when i run mt4 from desktop's shortcut .. it crashed the mt4, but if i run mt4 directly from windows explorer everything works perfectly.
Any idea how to solve this problem... needs help !
wolfe.. could you show me how to release compiled version.. not debug version ?? .. i'm on visual studio
I'm using VS2008 Express. There should be a tab at the top of your VS compiler that allows you to select between debug and release. Select release and compile. The compiler will give you a file path where your release dll is stored. Follow the file path, and copy the dll to C:\WINDOWS\system32.