I have local com server that i'm developing that uses a remote data module
which which uses TThreadedClassFactory. The problem I'm having is that I'm
attempting to make this server Free-threaded instead of Apartment threaded.
I followed the recomenation on how to do this in the Readme.txt file that
ships with Delphi. It seems to work fine when running, calls seem to be
coming in on different threads like they're supposed. However, when I
shutdown the server I get an access violation in OleAuto32 emanating from
TComserver.Destroy. This is occurring on the first attempt to free an object
factory. Ideas anyone??????????