Delphi 7 hangs on creating form
=> RE: Delphi 7 hangs on creating form
Do you mean RRRPT32.OCX?__Can you create a new project and use this control successfully?____Kathleen__R&R Support
===> RE: Delphi 7 hangs on creating form
This is on a machine where you did a full install of V10?____Kathleen__R&R Support
-
- Posts: 9
- Joined: Tue Oct 10, 2017 12:44 pm
====> RE: Delphi 7 hangs on creating form
>This is on a machine where you did a full install of V10? __>__>Kathleen __>R&R Support ____I have been getting a similar error with v10 on a Win2k machine with Delphi 6. The error reads, "The ordinal 104 could not be located in the dynamic link library RRRPT32.dll". The error only shows up in projects having the ocx visual control. In my projects where I have used text control files there is no problem.____This problem went away by replacing the rrw32.ocx file in <windir>/system32 with an older version dated 11/23/2001.
-
- Posts: 0
- Joined: Wed Mar 28, 2018 3:08 am
=====> RE: Delphi 7 hangs on creating form
I Have Just Installed Version R&R 10 and have found that Delphi 7 forms with version 9 sql ocx embedded in them will not load propererly. (and will not display the form) I fixed one application by removing the control from the palette and loading the form (causing a control missing error ), the form was now viewable. I then with the form open added the control back to the palette and re-pasted it on the form and manually sorted out any errors. This was my first attempt so I am sure there are better ways to deal with this problem. I would hate to have an entire collection to deal with this way!