Tagged Questions

5
votes
4answers
844 views

Calling Specific Win32 API from Delphi - Why do Exceptions Fly Without an “asm pop…”?

I'm using Delphi to make an XLL add-in for Excel, which involves making a lot of calls to the Excel4v function of xlcall32.dll. However, as I'm guessing very few Delphi experts here have worked with ...