View Single Post
  #25 (permalink)  
Old 07-01-2008, 08:03 AM
arno94 arno94 is offline
D-Web Trainee
 
Join Date: Jul 2008
Posts: 1
arno94 is on a distinguished road
Default Re: Extract IPTC Metadata from jpeg and tiff image formats

Hi everyone,

First, thanks to Karpagarajan for your dll.

But I have a problem with it. In fact, I would like to use it in a VB.NET (VS 2005) program so I added a new reference (NewIPTC.dll) and it worked just fine.

Now, I can acces to NEWIPTCLib.IPTCObj with no problem.

BUT the problem is when I do this : myObj = New NEWIPTCLib.IPTCObj, I obtain a COMException (error 80040154).

I tried to RegSvr32 your dll but windows tells me that the dll is not present.

Please, could anyone help me, this dll would be very useful for me.

Thanks in advance.

Arnaud
Reply With Quote