[Harbour] HBQT - Garbage Collection - Almost done: Do I...

2009-10-15 Thread Pritpal Bedi
is working fine and we gain a chance to experiment further with this implementation. So the question is, should I commit code? Or wait until demoxbp.exe is also working ? The question is targetted for those who have based their own implementations on HBQT. Regards Pritpal Bedi -- View this

[Harbour] HBQT - Signal-Slots - Change in parameters

2009-10-15 Thread Pritpal Bedi
improve the speed for sure. Any objections? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---Signal-Slots---Change-in-parameters-tp25911835p25911835.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] HBQT demoqt

2009-10-15 Thread Pritpal Bedi
tly until I get the desired results. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT-demoqt-tp25919918p25920232.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list Harbour@harb

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

2009-10-16 Thread Pritpal Bedi
For that to happen we need more insght how Qt works. This is first step in that direction. First I have to get rid of memory consumption. Next I will go for modularity. I wll explain why that could not been achieved so far. For sure final result will be far superior. OR can you suggest the skele

Re: [Harbour] HBQT demoqt

2009-10-16 Thread Pritpal Bedi
upports .ico files? test.ico is used to display title-bar application icon. Try to change the source to supply some .png instead of .ico, may be that helps. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT-demoqt-tp25919918p25929082.html Sent from the Harbour -

RE: [Harbour] HBQT demoqt

2009-10-16 Thread Pritpal Bedi
The demo also crashes at exiting, see attachment. > Thanks for this detailed analysis. It appears some pointer is being freed twice. Though this does not show up on Windows but I have to analyze the GC implementation in more detail. Regards Pritpal Bedi -- View this message in context:

Re: [Harbour] HBQT demoqt

2009-10-16 Thread Pritpal Bedi
Hi Bruno Luciani wrote: > > Don't work here > Just comment out the section oStyle := QWindowsXPStyle():new() and check if it helps? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT-demoqt-tp25919918p25930279.html Sent from the Harbour - De

[Harbour] HBQT - More classes added but cannot make lib now

2009-10-18 Thread Pritpal Bedi
..\..\..\..\..\lib\win\mingw\libhbqt.a Any remedy you can suggest? Note that I cannot rever back or exclude classes because of interdependancies. I am struck, akind of. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---More-classes-added-but-cannot-make-lib-now

[Harbour] HBQT - A Clarification

2009-10-18 Thread Pritpal Bedi
ph ? * ph : hb_parptr( iParam ) ); } PRG Call: oWnd := QMainWindow():new() oWnd:anyAction() =>GPFs What I am doing wrong ? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---A-Clarification-tp25951642p25951642.html Sent from the Harbour - De

Re: [Harbour] HBQT - A Clarification

2009-10-18 Thread Pritpal Bedi
Hello All Pritpal Bedi wrote: > > HB_GARBAGE_FUNC( release_QMainWindow ) > { >void ** ph = ( void ** ) Cargo; > >if( ph && * ph ) >{ > delete ( ( QMainWindow * ) * ph ); > > * ph = NULL; >} > } > > HB_F

Re: [Harbour] HbQt and Connect Events

2009-10-20 Thread Pritpal Bedi
ould work fine but still hold on for a couple of days. I am almost near to resolve some issues. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HbQt-and-Connect-Events-tp25976580p25977345.html Sent from the Harbour - Dev mailing li

Re: [Harbour] HbQt and Connect Events

2009-10-20 Thread Pritpal Bedi
t_gcpointer( 1 ); /* get sender*/ if( !object ) { object = ( QObject* ) hb_parptr( 1 ); } char str[ 10 ]; hb_snprintf( str, sizeof( str ), "%s%i%s", "P", type, "P" );/* Make it a unique identifier */ ... } And let me know if it h

Re: [Harbour] HbQt and Connect Events

2009-10-20 Thread Pritpal Bedi
eblock; s_e->listActv << true; s_e->listObj << object; object->setProperty( str, ( int ) s_e->listBlock.size() ); hb_retl( true ); } Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HbQt-and-Connect-Events-tp25976580p25981393.html Sent

Re: [Harbour] HBQT - More classes added but cannot make lib now

2009-10-20 Thread Pritpal Bedi
an be achieved. One suggession would be if we can separate .cpp lib and .prg lib. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---More-classes-added-but-cannot-make-lib-now-tp25951480p25981494.html Sent from the Harbour - Dev mailing list archive at Nabble.co

