rucha joshi

rucha joshi

  • NA
  • 10
  • 15.9k

Run exe of SDK project through c# code

Mar 31 2012 7:45 AM

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)