Click to See Complete Forum and Search --> : register of DLL


Naveen
July 18th, 1999, 01:13 AM
When generating setup programme giving follwoing messagecould not find dependency information.
Comdlg32.ocx
Comct232.ocx
When I include Resource file in the project the apllication is not able to build .
but when remove the resource file i can continue with set up programme

I can see the files(comct232.ocx and comdlg32.ocx) in the same directory. How to rectify above problem.

Matthias S
July 19th, 1999, 01:42 AM
Hello,

yes, I know the problem. It occured when I have tried to compile my exe on an NTWS Machine running English. In the resource-file I had the "Version" saying that it is a czech-version. It went ok after I removed the "Version"-Section in the resource file. Besides, for VB-People it's not so interesting anyway:)

Hope that helps

Matthias