Re: [Harbour] HBQT - A Clarification

2009-10-20 Thread Pritpal Bedi
n no-time. But before this I would like to carry other experiments. Please keep on guiding in this direction. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---A-Clarification-tp25951642p25981722.html Sent from the Harbour - Dev mailing list archive at Nabbl

Re: [Harbour] HbQt and Connect Events

2009-10-20 Thread Pritpal Bedi
Hi CarozoDeQuilmes wrote: > > It don't work. > > The sample that I sent in the previous mail, work fine in you test > environment ??? > No, I am not around my development environment. May be later today. Regards Pritpal Bedi -- View this message in context: htt

Re: [Harbour] HBQT - More classes added but cannot make lib now

2009-10-20 Thread Pritpal Bedi
7;s .prg's Pardon me as I am poor in make systems. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---More-classes-added-but-cannot-make-lib-now-tp25951480p25982195.html Sent from the Harbour - Dev mailing list archive at Nabble.com. __

Re: [Harbour] HBQT - A Clarification

2009-10-20 Thread Pritpal Bedi
this later but first let me overcome with memory issue. May be we will bave better control of such situations. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---A-Clarification-tp25951642p25982335.html Sent from the Harbour - Dev mailing list archive at Nab

Re: [Harbour] HbQt and Connect Events

2009-10-20 Thread Pritpal Bedi
N nil #ifdef __PLATFORM__WINDOWS PROCEDURE hb_GtSys() HB_GT_GUI_DEFAULT() RETURN #endif Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HbQt-and-Connect-Events-tp25976580p25985786.html Sent from the Harbour - Dev m

Re: [Harbour] ActiveX and GPF

2009-10-21 Thread Pritpal Bedi
red why I am unable to free as much resources as I have allocated, mainly due to the this fact you explained. And it is really hard to detect and clear such type of occurances. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/ActiveX-and-GPF-tp25960995p25996951.html Sent

Re: [Harbour] HbQt and Connect Events

2009-10-21 Thread Pritpal Bedi
Hi CarozoDeQuilmes wrote: > > Hi Pritpal, after I add the two functions to my project, it run fine > Good. Do you receive the events also ? > I left the two changes into hbqt_slots.cpp indicated in previous mails. > By next commit these will be in SVN. Regards Pritpal

[Harbour] HBQT - Sub Classification - Makefile(s)

2009-10-21 Thread Pritpal Bedi
slots.cpp" in every folder, but this may cause conflicts in the final executable, though I am not sure of it right now. If anyone has clues please forward. In the meantime I continue with my experiments. Regards Pritpal Bedi -- View this message in context:

[Harbour] HBQT - Commit - Frequent Error

2009-10-22 Thread Pritpal Bedi
Hi All I am receiving this error in the middle of some commit: Error: Commit failed (details follow): Error: At least one property change failed; repository is unchanged Can someone point me out what is wrong with my local repository? Regards Pritpal Bedi -- View this message in context

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

2009-10-22 Thread Pritpal Bedi
lots.cpp(1787) : error C2065: 'str' : undeclared > identifier > --- > Fixed. > ; TOFIX: I saw these warnings in almost all tested .cpp files: > --- > ../../../QWebSettings.cpp(86) : warning C4100: 'Cargo' : > unreferenced formal par

Re: [Harbour] ActiveX and GPF

2009-10-22 Thread Pritpal Bedi
rum > and possible solutions. In general it's necessary to add to GC a way > to detect logical references between different blocks allocated by > hb_gcAlloc() > Take your own decision. 3rd party library support can be dropped. You just concentrate what is the best possible solution

Re: [Harbour] hbqt error ~~~~~~~~~~~~

2009-10-23 Thread Pritpal Bedi
cently, see the change logs. I am trying to fix it. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/hbqt-error-%7E%7E%7E%7E%7E%7E%7E%7E%7E%7E%7E%7E-tp26031015p26032666.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _

[Harbour] HBQT - Nearly lost how to implement new GC

2009-10-23 Thread Pritpal Bedi
Hello Przemek I am almost lost how to implement new GC structures under dynamic scenario of HBQT. Can you guide in this direction? Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---Nearly-lost-how-to-implement-new-GC-tp26033190p26033190.html Sent from the

Re: [Harbour] HBQT - Nearly lost how to implement new GC

