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

2010-05-10 Thread Viktor Szakáts
Hi Pritpal, > Log Message: > --- > 2010-05-10 17:10 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) > * contrib/hbide/ideenviron.prg > * contrib/hbide/idefindreplace.prg > * contrib/hbide/ideprojmanager.prg > * contrib/hbide/resources/environments.ui > * contrib/hbide/resources/environme

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

2010-05-10 Thread vouchcac
Revision: 14457 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14457&view=rev Author: vouchcac Date: 2010-05-11 00:13:40 + (Tue, 11 May 2010) Log Message: --- 2010-05-10 17:10 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbide/ideenviron.pr

[Harbour] Re: hbMK2 - xHarbour ( Oct 2007 ) - Unresolved External

2010-05-10 Thread Pritpal Bedi
In continuation... "Hello World" prg buils fine with -lgtwin. The compile and link flags are the same as of larger application. So where is the catch? Note that there are few .C sources and few .prg sources also contain C code. Any help is appreciated. - enjoy hbIDEing... Pr

[Harbour] hbMK2 - xHarbour ( Oct 2007 ) - Unresolved External

2010-05-10 Thread Pritpal Bedi
Hello All I am compiling/linking a extremely large project with hbIDE, hbMK2 ( hbMK2 is slightly modified to supply sources to Harbour compiler one-by-one, rest remaining the same as is ) with -xhb switch. I am been able to compile the project flawlessly. At the link time I get this error:

Re: [Harbour] Problems wxHarbour

2010-05-10 Thread Teo Fonrouge
Hello Carlos, On May 10, 2010, at 12:31 PM, Carlos Arturo Castaño G. wrote: > Best regards, > > in process compiler wxHarbour with Mandriva2010 and MinGW , harbour2.0 > > problems in the programs : > show: > > sintaxis error argument at ( ... ) > > wxharbour.0.5.0-3/src/TAlias.prg > > lines:

Re: [Harbour] Harbour for the iPad - ok

2010-05-10 Thread francesco perillo
> At least that's Apple's intent. As to how they > can defend these rules "in court", I have no idea. They will not accept your program in their store... if you program is a .99$ one it is a real problem but if you are able to sell one program in a vertical market for 100.000$... no need of i

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

2010-05-10 Thread jarabal
Revision: 14456 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14456&view=rev Author: jarabal Date: 2010-05-10 19:51:14 + (Mon, 10 May 2010) Log Message: --- 2010-05-10 21:47 UTC+0200 Xavi (jarabal/at/gmail.com) * config/postinst.prg % Corrected

Re: [Harbour] Harbour for the iPad - ok

2010-05-10 Thread Viktor Szakáts
Hi Maurilio, > what about using -gc3 to have an application which is not executed by a VM? What you get is a .c source regardless of the -gc mode, but the problem is that we're running a translator from .prg to .c. In that sense it should not make a difference. The other thing is that if you

[Harbour] Problems wxHarbour

2010-05-10 Thread Carlos Arturo Castaño G .
Best regards, in process compiler *wxHarbour* with* Mandriva2010 and MinGW , harbour2.0* problems in the programs : show: *sintaxis error argument at ( ... ) **wxharbour.0.5.0-3/src/TAlias.prg * lines: line 45 *sintaxis error argument at ( ... )* 47* sintaxis error argument at ( ... )*

Re: [Harbour] Slow create index under threads

