rucha joshi

rucha joshi

  • NA
  • 10
  • 15.8k

Run SDK exe through c#

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

Answers (2)