> <info@...> The e-mail message could not be delivered because
> the user's mailfolder is full ???
There was a problem with how that email account was setup. It should
be fixed now. Sorry about that.
> Can someone send me a sample of Advanced Imagery Library
> with VB6 (not available online).
When you purchase the Advanced Imagery Library, you get an HTML Help
file that includes detailed information on each function in the
library, and each function has sample code included on how to use it
(written in VB5/6, VB.NET, ASP Classic, and REALbasic. If you'd like
some sample code before you purchase, please be specific on what type
of sample code you'd like and I'll send you some.
> Can someone tell me if Advanced Imagery Library it was fully
> Vista compatible ? sorry question but i have been some
> bad experiences with PictureViewer.ocx product.
I've tested the AIL library in Windows Vista and never had any issues
with it. Nor have I ever had any users complain about having issues
with it. The reason for this is AIL uses low-level Win32 API calls
and the open source FreeImage library (which in turn uses low-level
Win32 API calls) to do it's image work. Removing such low-level Win32
API calls would break almost every Windows application... and I don't
think Microsoft is going to be doing that any time soon.
> Also please inform if i can distribute Advanced Imagery
> Library dll with our own developing products ?
You are allowed to distribute the compiled DLL with your application,
and since you get the source code when you purchase it... you're
welcome to compile it right into your .EXE if you like (this is
actually recommended since you'll gain a speed improvement by doing
so, and you'll have less files to distribute.
- Kevin