2009-10-23 Thread Pritpal Bedi
), ( Qt::WindowFlags ) hb_parni( 2 ) ) ; } else { pObj = new QMainWindow(); } p->ph = pObj; p->func = release_QMainWindow; hb_retptrGC( p ); } //--------// Where is the error ? Regards Pritpal Bedi -- View this message in

Re: [Harbour] HBQT - Nearly lost how to implement new GC

2009-10-23 Thread Pritpal Bedi
cted. > This may need only a couple of hours to implement so can be left for the later time. Thnaks to show why this code can be slow. Regards Pritpal Bedi /*** QPageSetupDialog.cpp ***/ [...] static HB_GARBAGE_FUNC( release_QPageSetupDialog ) { QPointer< QPageSetupDialog &

Re: [Harbour] HBQT - Nearly lost how to implement new GC

2009-10-23 Thread Pritpal Bedi
), iParam > ); > > Thanks you. Just see how poor I am in C. It works. I will explain the other parts later. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/HBQT---Nearly-lost-how-to-implement-new-GC-tp26033190p26035324.html Sent from the Harbour - De

Re: [Harbour] HBQT - Nearly lost how to implement new GC

2009-10-24 Thread Pritpal Bedi
m parent class QWidget ) SYNTHESIS :new method return the correct object. The whole process goes as intended and touches the designated functions but GPF's at execution time. If I implement :show method and corresponding .cpp function, it executes fine, I can see the window on the

Re: [Harbour] HBQT - Nearly lost how to implement new GC

2009-10-24 Thread Pritpal Bedi
n obj; } After your final skeleton I will update the generator to reflect it. I do not know what other issues will arise out of it but we will know those issues when this is implemented first. Thanks for showing the correct ways. Regards Pritpal Bedi -- View this message in context: http

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

2009-10-27 Thread Pritpal Bedi
Hi Przemysław Czerpak wrote: > > BTW I created text which describes most important differences between > Harbour and xHarbour. But it will be good if someone who know English > fix me before I'll public it. > You can send it to me to look-at, if you decides so.

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

2009-10-27 Thread Pritpal Bedi
of the finest analysis of a compiler internals I ever read. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-12776--trunk-harbour-tp26075637p26086674.html Sent from the Harbour - Dev mailing list archive

[Harbour] Mem Leak

2009-10-29 Thread Pritpal Bedi
0" HB_FTEMPCREATEEX() function needs a fix. Regards Pritpal Bedi -- View this message in context: http://www.nabble.com/Mem-Leak-tp26123668p26123668.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing li

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

2009-10-30 Thread Pritpal Bedi
Thanks Lorenzo Lorenzo Fiorini-2 wrote: > > On Ubuntu 9.10 i386 with native qt-dev simply opening and closing demoxbp: > > ./demoxbp > QPainter::begin: Widget painting can only begin as a result of a > paintEvent > Object::disconnect: Use the SIGNAL macro to unbind > QAction::triggered(bool)

[Harbour] HBQT - HBXBP - Releaseing the Objects and Memory

2009-10-31 Thread Pritpal Bedi
the same. This is the only issue left with Harbour-Qt. Once we resolve it we are through. Note that before introducing collectible pointers not even a single byte was being reclaimed. Now at least we are able to get back more than half of memory. Regards Pritpal Bedi -- View this message in contex

[Harbour] HBQT - HBXBP - More Logs to locate mem leaks

2009-11-01 Thread Pritpal Bedi
s all invocations. 2) When GC collection code is called in destutions system memory keeps on increasing and is reclaimed when XbpDialog() goes out of scope but still a portion of it is never reclaimed. Any insight will be welcome. Regards Pritpal Bedi -- View this message in context:

Re: [Harbour] Multithreading support in Harbour

2009-11-04 Thread Pritpal Bedi
My flagship production application "Vouch" ( extremely large ) running on 100s of clients is a pure GTWVG - MT - GUI application and is running flawlessly. Look at Przemek's message in this context. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/Multith

[Harbour] MINGW - Dll to Lib - Command Syntax

2009-11-05 Thread Pritpal Bedi
Hello Can someone enlighten me how can I extract a static linkable lib from a .dll with MINGW? This should be equivalent to "implib" utility of BCC. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/MINGW---Dll-to-Lib---Command-Syntax-tp26221154p26221154

Re: [Harbour] MINGW - Dll to Lib - Command Syntax

