Results 1 to 2 of 2

Thread: Convert old Basica Files to VB

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    India
    Posts
    33

    Post

    I have some programs written in Basica and have the .bas files.
    Is there any way to use them directly through VB or does someone know if any basica compiler is available which will convert them to exe files.

    Regards
    Manjinder Sodhi

    ------------------

  2. #2
    Junior Member
    Join Date
    Nov 1999
    Location
    Muscatine, Iowa, USA
    Posts
    18

    Post

    Hi Manjinder,
    I needed to do that once and never could find a converter. I ended up loading the code into the module.bas file and then cutting and pasting portions of the original program into the different areas. Like a command box to do a calculation I cut the calculation portion out and place it in the command_click portion of the VB program. It was rather painful at times but it worked.
    Bye,
    Jim

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