[Harbour] Win 7 64-bit "hello world" simple compile error

2010-01-23 Thread smu johnson
x27;d be happy to put them in there too. If someone wants to go the extra mile and participate with me through email and answer all the questions or any simple ones I come up with in hopes to improve the documentation as quick as possible, I'd be very

Re: [Harbour] Win 7 64-bit "hello world" simple compile error

2010-01-24 Thread smu johnson
t to create x64 binaries. > Instruction are vague because no one has time to update > the link every week, plus lately there is both x64 and > x86 native binaries as option (both can be used with > Harbour). MinGW64 is still is development phase and > hopefully they'll make it more obvious what to download > to use it.

Re: [Harbour] Win 7 64-bit "hello world" simple compile error

2010-01-24 Thread smu johnson
t why hbmk2 chooses an external GCC compiler on your > system. > > Brgds, > Viktor > > _______ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listi

[Harbour] SIxDriver problem with sx_keyadd

2010-01-28 Thread smu johnson
handy, and the same thing occured. Many thanks in advance. :) -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] -z switch seems to be overly anti-lazy

2010-01-28 Thread smu johnson
n Harbour. Thank you for your time. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] SIxDriver problem with sx_keyadd

2010-01-28 Thread smu johnson
Or are there other pitfalls I should look out for. Thanks for your quick answer! 2010/1/28 Przemysław Czerpak > On Thu, 28 Jan 2010, smu johnson wrote: > > Hi, > > > I heard that Przemek is the guru to ask about SixCDX questions from > Viktor. > > Well I think I have

Re: [Harbour] -z switch seems to be overly anti-lazy

2010-01-28 Thread smu johnson
s behaving differently on these .or. lines. Thanks again for reading!!! I have read your informative reply, and will test what you said out for myself to try to figure out what is going on. 2010/1/28 Przemysław Czerpak > On Thu, 28 Jan 2010, smu johnson wrote: > > Hi! > > > I not

Re: [Harbour] SIxDriver problem with sx_keyadd

2010-01-28 Thread smu johnson
to make it more compatible. This way anyone > > can use it for initial port without modifying code, then can > > clean in a separate step and switch to hack-free DBFCDX. > > OK, I'll make such modifications soon. > > best regards, > Przemek > _____

Re: [Harbour] -z switch seems to be overly anti-lazy

2010-01-28 Thread smu johnson
l my boss comes to work... another sleepless night. 2010/1/28 Przemysław Czerpak > On Thu, 28 Jan 2010, smu johnson wrote: > > Hi! > > > I noticed the -z switch allows to stop using shortcuts for .and. and .or. > > Clipper conditions. > > Without -z, if I do: > &

Re: [Harbour] SIxDriver problem with sx_keyadd

2010-01-28 Thread smu johnson
ctly? (I just want to double check) Thank you!!! By the way, you really know your stuff about Clipper! 2010/1/28 Przemysław Czerpak > On Thu, 28 Jan 2010, smu johnson wrote: > > Hi, > > > I appreciate the answer. I don't like hacks either, as I have found some > >

[Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
E .NOT. EMPTY (cFile) ? cFile, FILEATTR() cFile := FILESEEK() ENDDO return // end Have I found a bug? :3 -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Possible bug: KSETNUM (hbct)

2010-01-30 Thread smu johnson
Clipper tools possible bug, KSETNUM. The syntax says: KSETNUM ([]) -> lOldSwitch But what really happens, is that ? KSETNUM(.T.) prints whether or not NUMLOCK is on or not, using .T. / .F.. It doesn't actually change Numlock, as the SYNOPSIS says it does. -- smu

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
), etc. > > Many time these are documented in ChangeLog. > > Brgds, > Viktor > > On 2010 Jan 30, at 10:19, smu johnson wrote: > > > It appears the FILEATTR() function doesn't work. > > > > According to http://www.ousob.com/ng/tools1-3/ng935ab.php ,

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
documented. Please give me a hint, if any. If there isn't one to do this, can you suggest a safe way for me to program it, without me having to worry that in any new versions of Harbour, my code might break due to your bugfixes? Thank you for everything 2010/1/30 Przemysław Czerpak

Re: [Harbour] hbct FILEATTR() function not working.

