Page 1 of 1

=> RE: Delphi 7 hangs on creating form

Posted: Tue Oct 22, 2002 11:17 am
by kfleming
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

Posted: Thu Oct 24, 2002 6:48 am
by kfleming
This is on a machine where you did a full install of V10?____Kathleen__R&R Support

====> RE: Delphi 7 hangs on creating form

Posted: Thu Oct 24, 2002 8:55 am
by Jack_Hellmuth_(Guest)
>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.

=====> RE: Delphi 7 hangs on creating form

Posted: Thu Oct 31, 2002 9:08 am
by Assignment Define
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!