2010-05-10 Thread rafa
Hello Mindaugas, > > It seems disk io is the bottle neck. You can try to use memio driver > to create index in memory, and later write it back to disk. > Please could you tell me how to create the index in memory and then flush to disk? > >> aadd( aThreads, hb_threadStart( @crea(), cAl

Re: [Harbour] Harbour for the iPad - ok

2010-05-10 Thread Maurilio Longo
Viktor, what about using -gc3 to have an application which is not executed by a VM? Maurilio. Viktor Szakáts wrote: >>> You have to be a registered with Apple developer in order to access to >>> that SDK. They are getting too closed and restrictive... :-( >> I am a registered developer and the r

Re: [Harbour] Slow create index under threads

2010-05-10 Thread rafa
Of course, thanks for your opinion! I also think it is due to disk. Regards Qatan escribió: > Hello Rafa, > >I am not sure, may be wrong but I would say also that the fisical > access of the HD Head divided in different threads would increase the > time to access the same ammount of data comp

[Harbour] Re: hbide and xharbour

2010-05-10 Thread Massimo Belgrano
The problem 3) is that curdir() is set to desktop when running from hbide 2010/5/10 Massimo Belgrano : > i have set about point 3) > -3rd=hbide_location=G:\clip52\lavori\massimo\arca\ > -3rd=hbide_workingfolder=G:\clip52\lavori\massimo\arca\ > -3rd=hbide_destinationfolder=G:\clip52\lavori\massimo\

[Harbour] Re: hbide and xharbour

2010-05-10 Thread Massimo Belgrano
i have set about point 3) -3rd=hbide_location=G:\clip52\lavori\massimo\arca\ -3rd=hbide_workingfolder=G:\clip52\lavori\massimo\arca\ -3rd=hbide_destinationfolder=G:\clip52\lavori\massimo\arca\ Another question How can i add to hbp project one file not used by hbmk2 for example using xmate i link

[Harbour] hbide and xharbour

2010-05-10 Thread Massimo Belgrano
Using a project with -3rd=hbide_xhb=YES and hbmk2 in path in xharbour\bin 1) i receive following error compiling: Project [ arcahd ]Launch [ Yes ]Rebuild [ No ]Started [ 16:43:31 ]

Re: [Harbour] Slow create index under threads

2010-05-10 Thread Mindaugas Kavaliauskas
Hi, On 2010.05.10 12:20, rafa wrote: Well, times; 1 thread= 29 minutes THE WINNER! 4 threads = 93 minutes WoW! 7 threads = 68 minutes 5 Threads = 64 minutes It seems disk io is the bottle neck. You can try to use memio driver to create index in memory, and later write it back to disk.

Re: [Harbour] question about hbmk2

2010-05-10 Thread Ciro Vargas C
Because I need overwrite language functions by my own functions. regards Ciro 2010/5/10 Massimo Belgrano : > Can you post your hbp? > > Why you need -allow-multiple-definition ? > How much is simple hbmk2? > > 2010/5/10 Ciro Vargas C : >> Works for me.. >> >> Thank you I appreciate so much your

Re: [Harbour] Slow create index under threads

2010-05-10 Thread Qatan
Hello Rafa, I am not sure, may be wrong but I would say also that the fisical access of the HD Head divided in different threads would increase the time to access the same ammount of data compared to only one thread. This is due to the fisical comings and goings of the Head over the disk

Re: [Harbour] question about hbmk2

2010-05-10 Thread Massimo Belgrano
Can you post your hbp? Why you need -allow-multiple-definition ? How much is simple hbmk2? 2010/5/10 Ciro Vargas C : > Works for me.. > > Thank you I appreciate so much your help. > > > Best regards > Ciro > > > > 2010/5/10 Viktor Szakáts : >> >> On 2010 May 10, at 15:11, Ciro Vargas C wrote: >>

Re: [Harbour] question about hbmk2

2010-05-10 Thread Ciro Vargas C
Works for me.. Thank you I appreciate so much your help. Best regards Ciro 2010/5/10 Viktor Szakáts : > > On 2010 May 10, at 15:11, Ciro Vargas C wrote: > >> Thank you  Viktor it works !!! >> >> Now... >> >> I need use 3 different GTs in my project >> >> I put in my  test.hbc >> >> {win}gt=gt

Re: [Harbour] question about hbmk2

2010-05-10 Thread Viktor Szakáts
On 2010 May 10, at 15:11, Ciro Vargas C wrote: > Thank you Viktor it works !!! > > Now... > > I need use 3 different GTs in my project > > I put in my test.hbc > > {win}gt=gtwvg gtwvt gtwin > > But I am missing anything > > it is correct this syntax? No. You need to repeat 'gt=' line fo

Re: [Harbour] question about hbmk2

2010-05-10 Thread Ciro Vargas C
Thank you Viktor it works !!! Now... I need use 3 different GTs in my project I put in my test.hbc {win}gt=gtwvg gtwvt gtwin But I am missing anything it is correct this syntax? best regards Ciro 2010/5/10 Viktor Szakáts : >> How can I pass the parameter --allow-multiple-definition to the

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