2010-01-30 Thread smu johnson
> http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Przemek Q: SIX "FOR" clause Clipper/Harbour difference

2010-02-02 Thread smu johnson
unction, the system crashes because the FOR in the index has variables out of scope. I can rewrite these but I will probably have to use Private variables and non-Static functions. Many thanks in advance -- smu johnson ___ Harbour mailing list (attach

Re: [Harbour] -z switch seems to be overly anti-lazy

2010-02-02 Thread smu johnson
at 3:42 AM, smu johnson wrote: > Thanks for the reply. > > As far as I can tell, I have found a difference in Clipper and Harbour in > terms of these evaluations. But as I said earlier, I could be completely > mistaken. I have done a lot of little tests to check the -z flag but >

[Harbour] Alert() / print buffer Clipper -> Harbour difference

2010-02-02 Thread smu johnson
reading. What can I do? -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] -z switch seems to be overly anti-lazy

2010-02-03 Thread smu johnson
:) we can figure it out. Thanks for replying ! 2010/2/3 Przemysław Czerpak > On Tue, 02 Feb 2010, smu johnson wrote: > > Hi, > > > I have the test which has been proven with our Clipper 5.2e running on > DOS > > of a difference in Harbour below is an explana

Re: [Harbour] Re: Alert() / print buffer Clipper -> Harbour difference

2010-02-03 Thread smu johnson
Thanks Angel !!! On Tue, Feb 2, 2010 at 7:32 PM, Angel Pais wrote: > El 03/02/2010 1:22, smu johnson escribió: > >> Hi, >> >> I found a problem that is very noticeable when using the ALERT() func. >> If your MS Windows buffer size setting ( >&g

Re: [Harbour] Przemek Q: SIX "FOR" clause Clipper/Harbour difference

2010-02-03 Thread smu johnson
Thanks Przemek. Could you post back here when I should get the SVN etc? Thank you for your hard work 2010/2/3 Przemysław Czerpak > On Tue, 02 Feb 2010, smu johnson wrote: > > Hi, > > > When a table's index file is re-opened (it was previously created), does > it &g

Re: [Harbour] -z switch seems to be overly anti-lazy

2010-02-03 Thread smu johnson
{||devout("hello"), .f.} ) .or. .t. read ? "test complete...press enter to do it again" wait enddo RETURN // Thanks Przemek 2010/2/3 Przemysław Czerpak > On Wed, 03 Feb 2010, smu johnson wrote: > > Hi, > > > I will try to take a video of t

Re: [Harbour] Przemek Q: SIX "FOR" clause Clipper/Harbour difference

2010-02-03 Thread smu johnson
date untouched. // HB_FSETDATETIME will timestamp the only other field, so next line keeps original DATE LOCAL dDateOriginal := FILEDATE(sFilename) RETURN HB_FSETDATETIME(sFilename, dDateOriginal, sTime) 2010/2/3 Przemysław Czerpak > On Wed, 03 Feb 2010, smu johnson wrote: > > Hi, > > &

[Harbour] Harbour / Clipper Incompatibility Issue: 10 char variables with SAVE and REST w/ proof of concept

2010-02-03 Thread smu johnson
riable and field referenced to 10 chars long (and maybe function names?) -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY() uppercase w/ proof of concept

