1
Answer

Run exe of SDK project through c# code

rucha joshi

rucha joshi

12y
1.3k
1

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?


Answers (1)