File not found error upon compiling vb6
Brought to you by:
crlab
i have vb6 and do not have sp5 installed. i looked into
this and can be more specific. i get the 'ok' window
that simply says 'file not found:' and then does not
reference any file. i get two of these windows (i have
to click 'ok' twice) for each ezDICOM control on the
form. my main form has 19 ezDICOM controls and i get
exactly 38 error windows. i get them when i double
click a form to load it into the graphical editor. my 2nd
form has 1 ezDICOM control and i get two of the error
windows. so something causes two error windows per
control on a form. any help??? thanks!
Logged In: YES
user_id=1060394
i actually figured this out myself.... this error pops up when
the control has a blank 'dcmfilename' property. so to fix it, i
used a utility to convert a jpeg that contained nothing but
black pixels to a dicom file so i therefore ended up with a non-
confidential or medical dicom file. then, every time i place a
ezDicom control on my form, just fill in the 'dcmfilename'
property with that default.dcm file's path and name and then
it won't give you that error.