Re: Res: [Harbour] freeimage harbour conflicts with hwgui

2009-10-03 Thread Viktor Szakáts
This should be fixed in HWGUI. Either by using their own namespace, or by using hbfimage functionality as is, or by at least fixing internal dependencies so that external freeimage wrapper can be used with core HWGUI functionality. IOW: Not a Harbour problem. Brgds, Viktor On 2009 Oct 4, at 03

Res: [Harbour] freeimage harbour conflicts with hwgui

2009-10-03 Thread Fernando Athayde
fi_Initialise() msginfo("ok") msginfo(fi_GetVersion()) >> hImage := fi_Load( FIF_JPEG, >> "e:\fjfrigohb\digitalizados\almoxarifado\sample1.jpg", JPEG_DEFAULT ) this line causes GPF msginfo("ok") hImage := fi_Load( FIF_BMP, "digitalizados\almoxarifado\" +cArquivo+".bmp", BMP_DEF

Re: [Harbour] freeimage harbour conflicts with hwgui

2009-10-03 Thread Francesco Saverio Giudice
Hi Fernando, Il 03/10/2009 20.51, Fernando Athayde ha scritto: i'm testing freeimage in gui mode and I've a problem with funciona fi_ (cause GPF) in hwgui don't have the same parameters, and don't have all functions is there any way, to pass this problem? could you kindly post some details an

[Harbour] freeimage harbour conflicts with hwgui

2009-10-03 Thread Fernando Athayde
i'm testing freeimage in gui mode and I've a problem with funciona fi_ (cause GPF) in hwgui don't have the same parameters, and don't have all functions is there any way, to pass this problem? Thanks, Fernando

Re: [Harbour] SF.net SVN: harbour-project:[12638] trunk/harbour

2009-10-03 Thread Alexandr Okhotnikov
Hi Sorry forgot to specify Linux kubuntu 2009/10/3 Pritpal Bedi : > > Hi > > > Alexandr Okhotnikov wrote: >> >> Hi >> but now when you close the window DemoXbp falls >> >> Unrecoverable error 6005: Exception SIGSEGV at address 0x1010 >> Called from QT_QEVENTLOOP_PROCESSEVENTS(0) >> Called from (

Re: [Harbour] SF.net SVN: harbour-project:[12638] trunk/harbour

2009-10-03 Thread Pritpal Bedi
Hi Alexandr Okhotnikov wrote: > > Hi > but now when you close the window DemoXbp falls > > Unrecoverable error 6005: Exception SIGSEGV at address 0x1010 > Called from QT_QEVENTLOOP_PROCESSEVENTS(0) > Called from (b)QEVENTLOOP(0) in ../../../TQEventLoop.prg > Called from QEVENTLOOP:PROCESSEVENT

[Harbour] SF.net SVN: harbour-project:[12640] trunk/harbour

2009-10-03 Thread vszakats
Revision: 12640 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12640&view=rev Author: vszakats Date: 2009-10-03 18:05:26 + (Sat, 03 Oct 2009) Log Message: --- 2009-10-03 20:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL ! Minor fix t

Re: [Harbour] Re: SF.net SVN: harbour-project:[12634] trunk/harbour

2009-10-03 Thread Viktor Szakáts
It's not a different compiler but the same in a different mode altogether, and/or different version. Yes, and it's a big difference, since you added a new "dimension" to the existing set of settings, while I've only extended existing dimensions with a new value. Do not fool ourselves HB_COMPI

[Harbour] Re: SF.net SVN: harbour-project:[12634] trunk/harbour

2009-10-03 Thread David Arturo Macias Corona
Viktor: It's not a different compiler but the same in a different mode altogether, and/or different version. Yes, and it's a big difference, since you added a new "dimension" to the existing set of settings, while I've only extended existing dimensions with a new value. Do not fool ourselve

[Harbour] SF.net SVN: harbour-project:[12639] trunk/harbour

2009-10-03 Thread vszakats
Revision: 12639 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12639&view=rev Author: vszakats Date: 2009-10-03 11:25:30 + (Sat, 03 Oct 2009) Log Message: --- 2009-10-03 13:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Added MSVC

Re: [Harbour] SF.net SVN: harbour-project:[12638] trunk/harbour

2009-10-03 Thread Alexandr Okhotnikov
Hi Thank you but now when you close the window DemoXbp falls Unrecoverable error 6005: Exception SIGSEGV at address 0x1010 Called from QT_QEVENTLOOP_PROCESSEVENTS(0) Called from (b)QEVENTLOOP(0) in ../../../TQEventLoop.prg Called from QEVENTLOOP:PROCESSEVENTS(0) in ../../../TQEventLoop.prg Calle