Jump to content

Adding unigui to existing delphi project causes stack overflow.


Stripes

Recommended Posts

I have several projects that has been migrated from delphi 7 to Delphi 2006 with success.

All of them seem to be willing to accept unigui when implemented, except the one.

As soon as I add a application or free form (unigui) to the application and i run it, i get a stack overflow.

I have tried everything imaginable, but I cant seem to find any reason why this happens and also in just this one application of ours.

 

Any help would be greatly appreciated.

Link to comment
Share on other sites

Hi,

 

I think you must be remove all form and stay only main form and run it if ok then add next form(s) and run it again Then see which of the forms is raise exception.

 

or put here sample code.

 

Regards

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...