king558 / Publications
Forum
GUI in DLL
// ZTest.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" HWND g_hWnd = NULL ; HRESULT CALLBACK WndProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); DWORD WINAPI Run( void * pParam ); extern "C" __declspec( dllexport ) void Start() { WNDCLASSEX
MQL5 Programming
I just started learning programming mql5. I run into problem of very simple textout with canvas, it shows nothing, absolutely nothing, why? please help me. source code following. #property copyright "Test" #property link "http://www.test.de" #property version "1.00" #property