by Jorge Sousa » 14 May 2014 15:47
Hi Where is this "access violation"..
To debug the dll, in case you don't know, and for future reading, the next steps can be use used:
- make sure delphi runs as admin
- compile the project with debug
- start the web app / site
- In IDE menu, Run + Attach to Process, and select w3wp.exe
- a cpu window appears, hit F9, and you should be able to see some breakpoints.