2009-11-05 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > > You don't need it though, since you can pass plain > dlls to mingw linker. > This seems ok. Can you show me the syntax what I must insert into vouch.hbm ? Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/M

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-05 Thread Pritpal Bedi
our documentation. The > discussion on the mailling list seems not finished and without resolution. > What was decided and how is it? > The unresolved part was "volunteer efforts" which nobody seemed to extend except April White. Probbaly someone have to take the initiative and charge

Re: [Harbour] MINGW - Dll to Lib - Command Syntax

2009-11-05 Thread Pritpal Bedi
ned reference to `twain_isextendedinfoenab...@4' hbeztwain.o:hbeztwain.c:(.text+0x9c6): undefined reference to `twain_enableextendedi...@8' and like. Whereas in my wrappers I call these functions without "@4" etc suffix. What's that? Regards Pritpal Bedi -- View this messag

[Harbour] MSVC 2008 - XHB.lib

2009-11-07 Thread Pritpal Bedi
linker. 1120 If I move hb_OutDebug() function from hboutdbg.c to dbgfxc.c above hb_ToOutDebug(), it works. I am puzzled why MSVC do not recognize this function though header entry is correct. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/MSVC-2008---XHB.lib

[Harbour] CPU Consumption and hb_idleState()

2009-11-07 Thread Pritpal Bedi
eed block" Any hints what should I look into my code which worked with this call all those years. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26240902.html Sent from the Harbour - Dev mailing list a

Re: [Harbour] BCC55 Compiling error on .cpp sources

2009-11-07 Thread Pritpal Bedi
\HrbBCC\include\hbdefs.h 1602: Too many storage classes > in declaration > > Yes, I confirm it. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/BCC55-Compiling-error-on-.cpp-sources-tp26239543p26247558.html Sent from the Harbo

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-07 Thread Pritpal Bedi
Hello All Pritpal Bedi wrote: > > I use something like this code > > DO WHILE .t. > nKey := b_Inkey() > > IF nKey != 0 .and. nKey != 1101 // HB_K_RESIZE >EXIT > ENDIF > >

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-07 Thread Pritpal Bedi
Hello Yet another update: MINGW also produces same error. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26249226.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-08 Thread Pritpal Bedi
_K_RESIZE >> >EXIT >> > ENDIF >> > >> > hb_idleState() >> > ENDDO >> > hb_idleState() was allowing me to release CPU cycles and was > Revision: 12831 fixes it. Thank you. Also, I can compile with BCC. Rega

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-08 Thread Pritpal Bedi
erhaps I need your "serious" help in this direction. Waiting such logs for demoxbp. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26256802.html Sent from the Harbour - Dev mailing list archive at Nabble.c

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-08 Thread Pritpal Bedi
sources\vouch\source\b_client.prg {bcc|msvc}c:\dev_sources\vouch\source\b_scan.prg c:\dev_sources\vouch\source\tprinter.c {bcc|msvc}C:\dev_sources\vouch\source\hbeztwain.c c:\dev_sources\dev_resources\vouch.res {bcc|msvc}c:\dev_sources\dev_resources\ar32.res # End vouch.hbm Hope it helps. Rega

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-08 Thread Pritpal Bedi
rty Windows .DLLs without a MINGW export by the author. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/From-xHarbour-to-Harbour%3A-need-some-infos-tp26256686p26258143.html Sent from the Harbour - Dev mailing list archive at Nabble.com. __

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-08 Thread Pritpal Bedi
gt; results. (openssl, libcurl) > I do not know, nor did I say the "implib" is buggy. Just explained that it has always allowed me to add any library I needed. BCC is slower of all compilers, this is what I observed. Regards Pritpal Bedi -- View this message in contex

Re: [Harbour] Fwd: [Viktor] Suggestions on How to Get Help

2009-11-09 Thread Pritpal Bedi
the product itself to keep it alive and well on the long run. I'm sure > it's > everyone's interest to not let the project just vanish. > Very well said, Viktor. The problem is everybody wants something for free but nobody want to pay back, in any

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Pritpal Bedi
sources. Can you point to some sources I could write wrappers for. I think I have the needed knowledge to implement it. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/From-xHarbour-to-Harbour%3A-need-some-infos-tp26256686p26275848.html Sent from the Harbour - Dev ma

Re: [Harbour] From xHarbour to Harbour: need some infos

2009-11-09 Thread Pritpal Bedi
is also WIA API, but it's Windows-only. > I got it. http://www.twain.org/ Will check in few days next to include it in Harbour. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/From-xHarbour-to-Harbour%3A-need-some-infos-tp26256686p26276090.

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