2010-02-03 Thread smu johnson
HARBOUR (02/03/2010 01:18 PM 5 test.txt) C:\hbm>hello - __ CLIPPER (02/03/2010 01:15p 11 test.txt) C:\ver8\PRGS>hello.exe TEST.TXT */ -- smu johnson ___ Harbour mailing list (

[Harbour] Harbour / Clipper Incompatibility Issue: SETPOS() return val

2010-02-03 Thread smu johnson
Hi, In Clipper, ? SETPOS(10,4) returns 10. In Harbour, it returns NIL -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Harbour / Clipper Incompatibility Issue: CURDIR()

2010-02-03 Thread smu johnson
Hi! In Clipper, CURDIR() returns the absolute path, including the drive letter. In Harbour, it does the same, but omits the drive letter and colon. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http

[Harbour] Harbour / Clipper Incompatibility Issue: ACHOICE() w/ p.o.c

2010-02-03 Thread smu johnson
--- func main() Priv pFNames:={}// privates needed by achoice's function AChoice(1,0,10,20,pFNames,,"achoicef",1,1) return nil Func achoicef(nMode,nItem) ? pFNames[nItem] wait return -- smu johnson ___ Harbour mail

Re: [Harbour] Harbour / Clipper Incompatibility Issue: 10 char variables with SAVE and REST w/ proof of concept

2010-02-03 Thread smu johnson
gt; Brgds, > Viktor > > ___________ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour / Clipper Incompatibility Issue: 10 char variables with SAVE and REST w/ proof of concept

2010-02-03 Thread smu johnson
a limitation of the > .mem file format. It's not possible to solve it without > breaking CA-Cl*pper compatibility. > > Brgds, > Viktor > > _______ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/l

[Harbour] Harbour / Clipper Incompatibility Issue: SET() w/ p.o.c.

2010-02-03 Thread smu johnson
FUNC MAIN() ? set(24) // Clipper is "", Harbour is LPT1 set printer to ("junk.txt") ? set(24) // junk.txt set printer to ? set(24) // s/b "", but set to LPT1 again RETURN -- smu johnson ___ Harbour maili

Re: [Harbour] Harbour / Clipper Incompatibility Issue: CURDIR()

2010-02-03 Thread smu johnson
mat, in sync with C5x > documentation. (C5.2e under Win98) > > Brgds, > Viktor > > On 2010 Feb 3, at 22:52, smu johnson wrote: > > > Hi! > > > > In Clipper, CURDIR() returns the absolute path, including the drive > letter. In Harbour, it does the same, bu

Re: [Harbour] Harbour / Clipper Incompatibility Issue: CURDIR()

2010-02-03 Thread smu johnson
_ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour / Clipper Incompatibility Issue: CURDIR()

2010-02-03 Thread smu johnson
) + hb_osPathSeparator() + > CurDir() > > Brgds, > Viktor > > On 2010 Feb 4, at 00:05, smu johnson wrote: > > > Is there a way an HB_CURDIR or HB_CWD could be implemented, to always > return the same val, based on it's own system lib thingies? > > > > >

Re: [Harbour] Harbour / Clipper Incompatibility Issue: CURDIR()

2010-02-03 Thread smu johnson
; Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour / Clipper Incompatibility Issue: SET() w/ p.o.c.

2010-02-03 Thread smu johnson
ter to ("junk.txt") > ? set(24) // junk.txt > > set printer to > ? set(24) // s/b "", but set to LPT1 again > > // set printer to LPT4 > // set printer to > set printer on > ? "Printed on default printer." > > > RETUR

