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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 #65 of 125 |
Re: AdvImgLib_NET.dll missing and FreeImage3.dll isn't working

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 and select "Add Reference.."

4) Click on the "Browse" tab of the "Add Reference" dialog

5) Browse to the "AdvImgLib.dll" file under the "VB6 DLL" sub-folder

6) Click "OK" to add the file to your project

7) You'd declare a new variable like this:

Dim objAIL As New AdvImgLib.cAdvancedImagery

8) Make sure to distribute the "AdvImgLib.dll" and "FreeImage3.dll"
file with your application. You can put them in your
application's /BIN/ sub-directory, or put them in the WINDOWS/SYSTEM
folder. Make sure to register the AdvImgLib.dll file using
REGSVR32.EXE since it is a COM library.

==========

Do answer your second question, the "FreeImage3.dll" file is located
in the "_FreeImage Library" sub-directory. The "FreeImage2.dll" file
is no longer distributed with the "Advanced Imagery Library" because
as of the last release, it is no longer supported (it's very old and
out-dated).

Hope that helps,

- Kevin






> 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 with
> the other .dll in the subfolder "Compatibility".Visual Studio
> doesn't even list the .dll under the COM tag when I put the files
> in the system32 folder.
>
> And my last question: where do I get the Freeimg2.dll?
>
> best regards
>





Thu Mar 27, 2008 9:03 pm

kwilson1997
Offline Offline
Send Email Send Email

Forward
Message #65 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
Offline 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
Offline Send Email
Mar 27, 2008
9:03 pm
Advanced

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