2009-11-09 Thread Pritpal Bedi
9-11-10 03:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) > - src/codepage/cphuisos.c > - src/codepage/cphuwins.c > - Deleted these variants which are no longer needed. > If I am not missing something, these files are being searched by when building clean. May be somewhere else

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-10 Thread Pritpal Bedi
Thanks Przemek Przemysław Czerpak wrote: > > Full log in attachment. > I only run demoxbp and closed it using [x] button. > This has helped in locating a cople of problems. Can you repeate the same test again after afreash checkout. Regards Pritpal Bedi -- View this messag

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-10 Thread Pritpal Bedi
Hi Przemysław Czerpak wrote: > > Full log in attachment. > I only run demoxbp and closed it using [x] button. > Can you re-run for same log after /* * $Id: ChangeLog 12863 2009-11-10 19:55:47Z vouchcac $ */ Regards Pritpal Bedi -- View this message in context: http://ol

Re: [Harbour] Array

2009-11-11 Thread Pritpal Bedi
v["dog"]="fuffy" v["cat"]=1975 ? v["dog"] ? v["cat"] Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/Array-tp26302649p26302995.html Sent from the Harbour - Dev mailing list archive at Nabble.com. _

Re: [Harbour] how to control the MDI windows in ALIAS ?

2009-11-11 Thread Pritpal Bedi
uot; ) NEW SHARED You need to adopt this approach all along whenever you open the same table in same thread. If you use multi-thread approach, you do not have to distinguish alias. But in your case it is MDI window which is always tied to same thread where parent window is fired. Regards Pritp

Re: [Harbour] HBQT, HBXBP - Test - New HB GC and QT interface

2009-11-12 Thread Pritpal Bedi
// oApp:oWidget:pPtr := 0 > > > >RETURN > >the above sequence should be redesigned to eliminate the > crashes on Linux. > > > > With the attached modification, demoqt and demoxbp where verified with > valgrind. The erroneous memory hand

Re: [Harbour] hbvpdf is "broken" ?

2009-11-12 Thread Pritpal Bedi
fference is in "constructive" vs "recreational" approach. Hope you understand what I mean. Regards Pritpal Bedi BTW I never used this libarry for my personal needs. -- View this message in context: http://old.nabble.com/hbvpdf-is-%22broken%22---tp26328049p26328315.h

RE: [Harbour] HBQT, HBXBP - Test - New HB GC and QT interface

2009-11-12 Thread Pritpal Bedi
plication, More concerning aspect is about the memory usage which goes up with every new dialog. Did you keep a watch on task manager while navigating browser ? Very important digging-in strategy. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBQT%2C-HBXBP---Test---N

Re: [Harbour] HBQT, HBXBP - Test - New HB GC and QT interface

2009-11-12 Thread Pritpal Bedi
HB_TRACE() is not an option to me. I am not used to application level debugging nor does it fits my needs. Anybody who post this noise perhaps does not understand what he should change to avoid it, however temporarily. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HB

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

2009-11-13 Thread Pritpal Bedi
unfreed memory blocks. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-12868--trunk-harbour-tp26346347p26347229.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbou

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

2009-11-14 Thread Pritpal Bedi
n you strip the messages to which you are replying? Just keep relevant portion only into your message. Sometimes it becomes difficult to locate the excat message of your current reply. If you are ready with Harbour standard coding we can ask Viktor to grant your write access on SVN. Regards Pri

Re: [Harbour] Edit Compile Debug in visual cycle

2009-11-15 Thread Pritpal Bedi
the prototype. Any suggessions are welcome. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/Edit-Compile-Debug-in-visual-cycle-tp26358161p26366151.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___

[Harbour] HBIDE - An Overview

2009-11-16 Thread Pritpal Bedi
ommit will be around this weekend though I am in a position to show you up something. NEXT REQUISIT === Your support in terms of vocalness. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBIDE---An-Overview-tp26379927p26379927.html Sent from the Har

Re: [Harbour] HBIDE - An Overview

2009-11-16 Thread Pritpal Bedi
icult. > maj be done also a visual debugger? > I am not the right person to do it. Probably someone will integrate. > a little proposal for name hbmate hbvisual (is xmate like) > No. HBIDE is perfect. Regards Pritpal Bedi BTW: can you set your newsreader not to attach messa

