Hi,
My on going quest to rid an application of AV errors continues, and this is not helping my confusion.
One of the errors I have been looking into occurs when the main app calls a dll twice. The first time everything is fine the second time it fails.
Visual inspection of the code in both the main app and dll doesn't show any obvious errors so I built a debug version of the main app so I could trace through it, but this has fixed the problem!
Is compiling the debug version including something extra that is helping/masking the issue?
In the short term using the debug version is keeping the users quiet, but it's not an ideal solution and I'd like to get to the bottom of the original problem.
Thanks in advance.
My on going quest to rid an application of AV errors continues, and this is not helping my confusion.
One of the errors I have been looking into occurs when the main app calls a dll twice. The first time everything is fine the second time it fails.
Visual inspection of the code in both the main app and dll doesn't show any obvious errors so I built a debug version of the main app so I could trace through it, but this has fixed the problem!
Is compiling the debug version including something extra that is helping/masking the issue?
In the short term using the debug version is keeping the users quiet, but it's not an ideal solution and I'd like to get to the bottom of the original problem.
Thanks in advance.