Re: [Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY() uppercase w/ proof of concept

2010-02-04 Thread smu johnson
s on my cute laptop which runs WinXP 32-bit. I am curious to try.. I will do it in a few hours. Thanks! 2010/2/4 Przemysław Czerpak > On Wed, 03 Feb 2010, smu johnson wrote: > > Hi, > > > Filenames are not converted to uppercase by Harbour functions such as > > Directory()

Re: [Harbour] Harbour / Clipper Incompatibility Issue: SETPOS() return val

2010-02-04 Thread smu johnson
Description > >> > >>SETPOS() is an environment function that moves the cursor to a new > >>position on the screen. After the cursor is positioned, ROW() and > COL() > >>are updated accordingly. To control the shape and visibility of the > >> c

Re: [Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY() uppercase w/ proof of concept

2010-02-04 Thread smu johnson
Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Harbour / Clipper Incompatibility Issue: DIRECTORY() uppercase w/ proof of concept

2010-02-04 Thread smu johnson
It is okay, it is not an issue. But I did learn a bit about how DOS emulation works... from you and Viktor. We intend to just compile for Win32 and no DOS16 stuff.. so we shouldn't have to worry I don't think. By the way 2010/2/4 Przemysław Czerpak > On Thu, 04 Feb 2010, smu

Re: [Harbour] Harbour / Clipper Incompatibility Issue: ACHOICE() w/ p.o.c

2010-02-04 Thread smu johnson
row() to where it was when achoice() started. In Clipper it leaves the Row() at wherever achoice() happened to moved it... causing cursor position disasters in the console-based program. Thank you again 2010/2/4 Przemysław Czerpak > On Wed, 03 Feb 2010, smu johnson wrote: > > Hi, >

Re: [Harbour] -z switch seems to be overly anti-lazy

2010-02-04 Thread smu johnson
Many thank yous to you, Przemek!!! 2010/2/4 Przemysław Czerpak > On Wed, 03 Feb 2010, smu johnson wrote: > > Hi, > > > I have the code here that I have tested on both Clipper 5.2e and Harbour. > > This is the first time I have seen with my own eyes what I was being to

[Harbour] Przemek: .DBT and .FPT file confusion

2010-02-04 Thread smu johnson
ou, 'o SIX3 database guru. :) -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Przemek: .DBT and .FPT file confusion

2010-02-04 Thread smu johnson
these commands will magically work with our SIXCDX files. Hopefully this doesn't sound like a stupid question. -_- 2010/2/4 Przemysław Czerpak > On Thu, 04 Feb 2010, smu johnson wrote: > > Hi, > > > 1) We're having a problem with our Harbour compiles not understanding

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

2010-02-05 Thread smu johnson
. > _______ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] OFF: PDF417 barcode

2010-02-05 Thread smu johnson
size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
Any thoughts? I tried looking in the dbinfo.ch file but didn't seem to find anything relevant. Thank you -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailma

[Harbour] HB_SETENV-like function, for HB_RUN child processes?

2010-02-05 Thread smu johnson
: If anyone is curious, we are trying to change the PROMPT= when our main .PRG file calls "cmd.exe" to shell out in Windows to display anything we want, making it obvious to users that they are currently in a SHELL. -- smu johnson ___ Harbour

Re: [Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
uge mistake... Hence I decided to ask the walking encyclopedia of Six3 knowledge. :) Let me know how I can best help you, if this isn't enough information. 2010/2/5 Przemysław Czerpak > On Fri, 05 Feb 2010, smu johnson wrote: > > Hi, > > > With Harbour, I am having to t

Re: [Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
aving to do, we are finding a lot of our .PRGs need to be changed. If this now makes sense, could you recommend some steps for us to take? 2010/2/5 Przemysław Czerpak > On Fri, 05 Feb 2010, smu johnson wrote: > > Hi, > > > Well in the Clipper 5.2e w/ Six3 to Harbour mig

Re: [Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-05 Thread smu johnson
Thanks Przemek, this is also what my senior thought. 2010/2/5 Przemysław Czerpak > On Fri, 05 Feb 2010, smu johnson wrote: > > Hi, > > > Difference 1) ordsetfocus() if it cannot find a key you are looking > for.. > > for instance if you run (with a typo) the ordsetf

Re: [Harbour] bug: ACHOICE()

2010-02-06 Thread smu johnson
0KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] bug: ACHOICE()

2010-02-06 Thread smu johnson
10 at 7:30 AM, Viktor Szakáts wrote: > Hi, > > I didn't miss them, but what I reported look like new > errors after recent patches. > > Just run ac_test.prg, press , then -> RTE. > > It was okay in 2.0.0, but it's not okay in current trunk. > > Brgds, &g

Re: [Harbour] bug: ACHOICE()

2010-02-06 Thread smu johnson
est.prg, press , then -> RTE. > > > > It was okay in 2.0.0, but it's not okay in current trunk. > > > > Brgds, > > Viktor > > > > On 2010 Feb 6, at 16:22, smu johnson wrote: > > > > > Hi Viktor, see: > > > > > > >

[Harbour] GETREADER() oGet:postBlock / oGet type functions and blocks in Clipper 5.3 / Harbour?

2010-02-08 Thread smu johnson
IT 159 ENDIF 160 ENDDO 161 162 // De-activate the GET 163 oGet:killFocus() 164 165ENDIF 166 167RETURN 168 -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-pro

[Harbour] oGet problems solved... because Harbour was Warning me for no reason!

2010-02-08 Thread smu johnson
.,SetPrice:=SpecialPrice,.t.}),.t.) As soon as I take out the "Meaningless" val, the warning stops when compiling, but our .PRG hangs when the getReader() function is called and breaks. Maybe this could be considered a bug in Harbour, where it is warning me for no reason? -- smu johnson

Re: [Harbour] oGet problems solved... because Harbour was Warning me for no reason!

2010-02-08 Thread smu johnson
you need to code it differently to avoid it. Or, > just turn off warnings, if that's not an option. > > From personal experience it's sometimes difficult to > see why compiler warns, but so far it was right on all > cases. > > Brgds, > Viktor > > On 2010 Feb 8, a

[Harbour] KSETINS() bug, making MEMOEDIT life difficult

2010-02-12 Thread smu johnson
it could use a definite rewrite. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] KSETINS() bug, making MEMOEDIT life difficult

2010-02-12 Thread smu johnson
o convert input > to uppercase on app level. > > Brgds, > Viktor > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu

Re: [Harbour] KSETINS() bug, making MEMOEDIT life difficult

2010-02-12 Thread smu johnson
ect.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] KSETINS() bug, making MEMOEDIT life difficult

2010-02-12 Thread smu johnson
:) On Fri, Feb 12, 2010 at 3:26 PM, Viktor Szakáts wrote: > On 2010 Feb 13, at 00:14, smu johnson wrote: > > > Thanks for the hints. My stuff is closer to working! > > > > Another inconsistency I found in MEMOEDIT is the CTRL-END key. In > Harbour, it escapes out. In

Re: [Harbour] KSETINS() bug, making MEMOEDIT life difficult

2010-02-12 Thread smu johnson
For me I do not get Ctrl+End as being the same as CTRL-W. ? INKEY(0) /* CTRL-END 415 CTRL-W 23 */ On Fri, Feb 12, 2010 at 3:26 PM, Viktor Szakáts wrote: > On 2010 Feb 13, at 00:14, smu johnson wrote: > > > Thanks for the hints. My stuff is closer to working! > > > >

Re: [Harbour] KSETINS() bug, making MEMOEDIT life difficult