Re: [Harbour] HBIDE - An Overview : Application Icon

2009-11-16 Thread Pritpal Bedi
Hello All Can some of you provide a descent icon for HBIDE.exe ? Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBIDE---An-Overview-tp26379927p26382358.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] CPU Consumption and hb_idleState()

2009-11-17 Thread Pritpal Bedi
Hi Edmer wrote: > > I just want to inquire if this issue has been resolved already. > Yep. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/CPU-Consumption-and-hb_idleState%28%29-tp26240902p26399559.html Sent from the Harbour - Dev mailing list a

[Harbour] SVN Error

2009-11-17 Thread Pritpal Bedi
tatus make[3]: *** [hbpp.exe] Error 1 rm hbpp.o make[2]: *** [descend] Error 2 make[1]: *** [pp.inst] Error 2 make: *** [src.inst] Error 2 Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SVN-Error-tp26402594p26402594.html Sent from the Harbour - Dev mailing list

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

2009-11-18 Thread Pritpal Bedi
of delete proto we are to stick with. Really nice thinking. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-12928--trunk-harbour-tp26413138p26413571.html Sent from the Harbour - Dev mailing l

Re: Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
quot;not" stable? Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBIDE---An-Overview-tp26379927p26413630.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list (attachment si

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
or, you are 100% correct. I do not plan to reinvent the wheels. I want to reuse hbmk2 with .hbc and .hbm formats. I will use .hbp for the native project management scenario. Additionally I will accept .xhp but just one time only at the level of project definition. I assume that hbmk2 does no

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
of a project manager could be obtained also with a good configuration of a > smart editor as Notepad++, but this concept is very hard to implement out > of an integrated tool. > Totally irrelevant to the topic. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/H

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
.hbc, .hbm and .hbp ( if it is in use ) ? I plan to recreate all the files necessary to launch hbmk2 from an HBIDE project definition. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBIDE---An-Overview-tp26379927p26414

Re: [Harbour] HBIDE - An Overview

2009-11-18 Thread Pritpal Bedi
umber of lines. > Comment line begin with # as a convention. I suggest to create > one option each line to keep it clean. > Now I better understand .hbp and .hbm. I can build entire project only with .hbm. How does .hbc fits into the picture. Probably I may think of splitting the

Re: [Harbour] To Pritpal about hbide

2009-11-20 Thread Pritpal Bedi
during the process of HDIDE evolution. Let we first reach project management stage. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/To-Pritpal-about-hbide-tp26446002p26451351.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___

[Harbour] HBMK2 - Possibility of accepting buffer of .hbm format

2009-11-20 Thread Pritpal Bedi
Hello Viktor Is it possible to pass string buffer to hbmk2 in .hbm format? I want to avoid writing to .hbm disk file and then invoke hbmk2. This will open another black window on the screen. Also, can I capture the output of compile/link processes ? Regards Pritpal Bedi -- View this message

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

2009-11-20 Thread Pritpal Bedi
ass framework. This tool is of hibrid mode using Xbp class framework with HBQT classes for some widgets which are not available in Xbp. This is the reason I floated the idea of extending Xbase++ framework which has not been accepted by the group by now. But I am feeling the pinch of this o

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

2009-11-20 Thread Pritpal Bedi
Bruno Bruno Luciani wrote: > > Error compiling HBIDE last SVN Ubuntu Linux 9.10 > > 'QMAINWINDOW_ALLOWTABBEDDOCKS' > I expect some mature messages though you have quickly reverted it. Regards Pritpal Bedi -- View this message in context: http://old.nabble.

Re: [Harbour] hbqt success under Linux, Win, OSX and next step

2009-11-22 Thread Pritpal Bedi
forms without errors. The native look and feel is > really good and all the controls works as expected. > Can you forward your view points on demoxbp also. This is more near to xbase syntax and probably the already documented class framework. Regards Pritpal Bedi -- View this message in

Re: [Harbour] hbqt success under Linux, Win, OSX and next step

2009-11-22 Thread Pritpal Bedi
proof of concept, the real fruitation of the concepts lies in demoxbp or hbide. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/hbqt-success-under-Linux%2C-Win%2C-OSX-and-next-step-tp26463380p26463455.html Sent from the Harbour - Dev mailing list

[Harbour] CurDir() - Memory Leakage

2009-11-22 Thread Pritpal Bedi
726762283235352C3235352C323535293B207D0D0A004554484F446800820019004C4546542020385493012856930148624964653A6275696C644F75747075" CurDir() needs

