On Windows 7, I create DLL or OCX first with no compatibility and recompile it the second time with binary compatibility so that whenever there would be an update to that DLL or OCX, there is no need to register that DLL or OCX again.
However, when I register those DLL or OCX on windows XP and I try to recompile my project with reference to those DLL or OCX files, I get error (I forgot the exact error message, that laptop unit is out of battery).
Why is that error coming up and how should I make DLL or OCX compatible with other OS versions...?
However, when I register those DLL or OCX on windows XP and I try to recompile my project with reference to those DLL or OCX files, I get error (I forgot the exact error message, that laptop unit is out of battery).
Why is that error coming up and how should I make DLL or OCX compatible with other OS versions...?