[Harbour] Server maintenance

2010-06-11 Thread Viktor Szakáts
Hi All, Yesterday evening (UTC) the mailing list server abended, so right now Phil is doing backups and maintenance on it to get it back online as soon as possible. Pls be patient and take the offline time for some quality non-Harbour activity :) Viktor

[Harbour] testing 123

2010-06-11 Thread Viktor Szakáts
Testing Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] testing

2010-06-11 Thread Viktor Szakáts
testing ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Question about WinCE build

2010-05-31 Thread Viktor Szakáts
Hi, The error message shows exactly what's missing, install it. It's not Harbour problem. Viktor On 2010 May 31, at 13:57, Jaroslaw Kadziola wrote: Hi Viktor, When i'm trying to build WinCE harbour i get : ! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org !

Re: [Harbour] Re: Qt - Distribution Licensing Clarification

2010-05-31 Thread Viktor Szakáts
Massimo Belgrano wrote: or possible 2.1 beta? This has what relation to my query ? I guess it's in relation to avoid a non-official distro for the sake of HBQT. Proper solution would be to detach HBQT/HBXBP/HBIDE release schedule from core and make them available as a normal extra

Re: [Harbour] Re: Qt - Distribution Licensing Clarification

2010-05-31 Thread Viktor Szakáts
Proper solution would be to detach HBQT/HBXBP/HBIDE release schedule from core and make them available as a normal extra component which plugs into Harbour core distribution. (which should be created separately) Ok. So how can one obtain the latest binaries including hbQT, hbXBP,

Re: [Harbour] Re: Qt - Distribution Licensing Clarification

2010-05-31 Thread Viktor Szakáts
Viktor Szakáts wrote: Isn't there a runtime only download package somewhere on Nokia's QT website? Before exploring this possibility, a little doubt, is Qt runtime enough for materializing an .exe to be build with hbIDE ? Yes. We made the decision at the beginning that only HBQT

Re: [Harbour] Re: Qt - Distribution Licensing Clarification

2010-05-31 Thread Viktor Szakáts
Before exploring this possibility, a little doubt, is Qt runtime enough for materializing an .exe to be build with hbIDE ? Yes. If this is the case then we do not need complete run-time of Qt. Only 4 dll's matching the version we compiled hbQT* is enough. Can we embed them in our

Re: [Harbour] Re: Documentation storm on user's list

2010-05-31 Thread Viktor Szakáts
Hi All, ..I'd prefer to we follow a Harbour-Fund financing model. That is, we start making donations to a common-treasure and let project leaders decide and make hiring agreements for manual creation, or whatever would help project's improvement. But, of course, let's hear other harbour

Re: [Harbour] Error trying to compile hbide (Rev.14648)

2010-05-31 Thread Viktor Szakáts
Hi, Yes. Pls read relevant section in INSTALL (look for 'HB_WITH_QT') or past message about this topic, it has been quite well discussed here. Viktor On 2010 May 31, at 20:04, jparada wrote: Hi, I have been able to compile demohbqt and demoxbp without any problem, but when trying to

Re: [Harbour] improve clang a bit

2010-05-30 Thread Viktor Szakáts
Hi Tamas, Thanks for the patch. We already had LLVM/Clang C detection inside the __GNUC__ branch, is it still necessary, or can we now safely delete it? Viktor On 2010 May 30, at 14:44, Tamas TEVESZ wrote: - clang 2 does c++ now, so only fall back to c mode if we are running clang1 -

Re: [Harbour] Multiple Definition ?

2010-05-30 Thread Viktor Szakáts
I've checked and xhb doesn't have a FILESIZE, so it can be deleted from xhb. Viktor On 2010 May 30, at 19:30, Bruno Luciani wrote: It is posible that this function: filesize exists in two libraries ? files.c in LIBHBCT and xhbfs.c in LIBXHB Thanks for any help Bruno

Re: [Harbour] Error InetInit().....

2010-05-30 Thread Viktor Szakáts
Do you read the asnwers? On 2010 May 30, at 21:40, Ale SB wrote: hbrtl.lib(hbsocket.obj) : error LNK2019: external symbol __imp__wsaio...@36 unresolved referred to in the function _hb_socketGetIFaces Function to return the machine's local IP. This function normally in previous

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