Re: [Harbour] What I am doing wrong ? or is a bug ( HBIDE )

2009-11-24 Thread Pritpal Bedi
is assigned but not used in > function 'HBIDE_FETCHNEWPROJECT(940)' > > No code generated. > Compile hbxbp with -d__HB_DEBUG__ -d__HB_WINDEBUG__ Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/What-I-am-doing-wrong---or-is-a-bug-%28-HB

Re: [Harbour] CurDir() - Memory Leakage

2009-11-24 Thread Pritpal Bedi
Edmer wrote: > > Hi, > > I just want to follow up if this has already been fixed. > Yes fixed. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/CurDir%28%29---Memory-Leakage-tp26472731p26504402.html Sent from the Harbour - Dev mailing

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

2009-11-25 Thread Pritpal Bedi
> Still compliment > Thank you very much for your input. More features will be added on commit-by-commit basis. Please keep testing. This input always reminds me what else I am missing in features list or implemented in a buggy way. Regards Pritpal Bedi -- View this message in context: http

[Harbour] HBXBP - Class Framework Change

2009-11-25 Thread Pritpal Bedi
and HBQT levels. The above design decision has to be taken based on opening of this new horizon. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBXBP---Class-Framework-Change-tp26522373p26522373.html Sent from the Harbour - Dev mailing list archive at Nabble.com

Re: [Harbour] HBXBP - Class Framework Change

2009-11-25 Thread Pritpal Bedi
sible > to ever resolve cleanly. > Yep, you are right. ::createFromQT( ..., pQtObject ) is good enough. Also this way it can be implemented only at one place in class XbpWindow. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBXBP---Class-Framework-Change-tp26522373p265

[Harbour] HBQT - QUiLoader.dll - Is supported on all platforms?

2009-11-25 Thread Pritpal Bedi
te that we cannot live without it. Your input is requested till I commit very important changes. I do not want to face situation like QtWebKit. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBQT---QUiLoader.dll---Is-supported-on-all-platforms--tp26522799p26522799

Re: [Harbour] HBQT - QUiLoader.dll - Is supported on all platforms?

2009-11-25 Thread Pritpal Bedi
Sorry, I was a little fast Pritpal Bedi wrote: > > it becomes mandatory to have include QUiTools.dll in the library > QUiLoader => QtUiTools.lib and .dll Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/HBQT---QUiLoader.dll---Is-supported-on-a

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

2009-11-26 Thread Pritpal Bedi
y local environment so I committed. May be this is unimportant now. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13028--trunk-harbour-tp26532755p26534421.html Sent from the Harbour -

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

2009-11-27 Thread Pritpal Bedi
can check. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13028--trunk-harbour-tp26532755p26544934.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour mailing list (a

Re: [Harbour] Problem in OLE implementation

2009-11-28 Thread Pritpal Bedi
ject ) ); > > ??? > Yes, good catch. Please commit. Probably it will be 211th line. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/Problem-in-OLE-implementation-tp26465023p26554766.html Sent from the Harbour - Dev

Re: [Harbour] Compile error hbide in vc9

2009-11-29 Thread Pritpal Bedi
j, const QString & name ) This function is equivalent to obj->findChild(name). It is provided as a work-around for MSVC 6, which doesn't support member template functions. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/Compile-error-hbide-in-vc9-tp265626

Re: [Harbour] How to build hbide with hbqt static libs?

2009-11-30 Thread Pritpal Bedi
linked hbide.exe ( in a zip format as it will be huge ) somewhere on the web so that I can download to visualize what exactly is happening. Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/How-to-build-hbide-with-hbqt-static-libs--tp26541396p26585119.html Sent fro

Re: [Harbour] How to build hbide with hbqt static libs?

2009-11-30 Thread Pritpal Bedi
Hi Tecnologia-2 wrote: > > Yes, you can download it at http://www.2dinfo.com.br/2dinfo/hbide.zip > Thank you. I confirm that "Open" icon generates GPF in static build and for sure it is linked with QFileDialog(). Regards Pritpal Bedi -- View this messag

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

2009-12-02 Thread Pritpal Bedi
vate list of function? Click icon on the toolbar. > Also buonbar will be used like status bar I could not follow what you mean. Can you explain what it is ? Regards Pritpal Bedi -- View this message in context: http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13097--trunk-harbour-

<    1   2   3   4   5   6   7   8   9   10   >