CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    3

    Asking about using c++ header from vb.net

    Hi all,i want to ask about using c++ header file from vb..Are there any reference how to use it??Should i convert it??Thanks alot..

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Asking about using c++ header from vb.net

    Welcome to the forums

    Do you mean like a library file ¿

  3. #3
    Join Date
    Jul 2008
    Posts
    3

    Re: Asking about using c++ header from vb.net

    Yes,like windows.h,winsock2.h,etc..Thanks a lot..

  4. #4
    Join Date
    Jun 2007
    Location
    .NET 3.5 Beta SP1, Visual Basic 2008 Express
    Posts
    225

    Re: Asking about using c++ header from vb.net

    I think you can just import them into the solution and let VS take care of how it interprets it.
    Microsoft Visual Basic 2008 Express Edition
    .NET Framwork 3.5 Beta SP1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured