Search found 264 matches: against

Return to advanced search

RDP and the cloud

... I'm starting this thread to separate this subject from another thread where Otto has been helping us learn the virtues of RDP. I have nothing against RDP. Actually, I should say, I love it. Furthermore, together with SQL managing some of the business logic on the server side vs the developer ...
by reinaldocrespo
Wed May 23, 2012 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDP and the cloud
Replies: 3
Views: 930

Re: Client Server options

... real client-server. RDP gives you... well just that, remote desktop. See, oranges and bicycles don't compare and don't need to be pinned one against the other. Again, you can't miss what you don't know. If the dark room feels comfortable to you, then stay there. Reinaldo.
by reinaldocrespo
Wed May 23, 2012 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 27073

64bit MingW libs?

Hi Antonio,

Have you managed to build them yet? I have successfully built my app against 32 bit. XCC compiler has a gpf in the linker, and msvc from c++ visual studio 10 is not cooperating yet :)

Thanks,
Alex
by AlexSchaft
Thu Apr 19, 2012 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64bit MingW libs?
Replies: 0
Views: 328

Re: DIRECTORY() Function not giving fresh information?

... changes. Changing ( delete / add files ) inside the File-browser, shows the result inside the Timer. I changed the original field < Year > against < Dir-size >. Download ( Exe, Prg and Images ) : http://www.pflegeplus.com/fw_download/testsize.zip 1. getting the size of all files : ...
by ukoenig
Fri Apr 13, 2012 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIRECTORY() Function not giving fresh information?
Replies: 6
Views: 2284

Re: Harbour 3 with mingw gcc, unresolved external _allshr

I just linked against 2011.05 and got the following unresolveds. I see _allshr is still there. /fwh.2011-05/lib/fivehcm.lib(objhcm/DRIVES.obj):.\source\function\:(.text+0xf1): undefined reference to `_allshr' /fwh.2011-05/lib/fivehcm.lib(objhcm/RICHEDIT.obj):.\source\internal\:(.text+0x30): ...
by AlexSchaft
Thu Apr 12, 2012 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3 with mingw gcc, unresolved external _allshr
Replies: 3
Views: 636

Re: TestTitl.prg Sample MDI

... ), nRGB( 255, 0, 255 ) ) changed : oImageList:AddMasked( TBitmap():Define( ,c_path + "\Images\Select.bmp", oWnd ), nRGB( 255, 0, 255 ) ) against : oImageList:AddMasked( TImage():Define( ,c_path + "\Images\Select.bmp", oWnd ) ) http://www.pflegeplus.com/pictures/toolbar9.jpg ...
by ukoenig
Fri Mar 02, 2012 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 12308

Re: Prototype missing?

... code. Additionally in Harbour functions corresponding to xHarbour functions: hb_retclenStatic(). hb_itemPutCLStatic() have additional protection against creating such strings and generate internal error when programmer tries to pass wrong strings without trailing '\0' character. It may exploit ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8567

Re: Windows 8 Metro style - A Class TMetro test

... because I am a Windows FanBoy, but I need tools, not toys... Even so, I will preffer to have FiveDroid first, because I can buy one for $150 US, against the same exact one with Windows for $650 US... The Ideal thing would be a Web based FiveWeb to have it working as a Web site, accessing MySql ...
by Bayron
Mon Sep 26, 2011 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 8 Metro style - A Class TMetro test
Replies: 64
Views: 28979

Setting a SQL filter to a number%

To All I am trying to set a sql filter to numeric expression against a numeric field and getting a run-time error as a character string .. Tell me what I am doing wrong : oRsProp:Filter := ""if oRsProp:eof    return(.f.)endifoRsProp:MoveFirst()oRsProp:Filter ...
by Rick Lipkin
Thu Sep 15, 2011 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setting a SQL filter to a number%
Replies: 3
Views: 728

Re: copy protection

... a "key". I give this key to the user and they enter it into a field in a config screen. I put code in my software to Verify this key against the reference number. If VerifyKey() returns "T" it is a valid install and the program runs. Otherwise the program stops. Here is ...
by MdaSolution
Sun Aug 21, 2011 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy protection
Replies: 24
Views: 5229

Re: bcc make problem

The only suggestion I can think of is recheck your make file against the sample in fwh\makes\bormake.zip and keep in mind the notice that's in there
test.rmk wrote:#important: Use Uppercase for filenames extensions, in the next two rules!
by hua
Thu Jun 16, 2011 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bcc make problem
Replies: 2
Views: 485

Re: xBrowse a column containing richedit

... and very fast way to parse text for anything. Again, please send me some sample richtext that does not work at your end and I will gladly test it against the function here. Best regards, Reinaldo.
by reinaldocrespo
Tue May 10, 2011 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse a column containing richedit
Replies: 16
Views: 4560

Re: documentation for hb_zip*

Hello nageswaragunupudi

Thanks.

if you compare the results against hb_zipfile and hb_compress function, the result is different.

if a file is compressed with hb_zipfile, pass it to Memory and try to unpack it with hb_uncompress, the result is nil.

Any idea how?

Greetings
by devtuxtla
Fri Apr 08, 2011 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: documentation for hb_zip*
Replies: 5
Views: 1154

Re: access to a supplier web site under program control

Tim,

>In the parts business there are two companies who "control the market".

This and your other reasons are why we have laws against monopolies. It is a shame that this is the situation.

Regards,
James
by James Bott
Thu Apr 07, 2011 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to a supplier web site under program control
Replies: 21
Views: 7919

Re: Usando el simulador del iPhone/iPad

... from: _some_function in somefile.o You will get this and similar errors when trying to link two different components which are themselves linked against different versions of libSystem. In this case, the application was linked against Base SDK Mac OS X 10.5 but the static library was linked against ...
by Antonio Linares
Thu Nov 11, 2010 5:29 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Usando el simulador del iPhone/iPad
Replies: 26
Views: 8789
PreviousNext

Return to advanced search