Tagged Questions
2
votes
3answers
1k views
Using .Net classes through COM Objects in Delphi sometimes hangs
I have a set of libraries written in Delphi.NET (.NET 1.1) which I want to use in my Win32 (Delphi) application. For performance related issues, I've decided to follow the COM route.
Sometimes, ...