Hi folks,

I'm not sure we should implement whole QT plugin functionality
just to support jpeg files.

If it helps I can add jpeg library to externals. Maybe some
Harbour wrappers to that could solve such problems.

Brgds,
Viktor

On 2009.08.19., at 3:31, CarozoDeQuilmes wrote:

Hi Pritpal, I don't know how use it. I read the Qt Documentation and I have see that in a c++ program I only need coded:

#include <QtPlugin>

Q_IMPORT_PLUGIN(qjpeg)

and then, add plugin library for jpeg (supplied in \qt\2009.03\qt \plugins\imageformats) into linkedit process.

Sorry, but I don't know anymore, I only have make a sample with STATIC libraries that run fine, it show png and bmp but it don't show jpg because in STATIC mode, the Qt Plugins don't work by default (qjpeg is a plugin for jpeg images).

Thanks in advance
CdQ



On Tue, Aug 18, 2009 at 9:03 PM, Pritpal Bedi <bediprit...@hotmail.com> wrote:

Hi


CarozoDeQuilmes wrote:
>
> Hi Pritpal, can you add support for plugins in STATIC hbqt library ?????
>
> I need it for use JPG image format and ODBC driver.
>
> http://qt.nokia.com/doc/4.5/plugins-howto.html
>

I am trying to understand the concept.
You can explain how you will use it in .prg code.
It will tell me what must be coded in hbqt.lib.

Regards
Pritpal Bedi

--
View this message in context: 
http://www.nabble.com/Plugins-in-hbqts-library-tp25034339p25035630.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour



--
QAC (I want something comfortable !!!) - Incremental Compilation with all MiniGUIs versions QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las versiones de MiniGUI

Download: www.CarozoDeQuilmes.com.ar
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to