Hello, having successfully recently built a 32-bit project in XE7 I thought I would give CodeGuard a spin. In Tools-Configure I configured it for memory leaks (only). In Project Options I enabled CodeGuard, having ensured that Link with Dynamic Libraries and Compile With Packages are off (as prescribed in the only useful link I could find:
http://wiltonsoftware.com/posts/view/en ... -detection
I cleaned and rebuilt the whole project but it won't run:
The procedure entry point __cg__sopen could not be found in the dll CG32.DLL.
(I do have the dll in the XE7 files)
Any ideas ?
Thanks.