I have a opos project with registered OCX,Registered dll and demo application developed under Delphi 6 and WINDOW XP.

I have a opos project with registered OCX,Registered dll and demo application developed under Delphi 6 and WINDOW XP.
The dll was put in window/System32 on the xp system.
To debug the dll i have made all the necessary option and the DLL is exectuted fine and debugged.
It run a demo programs

The project was moved to a new!!! computer where i uses the project AS IS on Delphi 7 or Delphi xe. with window 7.
I as the user, am the administrator.
The DLL is put in directory C:\Windows\SysWOW64. and registered accordingly.The ocx is registered too.
However running the same project that runs and debugged on Delphi 6 is RUNNING BUT NOT DEBUGGED on window 7.
The debugger shows blue debug points.I have a red break point.once executed the blue points disappear
and the debugger never breaks!! it seem as the execute program uses the dll but never breaks.

I hop the scenario is clear enough.

In short moving a dll project from xp Delphi 6 to Delphi7 window 7 dose not debug

Comments