using c code in vb.net projects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to include c code in a vb.new project (or have both c and vb.net projects in one solution) that will allow the vb.net code to directly call the c functions? I know this can be done as dll and activeX but I was under the impression that this was possible with the new visual studio .net application. Also, having the together, allows easier debugging

Thanks, Craig
 
* "=?Utf-8?B?Q3JhaWc=?= said:
Is there any way to include c code in a vb.new project (or have both c
and vb.net projects in one solution) that will allow the vb.net code to
directly call the c functions?

No -- that's still not possible.
 
NO WAY

Craig said:
Is there any way to include c code in a vb.new project (or have both c and
vb.net projects in one solution) that will allow the vb.net code to directly
call the c functions? I know this can be done as dll and activeX but I was
under the impression that this was possible with the new visual studio .net
application. Also, having the together, allows easier debugging.
 
Back
Top