Hi,
Because of a "out of memory" error while building my exe, I have broken my monolithic app into dlls and ocxs.
This works fine. Services are seperated from application logic. Nice.
However, when I rebuild an OCX or change the location of the project, the project fails to load. If I continue, my active x controls are replaced with picture boxes.
I see that the project refers to a hard coded location and refers to a registry entry.
Is there a simple way around this?
Any help appreciated.
Because of a "out of memory" error while building my exe, I have broken my monolithic app into dlls and ocxs.
This works fine. Services are seperated from application logic. Nice.
However, when I rebuild an OCX or change the location of the project, the project fails to load. If I continue, my active x controls are replaced with picture boxes.
I see that the project refers to a hard coded location and refers to a registry entry.
Is there a simple way around this?
Any help appreciated.