Submitted by Ric on Tue, 03/16/2010 - 01:58
I want to add a custom block that I write in C/C++ into the VisSim menu that can be used in a VisSim diagram just like all the other blocks. I want VisSim to send the wired input data to my block, have my block execute my C code and pass the results back into the VisSim workspace via output wires. I see that your DLL interface allows this. How do I create an MSVC 2008 C++ project to make a custom VisSim block?