PDA

Click to See Complete Forum and Search --> : Convert old Basica Files to VB


sodhichd
Jan 29th, 2000, 12:04 PM
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

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

jbuck
Jan 31st, 2000, 12:20 AM
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