The converting script from C to Basic:
c2bas.vbs is the name of script after unzipping.
c2bas.vbs renames the input C source code *.c to *.bas source code.
But for some reasons the content of the *.bas remains blank
I am not familiar enough with VBS scripting to understand what's wrong.
Below is part of the source code of c2bas.vbs
I am not feeding my C source code correctly to this Converting_Script.
This is the source code I am trying to convert to Basic ( any Basic)
If someone can give me some direction how to feed the C source code correctly, this would be appreciated?
Does anyone know of an other C to Basic(any Basic) converter?
Guy
c2bas.vbs is the name of script after unzipping.
c2bas.vbs renames the input C source code *.c to *.bas source code.
But for some reasons the content of the *.bas remains blank
I am not familiar enough with VBS scripting to understand what's wrong.
Below is part of the source code of c2bas.vbs
Code:
Option Explicit
'
' ============================================
' ConvertC2BAS Script
' Developed by Rick Coogle
.....etc (280 linjes of code).
I am not feeding my C source code correctly to this Converting_Script.
This is the source code I am trying to convert to Basic ( any Basic)
If someone can give me some direction how to feed the C source code correctly, this would be appreciated?
Does anyone know of an other C to Basic(any Basic) converter?
Guy