I had this program that I wrote awhile back in VC6 using C that converted text to morse code. I have since converted the project using VS2010 and rewrote most of it in C++.
However, since I converted the project to C++, the compiled DLL no longer works. I added a .dep file, and checked the DLL using Dependency Walker. I cannot figure out why it no longer works with mIRC. My own console program can import the DLL fine.
https://github.com/leonyu/mircMorse.cpp