As stated on the web site & in the READ ME / help files,
the "Standard Version" does not include any native .NET assemblies.
The "Professional Version" contains a native .NET 1.1, 2.0, and 3.5
version.
If you have the "Standard Version" and want to work with .NET, simply
go to the "VB6 DLL" sub-directory and make a reference to
the "AdvImgLib.dll" library there. This file is a COM DLL library
and can be used with any version of .NET because .NET supports COM
DLL's via the Interop sub-system. You won't need to worry about
distrubiting the VB6 run-time libraries either because they've been
distributed with every release of Windows since Win98 (including
Windows Vista).
If you do this, you'll need to distribute FreeImage2.dll (does NOT
need to be registered because it's a static C-style library)... and
you'll need to distribute AdvImgLib.dll (need to register this using
REGSVR32.EXE because it's a COM libary).
If you don't want to use COM within your .NET assemblies because you
want to keep everything "native .NET managed code" (which gives a
slight performance boost) then you'll need to purchase
the "Professional Version Upgrade" (which costs the difference of the
standard minus the professional).
Hope that helps.
- Kevin
--- In AIL_Development@yahoogroups.com, "spamihilator666"
<spamihilator666@...> wrote:
>
> Hello Guys
>
> I've just purchased Advanced Image Library standart edition today.
> After donloading I decompressed the .zip file and read the README:
> C#.NET / J#.NET / C++.NET Programmers:
> ======================================
> You will need to make sure a copy of the AdvImgLib_NET.dll assembly
is
> put into the Windows/System directory, and included as a .NET
> reference within your project.You will also need to make sure a copy
> of the FreeImage3.dll file is put in the Windows/System directory...
> but you do NOT need to register it with the "Microsoft Register
> Server"(REGSVR32.EXE) program...
>
> I searched in the whole AdvImg... Folder and I haven't found this
> .dll, so I tried the other .dll files I've found. They didn't work,
> the freeImage3.dll didnt work too, Visual studio says it couldn't
make
> a reference. Other .dll's I used worked fine.
>
> By the way I'm working with Visual Studio C# 2005 express edition.
>
> I hope you can help me.
>
> So long
>