Hi,
REQUEST HB_MEMIO
PROC Main()
LOCAL nI
FIELD F1
DBCREATE("mem:\test.dbf", {{"F1", "N", 9, 0}},, .T., "memarea")
[...]
? "dbDrop() =>", DBDROP("mem:\test") // Free memory
resource
Did you try to you the _same_ name for creation and drop?
Maybe .dbf isn't used by ME
Hello,
Mindaugas Kavaliauskas wrote:
>
> Can you try to make self contained sample by changing real report to
> some simple DBAPPEND(), FIELDPUT()? I can not reproduce such bahaviour.
>
Here is the code, though not portraying the exact problem
I stated, but may be the results may give some
Hello Teo,
>Hello Rossine, here is a little function that I wrote years ago to
>compare two array contents:
>
>...
This work´s fine :)
Many thank´s,
Rossine.
--
View this message in context:
http://www.nabble.com/Error-Comparing-two-arrays-tp25665027p25668693.html
Sent from the Harbour -
On 29Sep, 2009, at 10:15 AM, Rossine wrote:
Hello
This sample:
[CODE]
function main
local aArr1 := { }
local aArr2 := { }
? aArr1 != aArr2
return NIL
[ENDCODE]
generate this error:
[ERROR]
Error BASE/1072 Argument error: <>
Called from MAIN(6)
[ENDERROR]
I see that this is correct
Hello
This sample:
[CODE]
function main
local aArr1 := { }
local aArr2 := { }
? aArr1 != aArr2
return NIL
[ENDCODE]
generate this error:
[ERROR]
Error BASE/1072 Argument error: <>
Called from MAIN(6)
[ENDERROR]
I see that this is correct, it also occurs in the clipper same error. How
Hi Viktor,
Il 29/09/2009 15.59, Viktor Szakáts ha scritto:
Hi Francesco,
It seems it can't find cl.exe. Is it in the PATH?
I'd suggest to let it autodetect, instead of forcing
HB_COMPILER value manually.
You, as usual, are right!
I forgot to start my setvc.bat that adds MSVC path.
Sorry fo
Hi Francesco,
It seems it can't find cl.exe. Is it in the PATH?
I'd suggest to let it autodetect, instead of forcing
HB_COMPILER value manually.
Brgds,
Viktor
On 2009 Sep 29, at 15:45, Francesco Saverio Giudice wrote:
Hi Viktor,
Il 29/09/2009 12.44, vszak...@users.sourceforge.net ha scritt
Viktor Szakáts wrote:
BTW I have nothing against hosting LetoDB in Harbour
repository, but here Alexander has the final word, so if
he also likes the idea, plus other Harbour developers also
agree, we can do it.
If this is a voting thing - +1.
Regards
Alex
___
Hi Viktor,
Il 29/09/2009 12.44, vszak...@users.sourceforge.net ha scritto:
Revision: 12626
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12626&view=rev
Author: vszakats
Date: 2009-09-29 10:44:14 + (Tue, 29 Sep 2009)
with last SVN and building on Window
Revision: 12627
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12627&view=rev
Author: druzus
Date: 2009-09-29 12:12:04 + (Tue, 29 Sep 2009)
Log Message:
---
2009-09-29 14:11 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/cd
-Messaggio Originale-
Da:
A:
Data invio: martedì 29 settembre 2009 12.44
Oggetto: [Harbour] SF.net SVN: harbour-project:[12626] trunk/harbour
Thank you, it's ok now.
EMG
--
EMAG Software Homepage: http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it
fmanc...@viaopen.com wrote:
I'm post a new article on http://blog.viaopen.com
with list of most frequent questions we received about ViaNEMO.
Does Antonio Linares new free release of FiveWin have anything to do with you
guys?
Regards
Alex
___
Harbo
Revision: 12626
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12626&view=rev
Author: vszakats
Date: 2009-09-29 10:44:14 + (Tue, 29 Sep 2009)
Log Message:
---
2009-09-29 12:40 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.prg
! Fi
./bin/win/bcc/hbrun.exe --hb:gtcgi ./bin/postinst.prg
! Making E:\HARBOUR_CVS\harbour\bin\hbmk.cfg...
Error BASE/1081 Argument error: + (Quit)
Error BASE/1081 Argument error: +
Called from MAIN(50)
Called from HB_HRBRUN(0)
Called from _APPMAIN(0)
EMG
--
EMAG Software Homepage: http:/
Revision: 12625
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12625&view=rev
Author: vszakats
Date: 2009-09-29 10:07:07 + (Tue, 29 Sep 2009)
Log Message:
---
2009-09-29 12:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* bin/postinst.prg
! Fi
Hi, all
Harbour from Svn: rev. 12624
make[3]: «../../../../../lib/linux/gcc/libhbxbp.a» è aggiornato.
! Installing xbp.ch on /usr/include
! Installing xbpdev.ch on /usr/include
! Installing appevent.ch on /usr/include
! Installing gra.ch on /usr/include
! Installing ../../lib/linux/gcc/libhbxbp.
Hi,
Yes, its now working. I just missed a compiler error/warning stating that I
define a
function in my class that already exists in Harbour. That made me think I needed
to add the lib path explicitly. Oh well thats what you get when not fully
reading the
warning/messages by the compiler :)
By
Hi Viktor,
Thanks a lot. I go and try now.
Regards,
Jerry
> - Original Message -
> From: "Viktor Szakáts"
> To: "Harbour Project Main Developer List."
> Subject: Re: [Harbour] How to create a dll using hbmk2?
> Date: Tue, 29 Sep 2009 09:19:39 +0200
>
>
> > Hi Viktor,
> >
> > Still
Hi Viktor,
Still with the same error. Is the program below valid to compile to
dll using
MS C++ v2008?
Yes. Just verified. (at least it should link, I'm not .dll user,
so couldn't test it any further)
If I'm thinking about it even -L%LIB% is wrong. Since %LIB%
itself is a ';' delimited list
19 matches
Mail list logo