Includes

  • Thread starter Thread starter RG
  • Start date Start date
R

RG

I have c/c++ header files. How would I go about including them in vb.net
project.

Thanks in advance
 
RG said:
I have c/c++ header files. How would I go about including them in vb.net
project.

You cannot. However, you can transform them to VB.NET 'Declare' statements
and constants. I suggest to read the chapters about the 'Declare' statement
and "platform invoke" in the documentation.
 
Thanks for your help.

Perhaps you could suggest an approach to the problem I am facing. I am
trying to compile RTC Client sample VB project that comes with platform sdk.
This project was written with vb6 sp5. It appears that upgrade to VB.NET
was incomplete. The underlying object definitions are not to be found.

I get one of these
'UPGRADE_ISSUE: RTCClient object was not upgraded. Click for more:
'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup2068"'

Any help is appreciated



Thanks again
 
Never mind... I figured it out. It was a matter of refering to the .dll.
In turn, I used dll's object information.


RG said:
Thanks for your help.

Perhaps you could suggest an approach to the problem I am facing. I am
trying to compile RTC Client sample VB project that comes with platform
sdk. This project was written with vb6 sp5. It appears that upgrade to
VB.NET was incomplete. The underlying object definitions are not to be
found.

I get one of these
'UPGRADE_ISSUE: RTCClient object was not upgraded. Click for more:
'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="vbup2068"'

Any help is appreciated



Thanks again
 
RG,

I came across this thread during a search on RTC. I am having the same
problem that you describe. Would you be willing to share the details of what
you did to get the sample programs to compile.

Thanks.
--
JDS57


RG said:
Never mind... I figured it out. It was a matter of refering to the .dll.
In turn, I used dll's object information.
 
JDS57,
Did you figure out how to do this and get over the problem. I'm stuck in the
same issue..

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top