Board index » delphi » Pb in Com Components (D3.02) Please Help
Laurent Salmon
![]() Delphi Developer |
Mon, 19 Mar 2001 03:00:00 GMT
Pb in Com Components (D3.02) Please Help
Hello all of you.
I have a big problem with Com Components I use TSocket Server (as NTservice). I call Methods in Remote Data Modules in Clients (via AppServer) My RDM is in a EXE component, this component uses others Com components in DLL's. When some exceptions occur, I catch them in my SAFECALL methods in the DLL's components, and raise it to my RDM EXE component. Everything is ok except if a lot of exceptions occur in a short time (4 reapeted exceptions for example). In this case I get Acces Violations in my Dll's components the 3rd ou 4th time when I acces GLOBAL VARIABLES, and only on these. I do not use multithread. All Method calls are serialized by Com. I've heard about problems with exceptions in Com components in Delphi 3.01, but I thought it was Ok now. Is there a problem whith having exceptions in Com Dll's components in Delphi 3.02? All my resources are freed each time (blocks try..finally). Thanks PS: sorry for my poor english. Laurent Salmon |