Re: Compileing to diffrent file extensions

From: Chris Dunaway ("dunawayc[[at]_lunchmeat_sbcglobal[dot]]net")
Date: 05/14/04


Date: Fri, 14 May 2004 13:08:53 -0500

On 14 May 2004 17:00:52 +0200, Herfried K. Wagner [MVP] wrote:

>
> Did you ever see that for another application? I don't see much sense
> in hiding the user the fact that the file actually contains code that
> can be executed.

Lots of apps do this. Just look at Windows Screen savers. They have a
.scr extension, but are nothing more than .dlls.

Also in Windows, control panel applets. They have an extension of .cpl but
are just a .dll.

How about PhotoShop plugins. They have different extensions (.8bf for
example), but are just .dll's

That's a very common thing to do, but I like your suggestion about the
naming, though.

The only way I can think to do it with .Net would be to use a custom build
action in a setup project that renames the file.

-- 
Chris
To send me an E-mail, remove the "[", "]", underscores ,lunchmeat, and
replace certain words in my E-Mail address.


Relevant Pages

  • Re: Unable to load dynamic library ./php_mysql.dll
    ... not all the .dll files are in the sapi directory. ... All the DLLs relating to extensions are in the extensions directory. ... Apache doesn't load PHP extension DLLs, it loads the PHP SAPI DLL, and PHP ...
    (comp.lang.php)
  • Re: Last drop in a users patience
    ... Wonder if it does that even for dlls that do ... extension) at the command prompt unless they have the mexFunction interface. ... Matlab can never ever completely stop ... Simply stating that Matlab will stop supporting DLLs in a future ...
    (comp.soft-sys.matlab)
  • Re: Doing the Impossible? :: Is there anyway to access custom .Net DLLs from within Perl
    ... extension is always safer and faster." ... stated that can be easily done, but .Net DLLs are a little trickier. ... not just with Perl but with almost any non .Net language. ...
    (comp.lang.perl.misc)
  • Re: Is anyone setting up IAS extension dll?
    ... > RadiusExtensionFreeAttributes ... > Setting Up the Extension and Authorization DLLs ...
    (microsoft.public.internet.radius)
  • Is anyone setting up IAS extension dll?
    ... RadiusExtensionFreeAttributes ... Setting Up the Extension and Authorization DLLs ... IAS checks the registry for a list of third-party DLLs to call. ...
    (microsoft.public.internet.radius)

Loading