Using Gflax.dll in microsoft access

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

abellos
Posts: 7
Joined: Fri Nov 09, 2007 6:46 pm

Using Gflax.dll in microsoft access

Post by abellos »

Can you help me to use gfl in an access project?

I have created a button and an image object in a mask.

The code on the button is :

Code: Select all

Private Sub Comando0_Click()
    Dim MyObj As GflAx.GflAx
    Set MyObj = New GflAx.GflAx
    
    With MyObj
        .LoadBitmap "d:\image.tif"
        Immagine3.Picture = .GetPicture
    End With
End Sub
but the image object "immagine3" don't work and don't show my image

How could do to resolve this problem?

Thanks for help and tips

abellos
shyam_rsd
Posts: 1
Joined: Wed Jul 22, 2009 11:04 am

How to add Glax.dll in visual studio.

Post by shyam_rsd »

HI,
I am getting this error.

How to import gflax.dll?
While adding reference its saying that gflax.dll is not a valid COM Component.

I have installed XnView-win-en.exe;

While building the solution i am getting this error.

The type or namespace name 'GflAx' could not be found (are you missing a using directive or an assembly reference?)

How to Proceed further?

Thanks in advance,

Shyamala.
User avatar
xnview
Author of XnView
Posts: 44451
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: How to add Glax.dll in visual studio.

Post by xnview »

shyam_rsd wrote: How to import gflax.dll?
While adding reference its saying that gflax.dll is not a valid COM Component.

I have installed XnView-win-en.exe;
You should install GFL package
Pierre.
JayGalway
Posts: 1
Joined: Sun Feb 06, 2011 12:26 am

Re: Using Gflax.dll in microsoft access

Post by JayGalway »

Where can I download the GFL package for installation?
User avatar
xnview
Author of XnView
Posts: 44451
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Using Gflax.dll in microsoft access

Post by xnview »

Pierre.