My sdk project contains this code
case WM_CHAR: file2.open("type.txt",ios::app); file2.put(wParam);
I used this code in SDK wndProc.It executes successfully when i run this project but when I execute exe of this sdk project through c# code it wont write data into file.Can you please help me?