Tagged Questions
1
vote
3answers
2k views
Visual Studio 2005 VB debugging with c++ dll - Mixed Language debugging
I have a vb project which calls functions in a dll.
The dll is created in a separate vs project (portaudio), which is written in c.
The dll c project compiles clean and builds the required dll, ...