[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: VC-Express

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-12-14 17:10:14 CET

Leon Zandman wrote:
>> Also, you can make DLLs with .NET. A DLL is just a special
>> type of executable typically containing exported function
>> names.
>
> As far as I know you cannot create normal (unmanaged;VB.NET/C#.NET)
> win32 DLL's using the .NET framework. Although a .NET class library is
> packaged inside a DLL, its exported functions aren't reachable by normal
> Win32 code. If I run Dependency Walker on a .NET class library I see a
> dependency on the MSCOREE.DLL (.NET framework), but no exported
> functions/classes.

We're not talking about .Net-dll or .Net-assemblies here, but plain old
dll's. And you can of course use VC-Express and VS.NET to build such dlls.

>> Shell extensions and other COM objects are usually
>> DLLs.

Only in-proc COM-Objects are dll's. Out-proc COM-Objects are usually
built as exe's.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 14 17:20:43 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.