HelpPlease
Programmer
Hello,
I have an application which consists of three dlls and an .exe. My problem is that I keep loosing references to the other application dlls as well as a third party .ocx when I perform a make on the .exe. Loosing the references to the dlls are not a problem because I can simply reset them. However, I cannot reset the .ocx component that it dropped. When I try to reset the .ocx, an error is generated saying that it already exist. When I run the application, it flags the methods of the control as being not found.
Does anyone know why I would be loosing components (.ocx) after making the exe? I will appreciate any help/sugestions.
FYI - I am using Windows 95
Thank you,
HelpPlease
I have an application which consists of three dlls and an .exe. My problem is that I keep loosing references to the other application dlls as well as a third party .ocx when I perform a make on the .exe. Loosing the references to the dlls are not a problem because I can simply reset them. However, I cannot reset the .ocx component that it dropped. When I try to reset the .ocx, an error is generated saying that it already exist. When I run the application, it flags the methods of the control as being not found.
Does anyone know why I would be loosing components (.ocx) after making the exe? I will appreciate any help/sugestions.
FYI - I am using Windows 95
Thank you,
HelpPlease