I am somewhat a novice with vb6 however I have completed a program which
needs to be shared by several people if it is to be of major use. I have
used the Package and Deploymnet Wizard so that I can distribute it by CD. I
have also loaded the program for CD via set up back on to my computer in
different directory successfully. However it fails to load onto other
computers using windows XP (as is mine)
The Program includes DatePicker, FlexGrid and Common Dialog modules. On
forming the Package it tells me that the following are included:
Uses1=msvbvm60. dll
Uses2=oleaut32. dll
Uses3=olepro32. dll
Uses4=asycfilt. dll
Uses5=stdole2.t lb
Uses6=COMCAT.DL L
Uses7=comdlg32. ocx
Uses8=MSCOMCT2. OCX
Uses9=MSFLXGRD. OCX
Uses10=MSCOMCTL .OCX
and these are set for \Windows\system 32
Similarly when clicking on SetUp on another computer it states that some
files don't exist or need updating. Continue seems to load these files then
states the Computer need to be restarted. On restart and clicking on set up
it still tells me that the files don't exist or need updating! and fails to
load the main program. Any ideas?
needs to be shared by several people if it is to be of major use. I have
used the Package and Deploymnet Wizard so that I can distribute it by CD. I
have also loaded the program for CD via set up back on to my computer in
different directory successfully. However it fails to load onto other
computers using windows XP (as is mine)
The Program includes DatePicker, FlexGrid and Common Dialog modules. On
forming the Package it tells me that the following are included:
Uses1=msvbvm60. dll
Uses2=oleaut32. dll
Uses3=olepro32. dll
Uses4=asycfilt. dll
Uses5=stdole2.t lb
Uses6=COMCAT.DL L
Uses7=comdlg32. ocx
Uses8=MSCOMCT2. OCX
Uses9=MSFLXGRD. OCX
Uses10=MSCOMCTL .OCX
and these are set for \Windows\system 32
Similarly when clicking on SetUp on another computer it states that some
files don't exist or need updating. Continue seems to load these files then
states the Computer need to be restarted. On restart and clicking on set up
it still tells me that the files don't exist or need updating! and fails to
load the main program. Any ideas?
Comment