Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!pnx.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Nicolas Bronke" Newsgroups: comp.lang.pascal.delphi.misc Subject: =?iso-8859-1?Q?Re:_Statische_und_Dynamische_DLL_und_=DCbergabeparameter?= Date: Fri, 27 Jan 2012 10:05:29 +0100 Lines: 22 Message-ID: <9of7mqFcr9U1@mid.individual.net> References: <9odhr6FjbnU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Trace: individual.net sXvUqZrY15bOR6GeFakwMAqTEqzJshBVh5zqjEaFiyQskLPEMU Cancel-Lock: sha1:qf/cOeJ7qKi68McQktOheGwcmkc= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: x330-a1.tempe.blueboxinc.net comp.lang.pascal.delphi.misc:195 >> Ich habe verschiedene Funktionen, die bisher Statisch aufgerufen wurden. >> Nun >> wollte ich die auf dynamischen Aufruf umstellen um Resourcen zu sparen. >> Aber irgendwie klappt das nicht so richtig. Die Parameter passen zusammen >> und dennoch kommt es zu einer Exception. >> >> Gibt es da Beschränkungen z, B. kein TImage oder so? >> > The translator didn't do a very good job with your post, so I'll attempt > to answer you as best as I understand it. > Sorry I chosed the wrong newsgroup, I wanted to post in a german newsgroup. What I wanted to do is that insideDLL setting the Height or witdh or other parameters. I need it because I include in my application different customer logos. The TImage is placed in the application where I do the reading of the file. I thought if I use TImage as a parameter only a the address is the parameter. Regards Nicolas