DLL registering

xavier.bury at clearstream.com xavier.bury at clearstream.com
Tue Nov 15 03:44:45 EST 2005


Not that i know of. Last time i made a DLL (4 years ago), i just compiled 
it, copied to to the MC
folder where my stack was, added the external to the stack and it 
worked...

Something im missing?

cheers
Xavier

use-revolution-bounces at lists.runrev.com wrote on 15/11/2005 09:42:49:

> Hi Xavier,
> 
> Thanks.
> But my problem is not this one: I know how to set an external in a 
> stack but it's not enough : the DLL (installed by simple copy) has to 
> be registered into the OS: that's the problem ;-)
> 
> Le 15 nov. 05 à 09:37, xavier.bury at clearstream.com a écrit :
> 
> > Hi Eric,
> >
> > here's the script from MetaCard's stack components...
> >
> > on mouseUp
> >   local f
> >   if the platform is "Win32"
> >   then put "*.dll" into f
> >   else put "*" into f
> >   answer file "Choose an external:" with "external" with filter f
> >   if it is not empty then
> >     set the itemDelimiter to "/"
> >     if field "List" is not empty
> >     then put return after field "List"
> >     put the last item of it after field "List"
> >     set the externals of stack the label of button "Stack Name" to 
> > field
> > "List"
> >   end if
> > end mouseUp
> >
> > cheers
> > Xavier
> 
> Best Regards from Paris,
> 
> Eric Chatonet.
> ----------------------------------------------------------------
> So Smart Software
> 
> For institutions, companies and associations
> Built-to-order applications: management, multimedia, internet, etc.
> Windows, Mac OS and Linux... With the French touch
> 
> Free plugins and tutorials on my website
> ----------------------------------------------------------------
> Web site        http://www.sosmartsoftware.com/
> Email        eric.chatonet at sosmartsoftware.com/
> Phone        33 (0)1 43 31 77 62
> Mobile        33 (0)6 20 74 50 86
> ----------------------------------------------------------------
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution



-----------------------------------------
To make communications with Clearstream easier, Clearstream has
recently changed the email address format to conform with industry
standards. The new format is 'firstname.familyname at clearstream.com'.

Visit us at http://www.clearstream.com

IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream
International does not accept legal responsibility for the contents of
this message.

The information contained in this e-mail is confidential and may be
legally privileged. It is intended solely for the addressee. If you are
not the intended recipient, any disclosure, copying, distribution or
any action taken or omitted to be taken in reliance on it, is
prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically
states them to be the views of Clearstream International or of any of
its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the use-livecode mailing list