Hi all.
I am struggling with my first public release and the PDW. I get through part of the build and get an error:
Now, MS states that this was a bug in vb6 SP2 and earlier, but I have SP6, so theoretically, the error should go away with a Microsoft dll or ocx.
The files that throw the error are:
comdlg32.ocx
msstdfmt.dll
scrrun.dll
I also understand that ocx's and dll's are dangerous in that they can cause a system not to boot if the wrong version of ocx and dll are not installed with the matching OS.
MS also states that you can build a new .dep file for ocx files, but they explicitly say for ocx's that you built YOURSELF, not SOMEONE ELSE'S.
What to do?:(
I am struggling with my first public release and the PDW. I get through part of the build and get an error:
Code:
The wizard found dependency information for the listed files, but the information is out of date. To proceed with the out-of-date information, click OK.
The files that throw the error are:
comdlg32.ocx
msstdfmt.dll
scrrun.dll
I also understand that ocx's and dll's are dangerous in that they can cause a system not to boot if the wrong version of ocx and dll are not installed with the matching OS.
MS also states that you can build a new .dep file for ocx files, but they explicitly say for ocx's that you built YOURSELF, not SOMEONE ELSE'S.
What to do?:(