how could i transfer quotes and other data to dll???

 
how could i transfer quotes and other data to dll???
wat is the function used for ttansferring---->from mql to dll???
 
please reply to this thread..
 
ankit29030:
please reply to this thread..

Why the quadruple post ? do you want to remove the 3 extra posts or shall I ?
 
as in mql4 debugging is a complex and length (time-consuming ) process so i wantec to know how do i transfer parameters such as quotes(ask,bid) to dll???????
 
ankit29030:
as in mql4 debugging is a complex and length (time-consuming ) process so i wantec to know how do i transfer parameters such as quotes(ask,bid) to dll???????

There was a very useful video, a link to it was posted here: https://www.mql5.com/en/forum/141615 but it seems this link is no longer active, search for the video or contact the author of the video via linkedin

If you are simply trying to use a DLL to avoid debugging in mql4 then that is a very bad idea . . . debugging in mql4 is not so complex or time consuming once you figure out how and code from the start with debugging in mind.
 
where is official doc. about it??
RaptorUK:

There was a very useful video, a link to it was posted here: https://www.mql5.com/en/forum/141615 but it seems this link is no longer active, search for the video or contact the author of the video via linkedin

If you are simply trying to use a DLL to avoid debugging in mql4 then that is a very bad idea . . . debugging in mql4 is not so complex or time consuming once you figure out how and code from the start with debugging in mind.

where is official documentation about it?
 
ankit29030:
where is official doc. about it??
where is official documentation about it?

About what ? DLLs or debugging ?

https://www.mql4.com/search#!keyword=debugging&module=mql4_module_articles

 
RaptorUK:

About what ? DLLs or debugging ?

https://www.mql4.com/search#!keyword=debugging&module=mql4_module_articles

about use of dlls..
 
ankit29030:

about use of dlls..
You don't write a DLL in mql4 so it is outside the scope of the mql4 Documentation.
Reason: