CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Posts
    34

    ANSI C integration

    Hi!

    I would like to know if it is actually possible to import old libraries written in ANSI C into a VB.NET project and what are the implications if real-time response is needed?

    Thank you

    Moon
    Have a nice day! (^_^)

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    Well ... it might not be as straight forward as migrating a VB6 app but I'm pretty sure that it can be done

    A better choice of language would be C# since it has a similar resemblance. Or better yet, C++.NET.

    -Cool Bizs

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