J
jz
Hi All,
I have an ActiveX control project, in the main form, I have an image
control and load a JPG image from by setting Picture property of Image;
I build it and everything is good, I checked in my file to Subversion
server; and I checked out from another machine. when I tried to open
my project, I got an errors:
like Microsoft Visual basic, Errors during load, Refer to
myproject.log;
when I open the log file I see:
Line 42: Property Picture in Image1 had an invalid file reference.
and I click on ok, finally the project has loaded, but in the "Picture"
property of the Image control, the value is (none);
I tested to just copy the files without check in, I works fine;
can someone tell me what is wrong with the project.
Is it problem of subversion or VB6;
Thank you
jz
I have an ActiveX control project, in the main form, I have an image
control and load a JPG image from by setting Picture property of Image;
I build it and everything is good, I checked in my file to Subversion
server; and I checked out from another machine. when I tried to open
my project, I got an errors:
like Microsoft Visual basic, Errors during load, Refer to
myproject.log;
when I open the log file I see:
Line 42: Property Picture in Image1 had an invalid file reference.
and I click on ok, finally the project has loaded, but in the "Picture"
property of the Image control, the value is (none);
I tested to just copy the files without check in, I works fine;
can someone tell me what is wrong with the project.
Is it problem of subversion or VB6;
Thank you
jz