So after about a day and a half with this I\'ve made zero progress.
I need to write a DLL in C that is used a plugin for an existing application. The DLL has to be c
The way I resolved this was simply having the C dll call cmd and execute a compile VB.NET executable and pipe it's output. Although this isn't wasn't a totally ideal solution it worked in this situation when all I required back was a single string.