DLL registering

Eric Chatonet eric.chatonet at sosmartsoftware.com
Tue Nov 15 03:42:49 EST 2005


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
----------------------------------------------------------------




More information about the use-livecode mailing list