-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which IDE / Language version to compile the project ? #4
Comments
Dear Lionel, correct. You need to use VB6 SP6. Massimiliano |
Ok great. I've set up a VB6+SP6 clean install on a WIN7-64bit system. Unfortunately the project won't load properly into VB6 IDE (I don't know why it claims it can't load some of the files). Anyway I've managed to do it by recreating empty files (.bas, .cls and .frm) and copy/pasting your code in the newly created files. Now I can build the project but it fails with the following error : I see it is related to this line0 in Main() : Note : I also tried to copy past the content of Library in WIndows/SysWOW64 and register the Public Sub Main()
Dim OSType As WindowsVersion
frmMain.lstAzione.AddItem GetOSVersion(OSType)
'set oggetto CrossComm
If OSType = WIN_XP Or OSType = WIN_7 Then
Set CrossCommands = New cCrossComm
CrossCommands = CreateObject("Cross3Krc.CIE")
End If
'chiamo la connessione al CrossComm del Robot
Connect 0 |
Hello @lionpeloux , Regards. |
Dear Massimiliano,
I'am trying to compile kukavarproxy on my laptop but I encounter some difficulties. I thought this is a VB6 project developed with Visual Studio 6 but I am not sure anymore.
Would you please tell me which version of VB I should use and which IDE do you use to open and build the project so I can do It my self and tried the correction I've proposed #3 (comment)
Many thanks,
Lionel
The text was updated successfully, but these errors were encountered: