Click here to Skip to main content
15,905,508 members

Comments by Member 3027075 (Top 3 by date)

Member 3027075 26-Apr-12 13:24pm View    
The 15 years old C++ exe has some bugs need to be fixed and it has been a tough one for us since it was not well written in term of comments, error checking...
Thus, we decide to rewrite it.
It should be running as window service, just in the background.
Member 3027075 26-Apr-12 12:59pm View    
Sorry for the confusion. I will have clarify this question to my next post:

http://www.codeproject.com/Questions/374125/Cplusplus-to-Csharp-conversion-issue

Thanks,

Trammy
Member 3027075 25-Apr-12 20:16pm View    
Wes,

We have an 15 years old C++ exe that our lab window application is calling. I would like to rewrite this C++ exe using C# that exposes the same function the C++ exe exposes.

I am familiar with DLL or OCX in C# but I don't think it can expose the same functions as C++ exe exposes.

-Trammy