2010-05-10 Thread francesco perillo
> It's not worth it. Ok, I agree. Just scan the directory ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

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

2010-05-10 Thread Viktor Szakáts
>> IMO it's much better and simpler to use the directory listing. >> >> If a plugin is not needed, it's enough to move it away. > > Me too... but sometimes it's easier to enable/disable from a list... Then you have to maintain a list, keep it in sync with directory list, handle the error, when

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

2010-05-10 Thread francesco perillo
> IMO it's much better and simpler to use the directory listing. > > If a plugin is not needed, it's enough to move it away. Me too... but sometimes it's easier to enable/disable from a list... ___ Harbour mailing list (attachment size limit: 40KB) Harbo

Re: [Harbour] question about hbmk2

2010-05-10 Thread Viktor Szakáts
> How can I pass the parameter --allow-multiple-definition to the hbmk2 ? > > I have been trayng in different ways without results with the sw > -cflags=(--allow-multiple-definition) in .hbp/.hbm: -ldflag={allgcc}-Wl,--allow-multiple-definition Viktor __

[Harbour] question about hbmk2

2010-05-10 Thread Ciro Vargas C
Hi all: How can I pass the parameter --allow-multiple-definition to the hbmk2 ? I have been trayng in different ways without results with the sw -cflags=(--allow-multiple-definition) I very appreciate your help Ciro -- http://www.oohg.org http://sistemascvc.tripod.com donaciones para CVC

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

2010-05-10 Thread Viktor Szakáts
> Maybe you can keep a list of active plugins... just don't scan the > directory to load all plugins but you must activate them before and > only the enabled plugins will be opened at startup... IMO it's much better and simpler to use the directory listing. If a plugin is not needed, it's enough

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

2010-05-10 Thread francesco perillo
What if I want to register menu items ? Or create a toolbar ? Maybe you can keep a list of active plugins... just don't scan the directory to load all plugins but you must activate them before and only the enabled plugins will be opened at startup... >    % Changed: plugins are loaded on first ca

Re: [Harbour] Slow create index under threads

2010-05-10 Thread Viktor Szakáts
Indexing is rather disk than CPU intensive, meaning the disk throughput, access times and file I/O performance are the limiting factors. For this reason splitting it to multiple threads may only help if you have very fast disk, like SSD, but even this needs testing to see. I didn't test it,

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

2010-05-10 Thread vszakats
Revision: 14455 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14455&view=rev Author: vszakats Date: 2010-05-10 09:21:20 + (Mon, 10 May 2010) Log Message: --- 2010-05-10 11:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Made it cle

[Harbour] Slow create index under threads

2010-05-10 Thread rafa
Hello, I'm trying to do a re indexing using threads, but according to tests under Windows Vista, Quarda Intel Core, 4 Gig RAM, the tests are not entirely satisfactory; The basic idea was to determine the number of threads that want to implement, N_THREADS, which is passed by parameter, for testing

Re: [Harbour] Zero Install

2010-05-10 Thread Viktor Szakáts
Hi Alex, > This site may interest you as a possible way around the packaging > dependencies for various distributions: > > http://0install.net/goals.html#anyoneinstall Interesting, thank you. It could be useful to distribute HBIDE. > OT, I installed visual studio 2010 (on 64 bit Win 7),

Re: [Harbour] Re: FivePhone: an open source project to support the iPhone OS SDK from Harbour

2010-05-10 Thread Antonio Linares
Massimo, Apple provides the SDK just to be used from a Mac. So there are two ways: to use the official SDK tools from a Mac or to use the open source toolchain from Windows or Linux (or Mac also). In the fivephone project wiki I have copied all the interesting links to be read: http://code.google

[Harbour] Zero Install

2010-05-10 Thread Alex Strickland
Hi Viktor This site may interest you as a possible way around the packaging dependencies for various distributions: http://0install.net/goals.html#anyoneinstall OT, I installed visual studio 2010 (on 64 bit Win 7), and the recommended settings in INSTALL did not work for me: