Depends on what you are doing. At the end of day, yes there will be some conflicts.
There will not be conflicts if you are just calling through the DLL interface procedures and don't directly refer to any types/objects created internally in the dll eg TForm, or TComponent descendants. Bascially if your code relies on object casting - either explicit or using as, then it will fail. Myles. -----Original Message----- From: Allan Vergara [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 August 2002 10:32 a.m. To: Multiple recipients of list delphi Subject: [DUG]: DLL question Hi folks, If I run a delphi dll (compiled with VCL 4) from within a delphi application (compiled with VCL 6), would there be a conflict? I've been surfing the net for answers but I'm not having much luck. Any comments, tips, links, etc would be much appreciated. Thanks! --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
