Re: Some MM challenge musings
Dennis
Date: 02/10/05
- Next message: Leroy Casterline: "Exception in __startup"
- Previous message: Dennis: "Fastcode Libraries"
- In reply to: Pierre le Riche: "Some MM challenge musings"
- Next in thread: John O'Harrow: "Re: Some MM challenge musings"
- Reply: John O'Harrow: "Re: Some MM challenge musings"
- Reply: John O'Harrow: "Re: Some MM challenge musings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 10 Feb 2005 15:43:30 -0500
A additional comment on the usage of FastMove.pas
If the main application ( *.exe ) using Fastmove.pas loads a *.dll which also uses
FastMove.pas all is fine except when both the *.exe and the *.dll are built with
"packages" enabled. In this case the second instance of FastMove.pas which gets loaded
from the *.dll takes over the RTL pointers to the remapped first instance in the *.exe and
everything gets very unstable when the dll gets unloaded or the *.exe is shutdown.
Something should be done to the Fastmove.pas unit initialization code to try and recognise
that another instance of FastMove.pas has already remapped itself into the RTL and not
doing anything if found.
Dennis Passmore
Ultimate Software, Inc.
- Next message: Leroy Casterline: "Exception in __startup"
- Previous message: Dennis: "Fastcode Libraries"
- In reply to: Pierre le Riche: "Some MM challenge musings"
- Next in thread: John O'Harrow: "Re: Some MM challenge musings"
- Reply: John O'Harrow: "Re: Some MM challenge musings"
- Reply: John O'Harrow: "Re: Some MM challenge musings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|