Thanks for reply, but why I can use them before the PostMessageW but cannot after it?
I use only one DLL as follows:-
#import "user32.dll"
int RegisterWindowMessageA(string lpString);
#import
patrickkw: I use only one DLL as follows:-
#import "user32.dll" int RegisterWindowMessageA(string lpString); #import
Play videoPlease edit your post.
For large amounts of code, attach it.
- Since build 600 strings are Unicode and you are passing it to a function expecting a char array.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Dir Sir,
I found the "Access violation read to 0x09A45000" for the ChartSymbol(), ChartPeriod() after issuing the "PostMessageW(hwnd,WM_COMMAND,CHART_CMD_UPDATE_DATA,0);" in release 670. Is there any way to fix?
Great Thanks,