>>VCL components with success.
??? I know that even to have Delphi long string types seen across DLL's you have to include sharemem.dll. This is due to the reference counting I believe. Same deal with the classes so I don't understand how you got around it.
>>With out run-time packages, I can uses seperate
>>forms in each DLL and EXE.
??? Is this some sort of workaround you came up with? And using run-time packages fixed that?
Dave
[EMAIL PROTECTED] wrote:
Thanks,
I have used class references before across DLLs - my own classes with no
VCL components with success. With out run-time packages, I can uses seperate
forms in each DLL and EXE. With run-time packages, the DLLs and EXE can all
interact with the same form!
Thanks to Rob and David
Doug
Quoting Rob Kennedy <[EMAIL PROTECTED]>:
> David Smith wrote:
>> You can't pass class references to DLL's. That is a limitation. You have
>> to use packages for full interoperability. This means compiling with the
>> runtime packages option. That means your product has to make sure all
>> packages needed (including Borland's) are on the users system.
>
> Class references are meaningful if both the DLL and the EXE are compiled
> to use packages.
>
> --
> Rob
>
>
>
>
>
> -----------------------------------------------------
> Home page: http://groups.yahoo.com/group/delphi-en/
> To unsubscribe: [EMAIL PROTECTED]
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
SPONSORED LINKS
C programming language Computer programming languages Java programming language The c programming language C programming language Concept of programming language
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "delphi-en" on the web.
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
[Non-text portions of this message have been removed]
-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED]
SPONSORED LINKS
| C programming language | Computer programming languages | Java programming language |
| The c programming language | C programming language | Concept of programming language |
YAHOO! GROUPS LINKS
- Visit your group "delphi-en" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

