Re: [Harbour] Problemn with OLE

2009-04-04 Thread Massimo Belgrano
Intresting I hope that gtwvg & upcoming gt based on qt will follow the fivewin syntax (at least in a basic version) #include "FiveWin.ch" static oRb function Main() local oWnd, oAct, oMenu, aControls := {} DEFINE WINDOW oWnd TITLE "Visual RibbonBar" @ 0, 0 ACTIVEX oAct PROGID "Codej

[Harbour] Re: Little problem using my library with mingw

2009-04-04 Thread Massimo Belgrano
The problem is due from bad lib coping in my batch DEL DELTA4HHd.%EXTENSION% hbmk2 delta.prg mios1.PRG mios2.prg -b -m -D__GTWVT__ -hblib COPY DELTA4HHD.%EXTENSION% C:\HARBOUR\%HB_COMPILER%\lib\%PREFIX%DELTA4HHD.%EXTENSION% HBMK2 MIOSAMPLE.prg ace32.lib rddads.lib hbbmcdx.LIB xhb.lib hbwin.lib

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

2009-04-04 Thread vszakats
Revision: 10778 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10778&view=rev Author: vszakats Date: 2009-04-04 15:06:55 + (Sat, 04 Apr 2009) Log Message: --- 2009-04-04 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * INSTALL * Minor. *

[Harbour] Compile error with latest harbour-nightly.zip

2009-04-04 Thread Ranier Vilela
Generating Code... harboury.c harbour.y(571) : warning C4244: 'function' : conversion from 'HB_LONG' to 'LONG', possible loss of data e:\xharbour\harbou~1.0\harboury.c(7157) : warning C4701: potentially uninitialized local variable 'hb_complval' used Microsoft (R) Library Manager Version 9.00.3

[Harbour] Little problem using my library with mingw

2009-04-04 Thread Massimo Belgrano
SET PREFIX= SET EXTENSION=LIB IF %HB_COMPILER%==mingw goto PREFIX goto NOPRE :PREFIX SET PREFIX=LIB SET EXTENSION=A :NOPRE hbmk2 delta.prg mios1.PRG mios2.prg -b -m -D__GTWVT__ -hblib -odelta4hhd.lib -info -trace COPY DELTA4HHD.lib C:\HARBOUR\%HB_COMPILER%\lib\%PREFIX%DELTA4HHD.%EXTENSION% HBMK

Re: [Harbour] Little siggestion regarding hbmk

2009-04-04 Thread Massimo Belgrano
Where is last version of pexport? Here for linux ver 0.44 http://download.opensuse.org/repositories/home:/fstrba/Fedora_10/repodata/repoview/pexports-0-0.44-7.1.html Here the source http://tml.pp.fi/pexports-0.44.zip, But i don't find win32 compiled version You can also use link -dump -exports i