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, ...
1
vote
2answers
609 views
Mixed Language Programming, VB and C++, noob problems with API and pointers
My problem is with understanding the finer point of mixed langage programming
and accessing API's in external libraries. My skills at C++ are nonexistent
and at VB, mediocre.
I have a c++ dll ...
0
votes
2answers
186 views
Error: Invalid character in name at (1)
I am trying to compile a fortran file along with some .h files in FORTRAN. The .h files contain definition for common blocks of variable. When I compile them in Fortran, I get the following error:
...