Search the web
Sign In
New User? Sign Up
AIL_Development · AIL Developer's Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
AdvImgLib_NET.dll missing and FreeImage3.dll isn't working   Message List  
Reply | Forward Message #63 of 125 |
Re: AdvImgLib_NET.dll missing and FreeImage3.dll isn't working

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
>





Wed Mar 26, 2008 4:46 am

kwilson1997
Online Now Online Now
Send Email Send Email

Forward
Message #63 of 125 |
Expand Messages Author Sort by Date

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 /...
spamihilator666
Offline Send Email
Mar 26, 2008
4:40 am

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"...
Kevin Wilson
kwilson1997
Online Now Send Email
Mar 26, 2008
4:48 am

Hi Kevin Thanks for your help. When I try to refer to the AdvImgLib.dll, the Visual studio says this isn't a valid assembly or COM object. I tried the same...
spamihilator666
Offline Send Email
Mar 27, 2008
8:56 pm

For your first question: 1) Start Visual Studio 2005 (or any of the Express versions) 2) Open your project, or create a new project 3) Go to the "Project" menu...
Kevin Wilson
kwilson1997
Online Now Send Email
Mar 27, 2008
9:03 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help