2010-05-30 Thread Viktor Szakáts
Hi, On 2010 May 30, at 22:10, Tamas TEVESZ wrote: On Sun, 30 May 2010, vszak...@users.sourceforge.net wrote: + Clearing forced C++ mode if clang 1.x is detected. (Patch from Tamas Tevesz. Slight fix added by me to set HB_CMP when falling back to C mode. I didn't make

Re: [Harbour] Error InetInit().....

2010-05-30 Thread Viktor Szakáts
I read yes. But I did not find the solution to this problem with inetinit (). It will be a very tough process to find the solution if you miss to give feedback for the answer I'm giving. I'm out of this thread. Viktor ___ Harbour mailing list

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

2010-05-29 Thread Viktor Szakáts
Hi Pritpal, I noticed that .hbp file still contains local, system specific settings: --- -3rd=hbide_location=C:\harbour\contrib\gtwvg\tests\ -3rd=hbide_workingfolder=C:\harbour\contrib\gtwvg\tests --- As a rule all Harbour files should be totally relocatable and environment agnostic. IOW, most

Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread Viktor Szakáts
That's all. You are ready to make Harbour/GCC/HbQt program with static Qt access. Obviously, you need use HBMK2 for make it and you need add the necessaries Linux libraries in link stage to resolve externals references. Can you tell what are those lib? This information is the only

Re: [Harbour] moc detection in linux environment

2010-05-29 Thread Viktor Szakáts
Hi, I'm trying making Harbour binaries for linux platform with the last Qt version (4.6.2), but my linux have headers for qt 4.5.2 pre instaled at /usr/include I'm using: export HB_WITH_QT=/home/cdq/qt-everywhere-opensource-src-4.6.2_for_dynamic/include to override the /usr/include

Re: [Harbour] Making Harbour program with Static Qt Libraries in Linux

2010-05-29 Thread Viktor Szakáts
This Recipe , allow harbour to create hbqts.a hbqtcores.a hbqtguis.a hbqtnetworks.a Library that permits compile an HBQT program using static QT libraries That's not news for me, I gave them these names. in order to , for example create an installer compiled static , thats works

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

2010-05-28 Thread Viktor Szakáts
Hi Przemek, Hi Viktor, ; Tried to add hbolesrv.c as direct source 'sources=hbolesrv.c', but it requires this source (+ headers) to be distributed along the binaries, plus it didn't resolve the watcom issue, so I dropped it. Using hbolesrv.c directly in the project

Re: [Harbour] HBMK2 problem

2010-05-28 Thread Viktor Szakáts
Hi Przemek, It's hard for me to test current OpenWatcom behavior using WINE because some results can be strictly bound with Linux and WINE emulation so I cannot say if they are correct or not, i.e. the things I should test like detaching from terminal and allocating console windows works

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

2010-05-28 Thread Viktor Szakáts
Hi Przemek, I got a large number of unresolved externals. I think Because you haven't recompiled whole Harbour code with -r6 watcom compiler switch. I know, I use default build. Most users will use default build, so that's what we shall make work. we should handle the watcom problem as

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

2010-05-28 Thread Viktor Szakáts
Hi Viktor, For me this are two different things. 1. broken watcom binaries due to forces stack calling convention. It's broken either way. Default is broken for OLE servers, special build is broken for non-watcom Harbour .dlls. The default build is broken for any OLE code and maybe some

Re: [Harbour] Re: Documentation storm on user's list

2010-05-28 Thread Viktor Szakáts
To put it an other way, the crucial subject today, is not any more the open source code. It is (and always was) the open knowledge. Nobody ever promised that knowledge or mastery will automatically fly into the users' brains, just by having access to the information, be it open source,

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

2010-05-28 Thread Viktor Szakáts
Hi Rossine, With this change, i have GPF down: Thanks for your report, I've made the necessary correction, pls check again after r14631. [ it's possible some more tweaks will be needed, f.e. original CALLDLL32 is very unsafe by directly modifying string buffers, so in the new compatibility

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

2010-05-28 Thread Viktor Szakáts
Hi, bcc32.exe -I. -I../../../../../include -q -tWM -CP437 -w -Q -w-sig- -d -6 -O2 -OS -Ov -Oi -Oc -DHB_LEGACY_TYPES_OFF -Ic:\bcc582\bin\bcc32.exe c:\bcc582\bin\ ..\Include -DHB_GC_AUTO -DHB_FM_STATISTIC -ohbpp_dyn.obj -DHB_DYNLIB -c ../.. /../hbpp.c ../../../hbpp.c: ilink32.exe

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

2010-05-27 Thread Viktor Szakáts
+ contrib/hbqt/hbqt.h + Added: constants hbqt_par_Qsci* ; TODO make them local. This is serious modularization fault, even for an initial upload. Pls fix it. Yes, sure. I need a name of such .h - hbqt_local.h ? contrib/hbqt/qscintilla/hbqscintilla.h which refers to

Re: [Harbour] HBMK2 Inquiry

2010-05-27 Thread Viktor Szakáts
Hi, hbmk2: Compiling... hbmk2: Linking... conso.exe Info: resolving vtable for __cxxabiv1::__si_class_type_info by linking to __imp_ __ZTVN10__cxxabiv120__si_class_type_infoE (auto-import) Info: resolving vtable for __cxxabiv1::__class_type_info by linking to __imp___Z

Re: [Harbour] HBMK2 problem

2010-05-27 Thread Viktor Szakáts
Hi Przemek, Another thing I noticed is that I cannot build watcom servers, not clients. For servers it complains about 'Error! E2030: file clib3s.lib(cstrtwwt): multiple starting addresses found', for clients there are unresolved symbol, even if I comment the special -cflag in .hbp.

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

2010-05-27 Thread Viktor Szakáts
Thanks very much, I'll update the code. I have two questions/notes: - I noticed that COM_NUM may not be what original CT does, though the NG is a little bit easy to misunderstand. It looks COM_NUM() now returns next free slot, while in CT it returned maximum number of com ports. - If

Re: [Harbour] Vouch32 ActiveX Server - Unrestricted Version

2010-05-27 Thread Viktor Szakáts
Thank you Pritpal for this contribution to the Harbour community. I'm going to check VOUCH now. Viktor On 2010 May 27, at 09:27, Pritpal Bedi wrote: Hello All I have just uploaded Vouch32 ActiveX Server with all the necessary files; application code with .hbp, .chm help and the

[Harbour] Documentation storm on user's list

2010-05-27 Thread Viktor Szakáts
To Pete, [ Sorry to reply here, but I'm readonly user of users-list. ] yeah, sure! very well and very idealistic.. (but please keep in mind that idealism is the container of fanaticism -and of any obnoxious -ism in general. we don't need them any more.) asking is not only a right, is the

Re: [Harbour] HBMK2 Inquiry

2010-05-27 Thread Viktor Szakáts
Hi Jerry, No clue from here, maybe a broken mingw installation. To tell more pls post -trace output and hbmk2 cmdline. I did some research and found out that this is a bug from mingw 4.5. It was fixed before but I don't know why it resurface. So for now Im dropping 4.5 and wait for the

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

2010-05-27 Thread Viktor Szakáts
FUNCTION SubscribeNow( ... ) RETURN {| mtx, nTimeOut, lSubscribed | local xSubscribed lSubscribed := hb_mutexSubscribeNow( mtx, iif( hb_isNumeric( nTimeOut ), nTimeOut / 1000, ), @xSubscribed ) return xSubscribed }:eval( ... ) Why this code is

Re: [Harbour] --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
On 2010 May 27, at 18:31, Itamar Lins wrote: Hi! Please see this: Win XP SP3 with MingW. r-21.a,--output-def,../../../../../bin/win/mingw/harbour-21.def c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: unrecognized option '--nxcompat'

Re: [Harbour] Error with bcc582

2010-05-27 Thread Viktor Szakáts
Hello Viktor, I suggest to use hbmk2 to build hbcomm... OK i rebuilt harbour release 14618 the traditional way: \harbour\bin\mingw32-make.exe clean install ...and also your app, and it should link properly. OK. But the error continues. I use for compile this command: hbmk2

Re: [Harbour] Re: --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
Pls post the BEGINNING of your log to see what autodetection does. Viktor On 2010 May 27, at 19:00, Itamar Lins wrote: Em 27/5/2010 13:57, Viktor Szakáts escreveu: On 2010 May 27, at 18:31, Itamar Lins wrote: Hi! Please see this: Win XP SP3 with MingW. r-21.a,--output-def

Re: [Harbour] Re: --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org ! MAKE: win-make.exe 3.81 sh.exe INSTALL ! HB_INSTALL_PREFIX: c:\dev\harbour ! HB_HOST_PLAT: win (x86) HB_SHELL: nt ! HB_PLATFORM: win (x86) (autodetected) ! HB_COMPILER: mingw (v45) (autodetected:

Re: [Harbour] Re: --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
God. The how to f*ck up contest continues :( You have mingw two times in PATH. Remove one. Viktor On 2010 May 27, at 19:27, Itamar Lins wrote: Em 27/5/2010 14:21, Viktor Szakáts escreveu: ! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org ! MAKE: win-make.exe 3.81

[Harbour] BUG: hb_arrayToParams( {} )

2010-05-27 Thread Viktor Szakáts
Hi Przemek, Accidentally found this: --- PROC MAIN() QOUT( hb_arrayToParams( {} ) ) RETURN --- - GPF (tested on win/mingw) Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Re: --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
C:\harbour\trunk\harbourwin-make.exe install ! Building Harbour 2.1.0beta1 from source - http://www.harbour-project.org ! MAKE: win-make.exe 3.81 sh.exe install ! HB_INSTALL_PREFIX: c:\dev\harbour ! HB_HOST_PLAT: win (x86) HB_SHELL: nt config/global.mk:971: *** ! HB_COMPILER not set, could

Re: [Harbour] Re: --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
Em 27/5/2010 15:36, Itamar Lins escreveu: ---8 Using prompt tdradgon, the result is: Path=C:\MinGW\bin;C:\WINDOWS\system32; --8--- Maybe upper case M and GW of word MinGW ? No, it doesn't matter. Viktor ___ Harbour

Re: [Harbour] Re: --nxcompat MingW

2010-05-27 Thread Viktor Szakáts
2010/5/27 Itamar Lins itamarl...@gmail.com mailto:itamarl...@gmail.com Em 27/5/2010 14:50, Viktor Szakáts escreveu: C:\harbour\trunk\harbourset path=c:\mingw\bin;%PATH% You not clean Hi! Only one version MinGW on HD. The path c:\mingw\bin, if I set for exemple 2 times

Re: [Harbour] Re: Documentation storm on user's list

2010-05-27 Thread Viktor Szakáts
[I finally managed to discover that my post in users-forum had been replied here. so, here it is my humble yet belated answer] are you sure you have understood my words? I 'm afraid you don't! What I am not sure for, is the reason for this misunderstanding. Perhaps, is it due to my bad

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

2010-05-27 Thread Viktor Szakáts
Thank you very much. Viktor On 2010 May 27, at 22:56, dru...@users.sourceforge.net wrote: Revision: 14624 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14624view=rev Author: druzus Date: 2010-05-27 20:56:44 + (Thu, 27 May 2010) Log Message:

Re: [Harbour] Console Terminal with GUI Application under Linux

2010-05-26 Thread Viktor Szakáts
Hi, I have compiled my application under Ubuntu 10.4 with -gui -gtxwc from my .hbp. I also have REQUEST HB_GT_XWC in my main module. When I execute the application, the terminal console is not being released and remains inactive from the background. Any switch that I might be

Re: Re[Harbour] vise the return of the functions: TimeToSec andSecToTime...

2010-05-26 Thread Viktor Szakáts
In case of HBCT we aim to be fully compatible with CA-T*ols (which was a commercial extension lib for Clipper 5.x). Whole Clipper was commercial - and what of that ? For me, CA sold it with CA-TOOLS. They were two standalone products. This doesn't mean they couldn't be sold in a bundle,

Re: [Harbour] HBMK2 problem

2010-05-26 Thread Viktor Szakáts
Hi Przemek, Please try to use hbmk2 to compile some OLE server examples. hbmk2 olesrv1.hbp hbmk2: Processing local make script: hbmk.hbm Error BASE/1066 Argument error: conditional (Quit) Error BASE/1066 Argument error: conditional Called from FN_EXPAND(0) Called from

Re: [Harbour] Error with bcc582

2010-05-26 Thread Viktor Szakáts
Hi Rossine, I suggest to use hbmk2 to build hbcomm and also your app, and it should link properly. Viktor On 2010 May 26, at 22:35, Rossine wrote: Hi Enrico, This is my c:\bcc582\bin\bcc32.cfg [CFG] -Ic:\bcc582\include;c:\bcc582\include\dinkumware;c:\harbour\include

Re: [Harbour] SF bug tracker#3007590: Unwanted ANSI escape sequences in output

2010-05-26 Thread Viktor Szakáts
Hi Chen, The following was submitted to the Harbour SF bug tracker: http://sourceforge.net/tracker/?func=detailatid=100681aid=3007590group_id=681 Anonymous wrote: When I compile a simple Hello world program with the hbmk2 compiler, the output always

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

2010-05-26 Thread Viktor Szakáts
Hi, + contrib/hbqt/hbqt.h + Added: constants hbqt_par_Qsci* ; TODO make them local. This is serious modularization fault, even for an initial upload. Pls fix it. + Initial upload of wrappers for QScintilla. To generate the sources auto you need to stay in

Re: [Harbour] Re: Question regardin the good hbide

2010-05-25 Thread Viktor Szakáts
-lhbpcre -lhbzlib -Wl,--end-group -ocurd.exe -LC:/HARBOUR/lib/win/mingw -ocurd.exe Note: ( which you miss time and again ) in Flags tab provide full path as -o_path_to_exe_plus_exename_without_extension_ How is possible that executable is detected but non found??? Hope it will

Re: [Harbour] hbQT - QScintilla - First Impression

2010-05-25 Thread Viktor Szakáts
I have to modify some sources of QScintilla itself, bugs and warnings, both. I am still at a loss should I proceed further in this direction or not. So far I kept it on experimental boundaries. You should publish these changes and fixes upstream to QScintilla author. There is little point

Re: [Harbour] Re: Question regardin the good hbide

2010-05-25 Thread Viktor Szakáts
I agree. Here is my argument: hbMK2 has filters parsing at -o level which I cannot manage. I have requested you many times to give a proper token to output name but you have always deferred it. So what is wrong if I provide an option at -o level or provide a slot as a field? You have

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

2010-05-25 Thread Viktor Szakáts
2010-05-24 19:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/sddoci/sddoci.c ! Attempting to fix wrong numeric size for plain 'NUMERIC' (without size) type. I'm guessing so I'd appreciate if someone could dive into this more deeply. Still wrong in expressions.

Re: Re[Harbour] vise the return of the functions: TimeToSec and SecToTime...

2010-05-25 Thread Viktor Szakáts
Hi, Maurulio, Sorry, but that has to do with the Clipper 5.2 Harbour? I'm referring to the functions and TimeToSec SecToTime the Harbour, has nothing to do with Clipper. Harbour has everything to do with Clipper, since we aim to be fully compatible with it. In case of HBCT we aim to be

Re: [Harbour] Contrib´s not build with 14457

2010-05-25 Thread Viktor Szakáts
Hi, The part I need is missing from the posted .log fragments. It's at the end. Viktor On 2010 May 25, at 16:00, Rossine wrote: Hello Viktor, Use 'clean install' as documented (with lowercase). OK. I use: \harbour\bin\mingw32-make.exe clean install Now fbclient.lib is created, but

Re: [Harbour] Contrib´s not build with 1445 7

2010-05-25 Thread Viktor Szakáts
Rossine, Are you using MingW or BCC? MingW (TDM) is the recomended one. BCC is not as good according to tests made by the developers. Seems to me you are mixing it and you also have too many enviroment variables set. As I understand the instructions in INSTALL, it should be

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

2010-05-25 Thread Viktor Szakáts
Hi Przemek, That sounds great, may I ask for a simple example which show the usefulness of this feature over regular hashes? Viktor On 2010 May 25, at 13:20, dru...@users.sourceforge.net wrote: Revision: 14579

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

2010-05-25 Thread Viktor Szakáts
So f.e. this can be done: --- plugin.prg FUNCTION hbmk2_plugin_show_target( hbmk2 ) SWITCH hbmk2[ cSTATE ] CASE post_all IF hbmk2[ nErrorLevel ] == 0 hbmk2_OutStd( hbmk2, @@ TARGET: + hbmk2[ cTARGETTYPE ] + : + hbmk2[ cTARGETNAME ] ) hbmk2_OutStd( hbmk2, @@

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

2010-05-25 Thread Viktor Szakáts
Hi Przemek, This code illustrates the difference between regular and associative hash arrays: proc main() [...] return As you can see executing it the order of items in associative array is strictly defined and it's the same as the order in which new item were added. It means that

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

2010-05-25 Thread Viktor Szakáts
Hi Pritpal (again), Now, if you want to make it absolutely complicated and use a plugin for this purpose, you should _generate_ the plugin code to a temporary file and pass that to hbmk2. Or you can put it into 'resources' dir if you don't mind being less elegant. Otherwise, after this

Re: [Harbour] Question about hbmk2 and icons

2010-05-25 Thread Viktor Szakáts
Hi, I use Harbour for Win32. I was wondering if hbmk2 allows (or can allow someday) support for multiple icons? We're leaning towards having two icons in our .EXE builds. If this was ever supported... I am not sure what the file delimiter would be. Any thoughts? '-icon' option is

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

2010-05-25 Thread Viktor Szakáts
If it doesn't work, it means you DO CHANGE the current directory, even if you don't know about it, so in this case you must explore the QT launching stuff to see how to disable it. Let me explain a bit how hbIDE forks process to Qt and why I cannot take this approach. Calling

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

2010-05-25 Thread Viktor Szakáts
--- 2010-05-25 22:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/ideprojmanager.prg ! Fixed output directory issue without the need for an hbmk2 plugin. HBIDE was changing current dir when calling hbmk2, so the detected output filename needs to be

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

2010-05-25 Thread Viktor Szakáts
Though based on your description, it's unnecessary to change directory when launching hbmk2. I left it, but I still don't understand why you do it. It just adds complexity without any benefit. hbmk2 doesn't require any such tricks to make it work. hbIDE process does not change

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

2010-05-25 Thread Viktor Szakáts
this is what I am trying to convey. It depend how hbIDE is invoked. One can invoke it with desktop icon with/without Start in: field entry on Shortcut tab in Properties dialog when selection with right-click on appln icon. the other can call as:

Re: [Harbour] hbMK2 - plug_moc.prg

2010-05-25 Thread Viktor Szakáts
Hi Pritpal, now I am looking at how to construct moc files and include it in the project. I need to know how should I pass params leading to moc creation - in .hbp or on the commandline ? A small example will be helpful. Here is a little .hbp sample I used for testing: --- -hblib

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

2010-05-25 Thread Viktor Szakáts
Sorry for my intromision but, where is olesrv2.prg ? On my hard drive ;) I haven't committed this code yet. Just simply I have had no time so far to make some real test in MS-Windows. I only tested the base version few days ago but I made many other modifications later and they are not

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

2010-05-25 Thread Viktor Szakáts
Hi Przemek, It's great. I hope we can nail the watcom tricks and .def file chaos in the future. I've successfully tested olesrv2 with oletst2. Then I tried to access olesrv2 from jscript/vbscript. Since I'm using Win7 x64, first I built olesrv2 with msvc64, and registered it, which went OK.

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

2010-05-25 Thread Viktor Szakáts
Hi, 2010-05-25 23:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + config/bsd/clang.mk + Base implementation of bsd/clang target. Based on patch by Tamas Tevesz with modifications: - deleted HB_DYN_COPT - replaced dynamic lib rules with bsd/gcc.mk. (both

Re: [Harbour] HBMK2 with -rebuild/-clean

2010-05-24 Thread Viktor Szakáts
Hi Mario, I tried the -rebuild parameter (hbmk2 proj1.hbp -rebuild) but I got the following error: = Error BASE/1066 Argument error: conditional (Quit) Error BASE/1066 Argument error: conditional Called from HBMK2(0) Called from MAIN(0)

Re: [Harbour] Re: HB in MT mode + testsvc.prg = service don't start.

2010-05-24 Thread Viktor Szakáts
Hi Vailton, I was making some tests with testsvc.prg (Harbour SVN 5.5.1 + BCC) and discovered some problems because it does not execute correctly when compiled with -mt in hbmk2. Apparently the problem comes in win_serviceStart () but I could not detect why the service does not run. Using

Re: [Harbour] Re: HB in MT mode + testsvc.prg = service don't start.

2010-05-24 Thread Viktor Szakáts
Hi Vailton, So does it work now? Or does it work sometimes and sometimes not? The service do not start... It installs, uninstalls, but does not start.But based on comments from Przemysław I have an idea to tease this problem: i'll make an application to run as service and launch another

Re: [Harbour] Re: HB in MT mode + testsvc.prg = service don't start.

2010-05-24 Thread Viktor Szakáts
The service do not start... It installs, uninstalls, but does not start.But based on comments from Przemysław I have an idea to tease this problem: i'll make an application to run as service and launch another application with features powered bye hbnetio.. like Firebird Guardian - this

Re: [Harbour] Contrib´s not build with 14457

2010-05-24 Thread Viktor Szakáts
Hi Vicktor, My name is 'Viktor'. Updated today the harbour to release 14566 and again is not building these libs: - fbclient.lib - freeimage.lib - ace32.lib I need to change something here in order to build these libs ? I don't think so. Pls post the log output (beginning and the

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

2010-05-24 Thread Viktor Szakáts
Intresting! Maj be used prg in hbide keyboard mapping macro script? No, this is means to add custom build capabilities to hbmk2. F.e. using a plugin you can generate code from non .prg sources, or do any sort of non-standard conversion seamlessly integrated into the hbmk2 process. Other

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Viktor Szakáts
anyway if I am compiling an opensource program I can use static version exist a way to do that in linux ? Probably it's documented somewhere, check QT website. BTW if you have an opensource software, it's probably not a problem to require QT package to be installed in order to run it.

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Viktor Szakáts
We have an opensource software based in HBQT , and we like to distribute it in static version this is why I asking for hbqts in linux You're asking it at wrong place. This is not a Harbour issue. Viktor ___ Harbour mailing list (attachment size

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Viktor Szakáts
Viktor do you not understand my question I need to create LIBHBQTS.a to compile our harbour aplication in static mode in windows we don not have problems , but in linux I do not know how to declare , location of static qt libraries and indicates to harbour to compile hbqts I'm sure

Re: [Harbour] Re: INSTALL file - HBQTS and linux

2010-05-24 Thread Viktor Szakáts
Sorry viktor , I wouldn't want to say that INSTALL file have inaccurate information or like that The only think is that I first check it to not ask a question that is in this file I understand, but it's not there because I don't know it (and it's not important information for most

Re: [Harbour] Contrib´s not build with 14457

2010-05-24 Thread Viktor Szakáts
Hi Rossine, Use 'clean install' as documented (with lowercase). Viktor On 2010 May 24, at 22:27, Rossine wrote: Hi Viktor, This is my log: [LOG] C:\harbour-#BCC#\harbour\bin\mingw32-make.exe CLEAN INSTALL config/global.mk:234: ! Warning: HB_BUILD_IMPLIB option works only when

Re: [Harbour] hbMK2 - Feature Request - Auto generated moc_*.cpp files

2010-05-23 Thread Viktor Szakáts
Hi Pritpal, I am almost done with QScintilla wrappers which completely isolate the need to host QScintilla sources into our repository, but still wrappers be genrated from .qth files and placed in hbqt/qscintilla. This folder contents are isolated from the main build system of hbqt.

Re: [Harbour] NETIOSRV Unable to compile with -static

2010-05-23 Thread Viktor Szakáts
With the latest SVN, I was not able to compile the netiosrv with -static. I'm using Ubuntu 10.4. Thanks for any help. What is the error? Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] HBMK2 problem

2010-05-23 Thread Viktor Szakáts
Hi Przemek, HBMK2 create temporary .c file with non random names in temporary directory. It causes that it cannot be used in multiuser environment because during compilation different HBMK2 processes may overwrite temporary files. Can you fix it? AFAIK the only .c files created with

Re: [Harbour] NETIOSRV Unable to compile with -static

2010-05-23 Thread Viktor Szakáts
Hi, I have a pending patch regarding gpm and hbmk.cfg, but this is for yesterday's changes. You seem to be using much older Harbour version, not latest SVN. Viktor On 2010 May 23, at 15:37, Mario H. Sabado wrote: On 5/23/2010 8:44 PM, harbour-requ...@harbour-project.org wrote: Message: 6

Re: [Harbour] Re: hbMK2 - Feature Request - Auto generated moc_*.cpp files

2010-05-23 Thread Viktor Szakáts
Maybe the only generic way to integrate such needs with hbmk2, is to create an separate external tool (non-hbmk2) and call it as part of of 'preprocessing'. So what needs to be done in hbmk2 is to allow to run external tools at specific stages of the process, f.e. 'preflight',

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread Viktor Szakáts
Hi Leandro, These are internal structures, so there if is any notion of writing stable code I strongly suggest to not use them directly at all. I think the bug here is that you can access these members at all. IMO they should be protected like HB_ITEM members. You must be right. The

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread Viktor Szakáts
The problem is probably in your display or output settings. Viktor Thank you Viktor! I got confused because I used an ANSI editor to write the PRG code when the codepage table code is written in OEM. Yes, the codepage you chose is CP850, which means OEM in Microsoft-speak. Once

Re: [Harbour] Building libs with hbmk2

2010-05-21 Thread Viktor Szakáts
Hi, I have this .hbp file: -trace -info -hblib -omylib -inc -workdir=hbobj -iInclude -prgflag=-b and then a list of about 20 source files. this files are compiled and I find the .obj files in directory hbobj From these files a mylib.lib is assembled. Now I'm linking this

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread Viktor Szakáts
Hi Qatan, ANSI and OEM are totally confusing Microsoft (Windows-specific) terms so we stay out of using them in Harbour. We already support both, but with other names. ANSI is usually ??WIN, and OEM is usually ??85n. Viktor Are not ??ISO and ??WIN the same thing? Thanks for your

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Viktor Szakáts
Hi, It's always generated now. Does it not work now for you? Viktor On 2010 May 21, at 18:40, Ale SB wrote: The latest revisions of Hb, is not generating correctly Ace32.lib from Ace32.dll. Ace32.Lib Gerand by Hb == 105Kb Ace32.lib of Ads\AceSdk == 113Kb With the revisions of

Re: [Harbour] Erros Rev 14550...MsVc 2008

2010-05-21 Thread Viktor Szakáts
Hrs_Main.obj : error LNK2001: símbolo externo _HB_FUN_CURDRIVE sin resolver Hrs_Inde.obj : error LNK2001: símbolo externo _HB_FUN_DBPACK sin resolver FiveHm.lib(DATABASE.obj) : error LNK2019: símbolo externo _HB_FUN_DBPACK sin resolver al que se hace referencia en la función

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Viktor Szakáts
Thank, Ale Viktor Szakáts wrote: Hi, It's always generated now. Does it not work now for you? Viktor On 2010 May 21, at 18:40, Ale SB wrote: The latest revisions of Hb, is not generating correctly Ace32.lib from Ace32.dll. Ace32.Lib Gerand by Hb == 105Kb Ace32.lib

Re: [Harbour] Question about Curl detection during compile process

2010-05-20 Thread Viktor Szakáts
# looks like a problem hbmk2: Warning: Source dynamic library not found: /ver10/curl-7.20.1-devel-mingw32/include/../libcurl.dll # looks like it worked? hbmk2: Created import library: G:/harbour/lib/win/mingw/liblibcurl.a =

Re: [Harbour] file path delimiter

2010-05-20 Thread Viktor Szakáts
use (db) = dbusearea(,,linux((db)),...) Such modification is still only workaround for the problem which is hardcoded in some other place. You should switch to / or use hb_osPathSeparator() if you want to eliminate any filename conversions. yes, unfortunately it is just a workaround, but

Re: [Harbour] SF.net SVN: harbour-project:[14518]

2010-05-20 Thread Viktor Szakáts
off Though for this to be true the editor is best to support moving past EOL. Something which is not supported by HBIDE and several other editors (f.e. vi, MSVS). I had just found recently how to set it in MSVS2005: Tools | Options | Text Editor | All Languages (or just the lang you

Re: [Harbour] hbMK2 - Command Line vs hbIDE - difference

2010-05-20 Thread Viktor Szakáts
Hi Prital, Thanks, it seems mingw is sensitive to ending pathseps in -I options. Pls retry with r14535. Viktor On 2010 May 20, at 09:46, Pritpal Bedi wrote: Hello Viktor I defined QScintilla ( greatly trimmed ) library project from hbIDE and could build the library properly. Then I

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

2010-05-20 Thread Viktor Szakáts
Hi Pritpal, Please move HBIDE hosting to a separate repository, because by now it grew just large and popular enough to stand on its own feet, takes a huge portion of SVN and communication of our core development list, and in general has not much to do with out primary goals, and the two

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

2010-05-20 Thread Viktor Szakáts
Sorry Pritpal, but I will remove this from SVN. Viktor On 2010 May 20, at 16:13, vouch...@users.sourceforge.net wrote: Revision: 14536 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14536view=rev Author: vouchcac Date: 2010-05-20 14:13:24 + (Thu, 20 May

  1   2   3   4   5   6   7   8   9   10   >