DLL registering
Eric Chatonet
eric.chatonet at sosmartsoftware.com
Tue Nov 15 03:49:05 EST 2005
Xavier,
I think there is something to do with regsvr32 trough a command line
but don't know exactly what and how :-(
Best Regards from Paris,
Eric Chatonet.
Le 15 nov. 05 à 09:44, xavier.bury at clearstream.com a écrit :
> 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
>> ----------------------------------------------------------------
----------------------------------------------------------------
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