Hi,
this is my first post at this forum - regarding the folowing problem:
I inherited a VB6 application to maintain. I'm trying to install it on a "clean" system (Windows Server 2003 R2), that means no VB6 development env. was/will be/can be installed.
I've been getting several error messages when trying to make it run. I checked through Process Monitor 2.9 and found some missing filenames (comctl32.ocx for controls and msvbvm60.dll - virtual machine). Yet I'm still having a problem with following codepart (when commented, the application starts correctly):
Setupform.Checkbox1 = 0
For this part of code, I get the error message 3055 "Not a valid file name"
When I tried to see its definition in VBE (on another system - Windows Server 2000), first I wasnt allowed to since it was hidden. I unhid everything in Object Browser and now I get this: "Cannot jump to Checkbox1 because its in th elibrary "Unknown1", which is not currently referenced." Interesting is that yet it does run correctly after compiling on this system (either via .exe file or directly in VBE).
Do you please have any idea, what I've been missing?
Thanks a lot in advance!
this is my first post at this forum - regarding the folowing problem:
I inherited a VB6 application to maintain. I'm trying to install it on a "clean" system (Windows Server 2003 R2), that means no VB6 development env. was/will be/can be installed.
I've been getting several error messages when trying to make it run. I checked through Process Monitor 2.9 and found some missing filenames (comctl32.ocx for controls and msvbvm60.dll - virtual machine). Yet I'm still having a problem with following codepart (when commented, the application starts correctly):
Setupform.Checkbox1 = 0
For this part of code, I get the error message 3055 "Not a valid file name"
When I tried to see its definition in VBE (on another system - Windows Server 2000), first I wasnt allowed to since it was hidden. I unhid everything in Object Browser and now I get this: "Cannot jump to Checkbox1 because its in th elibrary "Unknown1", which is not currently referenced." Interesting is that yet it does run correctly after compiling on this system (either via .exe file or directly in VBE).
Do you please have any idea, what I've been missing?
Thanks a lot in advance!