From: Michele S. <m.s...@al...> - 2009-11-23 19:19:56
|
Hi everybody, I'm newbee and I'm interested in using libexif in my c++ software (platform used: Windows XP service pack 3). I'm using two editors, QtCreator and VisualStudio 2008, but I can't find any instructions to how configure libexif on Windows. I downloaded libexif-0.6.19.zip, linked all the files in my program, but, of course, the linker don't find some .h file like config.h. This because I didn't configure the library. Someone can tell me how I have to? Thank you very much. Michele Sottile |
From: Dan F. <da...@co...> - 2009-11-23 21:17:52
|
On Mon, Nov 23, 2009 at 08:06:12PM +0100, Michele Sottile wrote: > Hi everybody, > > I?m newbee and I?m interested in using libexif in my c++ software (platform > used: Windows XP service pack 3). > > I?m using two editors, QtCreator and VisualStudio 2008, but I can?t find any > instructions to how configure libexif on Windows. > > I downloaded libexif-0.6.19.zip, linked all the files in my program, but, of > course, the linker don?t find some .h file like config.h. > > This because I didn?t configure the library. > > Someone can tell me how I have to? > > Thank you very much. Windows build instructions are in the file README-Win32.txt, but it seems this file isn't included in the source distribution. You can read it at http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif/README-Win32.txt?view=markup Basically, it says to use a MinGW32/MSYS environment and use the normal configure process. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved |
From: Michele S. <m.s...@al...> - 2009-11-24 18:56:51
|
Thank you for support, it really helped! I downloaded MSYS ( I thought I had it with Mingw; instead, they are two completely different things). I followed the instructions and all the commands have been executed. Using QtCreator I compiled everything. I guess I have no chances to compile libexif with Visual Studio 2008...:( Thank you all. Michele Sottile -----Messaggio originale----- Da: Dan Fandrich [mailto:da...@co...] Inviato: lunedì 23 novembre 2009 22.18 A: lib...@li... Oggetto: Re: [Libexif-devel] Configure libexif in windows On Mon, Nov 23, 2009 at 08:06:12PM +0100, Michele Sottile wrote: > Hi everybody, > > I?m newbee and I?m interested in using libexif in my c++ software (platform > used: Windows XP service pack 3). > > I?m using two editors, QtCreator and VisualStudio 2008, but I can?t find any > instructions to how configure libexif on Windows. > > I downloaded libexif-0.6.19.zip, linked all the files in my program, but, of > course, the linker don?t find some .h file like config.h. > > This because I didn?t configure the library. > > Someone can tell me how I have to? > > Thank you very much. Windows build instructions are in the file README-Win32.txt, but it seems this file isn't included in the source distribution. You can read it at http://libexif.cvs.sourceforge.net/viewvc/libexif/libexif/README-Win32.txt?v iew=markup Basically, it says to use a MinGW32/MSYS environment and use the normal configure process. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ libexif-devel mailing list lib...@li... https://lists.sourceforge.net/lists/listinfo/libexif-devel |
From: Dan F. <da...@co...> - 2009-11-24 19:18:23
|
On Tue, Nov 24, 2009 at 07:56:24PM +0100, Michele Sottile wrote: > Thank you for support, it really helped! > I downloaded MSYS ( I thought I had it with Mingw; instead, they are two > completely different things). > I followed the instructions and all the commands have been executed. > Using QtCreator I compiled everything. Glad to see you had success. > I guess I have no chances to compile libexif with Visual Studio 2008...:( If you hand-craft a config.h file (using the MSYS-created one as a template), you should be able to compile under VS pretty easily by just creating a project with all the .c files in it. libexif is very portable, so it shouldn't be more difficult than that. If that doesn't work, please let us know. >>> Dan -- http://www.MoveAnnouncer.com The web change of address service Let webmasters know that your web site has moved |
From: Jan P. <pa...@pi...> - 2009-11-24 21:58:14
|
> If you hand-craft a config.h file (using the MSYS-created one as a > template), you should be able to compile under VS pretty easily by just > creating a project with all the .c files in it. libexif is very > portable, so it shouldn't be more difficult than that. If that doesn't > work, please let us know. It definitely does work. -- Jan |