Hi,
On setting "Use debug .dcus" option to True in project options, method calls in my application does not work as expected.
Say for example,
I call a method func(a, b, c);
In the "func" definition c's value is assigned to "a" and a's values is assigned to "c" and everything goes crazy.
I tried to create it in sample application, but with no luck. It is happening only in my live project.
Any one faced the same issue?
From delphi docs I see that Debug dcus option builds information using stack frames. Anything related to this?
Pavan.