- Search Crypto Craft
- 1,325 Results (54 Threads, 1,271 Replies)
-
MT4: dll printf question
Started Sep 22, 2011|Platform Tech|0 repliesIn some of the MT4 extention dlls they make usage of: printf e.g.: MT4 official Sample Dll: ...
-
.def file vs. __declspec(dllexport)
Started Sep 20, 2011|Platform Tech|6 replieshi, I'm a bit confused about the .def files and #define MT4_EXPFUNC __declspec(dllexport) I ...
-
Best Way: _cdecl to _stdcall
Started Sep 20, 2011|Platform Tech|3 repliesThanks. anyone knows how this would be correctly done using extern void _SomeFunction(int ...
-
MT4: Accessing #property value?
Started Sep 18, 2011|Platform Tech|8 replieshi, Out of curiosity: Anyone knows if it is possible to retrieve the values of items ...
-
BOOL Apientry DllMain
Started Sep 18, 2011|Platform Tech|9 replieshi; just a small question: I looked at a good number of MT4 dll source files and I noticed ...
-
MT4: catch dll import error
Started Sep 17, 2011|Platform Tech|8 replieshi, just a small question: maybe one of you knows. if I have something like in a mqh header ...
-
C++ Append String
Started Sep 17, 2011|Platform Tech|3 repliesC++ Append String I do something like: which works : but I wonder if their is not a better way ...