2010-02-12 Thread smu johnson
r, or > some other local solution. > > Brgds, > Viktor > > On 2010 Feb 13, at 00:39, smu johnson wrote: > > > For me I do not get Ctrl+End as being the same as CTRL-W. > > > > ? INKEY(0) > > > > /* > > CTRL-END 415 > > CTRL-W 23 > > *

Re: [Harbour] win - making UNICODE the default

2010-02-15 Thread smu johnson
_ > > > Harbour mailing list (attachment size limit: 40KB) > > > Harbour@harbour-project.org > > > http://lists.harbour-project.org/mailman/listinfo/harbour > > > > > > > > > > > -- > > Massimo Belgrano > > Wang Ti information CO.

Re: [Harbour] win - making UNICODE the default

2010-02-15 Thread smu johnson
Then I'm + in favour! I'm all for UNICODE finally becoming the default for things world-wide. 2010/2/15 Viktor Szakáts > Hi Smu, > > On 2010 Feb 15, at 21:20, smu johnson wrote: > > > Viktor, > > > > Does this mean that all the Extended Ascii chars from

[Harbour] Crash in rev 13881

2010-02-15 Thread smu johnson
Called from CHECKSYS(280) in CHECKSYS.PRG Called from BM(423) in BM.PRG Called from MAIN(38) in main.PRG -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo

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

2010-02-15 Thread smu johnson
velopment site. > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Ha

Re: [Harbour] win - making UNICODE the default

2010-02-15 Thread smu johnson
rt non-UNICODE >anymore. > - non-UNICODE can be enabled for custom Harbour >builds anytime using build-time option: > HB_BUILD_UNICODE=no. > > Opinions? > > Brgds, > Viktor > > ___ > Ha

Re: [Harbour] win - making UNICODE the default

2010-02-15 Thread smu johnson
Ahh I feel kind of stupid. Having reread your original e-mail, it looks like simply the Harbour Project won't run on Win9x anymore, not the .EXE's that Harbour makes. On Mon, Feb 15, 2010 at 6:08 PM, smu johnson wrote: > Actually, that part where they won't run in Win9x anym

Re: [Harbour] Crash in rev 13881

2010-02-16 Thread smu johnson
worried! 2010/2/16 Przemysław Czerpak > On Mon, 15 Feb 2010, smu johnson wrote: > > Hi, > > > This is the first actual crash I can report. I am not quite sure what to > > do... May I could just wait patiently for a newer version? > > --- > > Called f

Re: [Harbour] win - making UNICODE the default

2010-02-16 Thread smu johnson
When you say "won't run on Win9x" do you mean harbour.exe and tools, or do you mean .EXE's generated with Harbour? On Tue, Feb 16, 2010 at 12:08 AM, Viktor Szakáts wrote: > Hi, > > On 2010 Feb 16, at 03:08, smu johnson wrote: > > > Actually, that part whe

Re: [Harbour] win - making UNICODE the default

2010-02-16 Thread smu johnson
iling list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Crash in rev 13881

2010-02-16 Thread smu johnson
It is hard to find a decent ramdisk piece of software for windows these days... :( I appreciate the reply though. No more ramdisk stuff for me. 2010/2/16 Przemysław Czerpak > On Tue, 16 Feb 2010, smu johnson wrote: > > Hi, > > > I would have replied to this thread earlier

Re: [Harbour] win - making UNICODE the default

2010-02-16 Thread smu johnson
ure edition. Thanks 2010/2/16 Przemysław Czerpak > On Tue, 16 Feb 2010, smu johnson wrote: > > Uh oh. Will the compile switch make it work with any version of Windows, > as > > it currently does? > > You will have to recompile core Harbour code with: > set HB_BUIL

Re: [Harbour] GCC distribution

2010-02-17 Thread smu johnson
bour qt project. > > Thanks for any Idea > > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- smu johnson _

[Harbour] Switch to detect undeclared vars being used

2010-02-19 Thread smu johnson
nically wrong. Just that we have a lot of code where the original author forgot to keep his var declarations clean, and write LOCAL i after the FUNC declaration. I tried looking through the switches that Harbour.exe provides... but I couldn't find anything relevant. Thank you. Any thought

Re: [Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-22 Thread smu johnson
and stuff, and I'm happy with it... but my senior has asked me to ask you in case it can be done, as he will probably do that to start off with so we don't get RTE errors, even if it is sloppy. Any thoughts? 2010/2/5 smu johnson > Thanks Przemek, this is also what my s

Re: [Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-22 Thread smu johnson
Oops.. i mean Viktor 2010/2/22 smu johnson > I agree with your opinion too. I'm a bit anally-retentive when it comes to > just fixing the root bugs in the first place. > > I am curious though... what kind of stuff would HB_CLP_STRICT do for me? > I grepped the src tree bu

Re: [Harbour] INDEX ON ... TAG "CaseSensitive" OF "CaseSensitive" [Harbour / Clipper difference]

2010-02-22 Thread smu johnson
ybe turning on HB_CLP_STRICT build-time option > could be a solution to your problem. But overall > I think you lose more than you gain. > > Better to fix the code. > > Brgds, > Viktor > > On 2010 Feb 22, at 21:21, smu johnson wrote: > > > Hi, > > > >

[Harbour] PICTURE() incompat

2010-02-26 Thread smu johnson
ign a lowercase value. We have 120 occurrences of picture "Y" and I will have to change them all to picture "@!Y" Should I go ahead with the changes, or is this is a valid incompatibility report? Thank you -- smu johnson ___ Harbour

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

2010-02-26 Thread smu johnson
_ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] For Przemek: SIXCDX difference found with examples

2010-02-26 Thread smu johnson
read here: http://209.97.219.2/sjohnson/misc/sixcdx-incompat.zip PS: The source file has the code for Harbour to select SIX type drivers, and wasn't present when compiling the cl52e version, for obvious reasons. Thanks !!! -- smu johnson ___ Ha

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread smu johnson
> > Harbour mailing list (attachment size limit: 40KB) > > Harbour@harbour-project.org > > http://lists.harbour-project.org/mailman/listinfo/harbour > > > > > > > > -- > Massimo Belgrano > ___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread smu johnson
I should also note that I got Harbour dev to compile in windows, just that I can't get it to compile my .PRGs On Fri, Feb 26, 2010 at 4:47 PM, smu johnson wrote: > I also am getting this. > > ..\latest\.hbmk\win\mingw\1BMMENU.o:1BMMENU.c:(.data+0x818): undefined > reference to

Re: [Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-26 Thread smu johnson
; > On Sat, Feb 27, 2010 at 1:50 AM, smu johnson wrote: > >> I should also note that I got Harbour dev to compile in windows, just that >> I can't get it to compile my .PRGs >> >> >> On Fri, Feb 26, 2010 at 4:47 PM, smu johnson wrote: >> >>&g

[Harbour] Can HB_RUN fork?

2010-02-26 Thread smu johnson
I am very curious if something can be done. Thank you -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Trap / run routine when MS Windows red X box closed?

2010-02-28 Thread smu johnson
ns if it's clicked via some sort of API call that Windows might provide to Harbour. Like, if someone clicked the X box it might call a func that exits cleanly instead of instantly. Any tips welcome. thanks! -- smu johnson ___ Harbour mailing l

Re: [Harbour] For Przemek: SIXCDX difference found with examples

2010-02-28 Thread smu johnson
Przemek, As always... many thanks, 'O Six driver database guru. I will keep an eye out for a druzus commit. Keep up the great work! 2010/2/28 Przemysław Czerpak > On Fri, 26 Feb 2010, smu johnson wrote: > > Hi, > > > With a Roll-your-own index open, when you use

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-02-28 Thread smu johnson
What is a GT? Forgive the stupid question... :( On Sun, Feb 28, 2010 at 5:27 PM, Pritpal Bedi wrote: > > > smu johnson wrote: > > > > I was wondering that since it's impossible for everyone to not keep > > clicking > > it, that some sort of Harbour func

[Harbour] bug/issue: slow pasting on uppercase letters

2010-03-01 Thread smu johnson
. It didn't take much to test this out for myself, but if no one else can see what I'm talking about, I will record a small youtube video of it maybe. My paste test string: FESFJSEFKJESFKJSFNEjqelmkdewlkESFJSEFKJESFKJSFNEESFJSEFKJESFKJSFNE Thanks -- s

[Harbour] Way for a harbour .exe to delete itself?

2010-03-01 Thread smu johnson
self? Any hints greatly appreciated. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread smu johnson
Hi, On Sun, Feb 28, 2010 at 6:12 PM, Pritpal Bedi wrote: > > Show on this list how you build your appln ? > > ..\harbour-dev\bin\hbmk2 -strip -ustd.ch -kc -lhbct -lhbtpathy -lhbnf -inc -o..\latest\bmd.exe bm.hbp (bm.hbp simply contains a giant list of all the .PRG files) Is this enough info for

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-01 Thread smu johnson
Well... what can I do to make it supported? Will I have to change my entire code if I switch away from GTWIN? I am not quite sure how to use those other features you mentioned earlier :( Please give me a hint. :) Thank you! On Mon, Mar 1, 2010 at 6:17 PM, Pritpal Bedi wrote: > >

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-02 Thread smu johnson
__ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Trap / run routine when MS Windows red X box closed?

2010-03-02 Thread smu johnson
r@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-02 Thread smu johnson
twork .dbf work might have run into this at some point in their lives. Thank you for reading. -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-02 Thread smu johnson
___ > Harbour mailing list (attachment size limit: 40KB) > Harbour@harbour-project.org > http://lists.harbour-project.org/mailman/listinfo/harbour > -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-projec

[Harbour] New Windows unicode support "for dummies" thread

2010-03-02 Thread smu johnson
le file, unicows.dll in the path where the generated .exe's are put and executed from, everything will magically work for Win9x => Windows 7 64-bit type OS's? -- smu johnson ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] New Windows unicode support "for dummies" thread

2010-03-03 Thread smu johnson
f > course there are several general descriptions about > it on MS website and other places. > > It doesn't currently work reliably with Harbour though. > > Brgds, > Viktor > > ___ > Harbour m

Re: [Harbour] Re: Microsoft's SMB2 in Vista and above crippling your network apps?

2010-03-03 Thread smu johnson
RDBMS like LETO or ADS. For me to just "get this working" would probably involve me grepping the Harbour source for about 1-2 hours. If there is something obvious I'm missing, I'm very willing to hear it. Thanks for posting! 2010/3/3 Przemysław Czerpak > On Tue, 02 Mar

  1   2   >