I have an ocx and a dll that i'm using in my program. It seems as
though they are colliding at runtime. I have the ability to
recompile the DLL but not the OCX. It also seems the OCX is
defaulted to 0x10000000 and so is the DLL probably. What
is a safe method in choosing a base address for the DLL so they
won't collide at runtime?


Reply With Quote