You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so i have a large VB project with multiple files
when i convert the project with the original vb2py version
in file1 i have a code like print(file2.name)
and it prints correctly the value of the variable defined in file2
but when i use this version on vb2py i get all the file2.abc file5.xyz removed and replaced just with abc and xyz and code does not work before abc nor xyz do not exists in frmMain.py they exist in other files
The text was updated successfully, but these errors were encountered:
so i have a large VB project with multiple files
when i convert the project with the original vb2py version
in file1 i have a code like print(file2.name)
and it prints correctly the value of the variable defined in file2
but when i use this version on vb2py i get all the file2.abc file5.xyz removed and replaced just with abc and xyz and code does not work before abc nor xyz do not exists in frmMain.py they exist in other files
The text was updated successfully, but these errors were encountered: