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

    c code to basic code

    is there a program to convert c source code to Vb?




  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: c code to basic code

    I think it's immposible because C uses pointers and Vb doesn't even tho some API calls are about the same plus a lot of functions in C are not supported in VB so I think that there's no way to convert C code to VB code.

    Programs and requests for them for FREE.
    http://falstok.fly.to

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