Oh, I forgot, Massimo happy birthday !
Regards,
Ernad
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
y the way, We have experience with virtualization tools like vmware,
virtualbox.
In your proposed scenario vmware server (free also) or virtualbox would be
better match than vmware player.
> 2009/10/5 Ernad Husremovic :
> >> On Mon, 05 Oct 2009, Ernad Husremovic wrote:
> >
> I know, but there is still problem with single PC and small LAN
> installations
> (where file server PC is workstation also)
My mistake, problem with single PC instalation is quite meaningless in the
context of this discussion :(.
We have DBFCDX RDD + native windows harbour aplication.
> On Mon, 05 Oct 2009, Ernad Husremovic wrote:
> > > >Especially how do you implement client side ?
> > > Switch to Linux :)
> > I am on linux :). But my custumers are not :(
>
> But only your application needs Linux or other *nix like OS
> and your custo
> >Especially how do you implement client side ?
>
> Switch to Linux :)
I am on linux :). But my custumers are not :(
Regards,
Ernad
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Talks about LetoDb inclusion in the harbour tree were really productive.
Przemek gave as such a valuable technical introspection to the current state of
LetoDB.
I will be the honest, his explanations lead me to the choice to cease our
migration to LetoDb RDD engine.
During this discussions, Pr
> .. Przemek and Victor :)
s/Victor/Viktor, sorry
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
For sure, there's a lot of interest for LETODB or similar RDD in harbour.
There is problem with project support, it seems Alexander is mainly unavailable.
It would be best to get feecback from author about this topic.
But, if he is unreachable, I don't see any obstacle (project license GPL v2)
Hello hb community.
A few days ago, we started porting our clipper solutions to LETODB RDD.
Today I read about new Przemek great contribution: NETIO RDD.
Reading Changelog, NETIO is also good candidate for our default RDD.
Our main goal is to provide multiplatform (linux, windows) solution which
Hello, there is the problem with hbmk2 when library has character ".".
My workaround was changing the names:
bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_net-2.8.so
libwx_baseu_net-28.so
bring...@nmraka-2:/usr/lib$ sudo ln -s libwx_baseu_xml-2.8.so
libwx_baseu_xml-28.so
hbc:
libs=w
I share the principle of Angel's view.
Focus is important.
Some similar kind of decisions was made by Ubuntu project when they started
their "fork" from Debian - they excluded some platforms which they considered
to be less in use.
Support of too many platform variants takes resources.
De
Great news !
Is it implemented similar to the qtRuby, qtPython ?
They are generating bindings automatically all the classes from the framework
with some tools (cpp2xml, kalyptus, qtsmoke ..) ?
Maybe you have wrote that on your blog, but I don't understand spanish language
:).
Great effort, th
Lorenzo wrote:
>
> I'll try to create a screencast.
>
> BTW who knows simple and free screencast apps for Windows and Mac OS
> X?
http://www.jingproject.com/
Regards,
Ernad
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-proj
Lorenzo wrote:
>
> I'll try to create a screencast.
>
> BTW who knows simple and free screencast apps for Windows and Mac OS
> X?
http://www.jingproject.com/
Regards,
Ernad
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-proj
Lorenzo wrote:
>
> I'll try to create a screencast.
>
> BTW who knows simple and free screencast apps for Windows and Mac OS
> X?
http://www.jingproject.com/
Regards,
Ernad
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-proj
Hello,
Congratulations to the harbour team for the great achievement with release
1.0.0.
Now the question:
Is it possible to maximize gtxwc application window on application startup ?
For example, when I build hbrun with gtxwc screen size is always 25 x 80 char
regardless of current screen re
Regarding development process, have the group considered creating
"experimental", or "incubator" branch to avoid outside patches ?
IMO it is important to push all proposals to the repository without delay.
This would make development process more agile.
Regards,
Ernad
- "Szakáts Viktor"
Ok I understand, you made correction in the core,
to provide compatibility with other contribs.
This leads me to another question:
why you just didn't push this change to the svn repository ?
Regards,
Ernad
- "Szakáts Viktor" <[EMAIL PROTECTED]> wrote:
> >
> Hi Ernad,
>
> > The cause of
> This would mean that a non-NULL pointer would qualify
> as .T., non-0, non-NIL and a NULL as .F., 0, NIL on
> .prg level.
>
> Brgds,
> Viktor
>
> On 2008.06.25., at 0:36, Ernad Husremovic wrote:
>
> > I had the same problem.
> > It seems hbmysql is no
I had the same problem.
It seems hbmysql is not in the good shape :(
The cause of problem is that nSocket is pointer, not numberic variable.
For example:
-return iif(::nSocket > 0, sqlGetErr(::nSocket), "No connection to server")
+return iif(::nSocket <> nil, sqlGetErr(::nSocket), "No connection
>
> main branch:
> /trunk/harbour (what we have)
>
> bugfix branches:
> /branches/harbour-1.0
> /branches/harbour-1.1
> /branches/harbour-2.0
>
> read-only "tags":
> /tags/harbour-1.0.0RCn
> /tags/harbour-1.1.0bn
> /tags/harbour-1.1.0RCn
> /tags/harbour-2.0.0bn
> /tags/harbour-2.0.0RCn
> (we al
21 matches
Mail list logo