Search found 39 matches: detecting

Return to advanced search

libraries for CURL

Hi.

I want to collect an example of Twitter.prg (for Harbour). Attached 2 libraries hbcurl.lib and libcurl.ltb Specified #include "hbcurl.ch" However, when compiling, I get errors detecting built-in CURL functions. What's the problem ?
by Natter
Sun Jan 24, 2021 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libraries for CURL
Replies: 6
Views: 851

Re: Are there any Treeview samples with associated edit boxes?

D.

missing bitmaps added into pim.zip

We are focused on functionality and bugs detecting and solving. We can rename it later on
by Antonio Linares
Mon Nov 30, 2020 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4835

Conferencia internacional de Harbour+FWH - Sesiones

... that automatically recognize touch gestures and their behavior. - Extending touch functionality by the programmer using the functions provided. - Detecting form-factor: PC or tablet - Recognition of Tablet mode and Desktop mode switching. Programming considerations - Recognition of Portait/Landscape ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1103

Re: 1st FWH + [x]Harbour 2017 international conference

... that automatically recognize touch gestures and their behavior. - Extending touch functionality by the programmer using the functions provided. - Detecting form-factor: PC or tablet - Recognition of Tablet mode and Desktop mode switching. Programming considerations - Recognition of Portait/Landscape ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265575

Re: What about FWH 13.10 and 13.11?

... that if Antonio does better perform updates every 1 to 2 months, we should not matter to us, it is our choice to use them or not. In a way we are detecting bugs, and I'm not going to ask Antonio more than I ask Windows.
by FiveWiDi
Tue Dec 17, 2013 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What about FWH 13.10 and 13.11?
Replies: 25
Views: 6092

Re: Reliable OS version detecting

Have you tried the function?
Code: Select all  Expand view

? "Version S.O.: "+ Os()
 
by cnavarro
Sun Dec 15, 2013 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reliable OS version detecting
Replies: 3
Views: 850

Re: Reliable OS version detecting

Yes, I was thinking about that but cannot confirm the reliability of the numbers yielded in VER command. In any case, I solved the problem in different way. After I confirm the OS, I have a small file on some folder if the OS is 2012, which I check and according to that, decide to use the library or...
by codemaker
Sun Dec 15, 2013 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reliable OS version detecting
Replies: 3
Views: 850

Re: Reliable OS version detecting

I don´t know if its available under Windows Server 2012 but most Windows version I ran had the ver command that returns the current version. It can be redirected to file and easily treated.
by ADutheil
Fri Dec 13, 2013 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reliable OS version detecting
Replies: 3
Views: 850

Reliable OS version detecting

I need to precise detect the OS on which my app is running. The reason is complicated but basically I have a DLL which creates and manages the PDF files. This DLL works perfect on all Windows OS, except on Windows Server 2012 (Don't know about future Windows versions) Works on all versions from XP t...
by codemaker
Fri Dec 13, 2013 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reliable OS version detecting
Replies: 3
Views: 850

Re: Sending e-mail with CDO and SSL

... closing transmission channel [0:00:00.000] Disconnected. .................... I have also just spent a couple of hours trying to find more info on detecting specific CDO errors, but without any success. I did stumble upon using xbrowse( oErrorMsg ) to see all the properties of the error object, ...
by James Bott
Thu Apr 04, 2013 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending e-mail with CDO and SSL
Replies: 24
Views: 9570

Detecting the button-pos on action from a btn-list (array)

Hello, I created a Buttonlist inside a DO WHILE from a DBF. The buttons are painted with defined size and prompts without any problem. Now I need the button-number/position of a selected button-action from the buttonlist ( array ). nAreas := 0DO WHILE (1)->IMAGE = cWImage .and. !EOF(&...
by ukoenig
Tue Apr 02, 2013 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Detecting the button-pos on action from a btn-list (array)
Replies: 1
Views: 511

Re: Get table stucture of MySQL and ADO

... mean that field dont allow NULLS i use: IF nType >= 256   nType  := nType - 256   lNulls := .f.  ELSE   nType  := nType   lNulls := .t.ENDIF  Detecting decimals IF nType =  5   nDec  := nLength - (INT(nLen/256)*256)   nLen  := INT(nLength/256)ENDIF 
by avista
Mon Oct 29, 2012 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get table stucture of MySQL and ADO
Replies: 16
Views: 2950

Re: Mutex class

Horizon,
I don't know the use of the class, but for my use, the function I placed above is enough.

Maybe the class has a function other than just detecting the App Running, I hope users of the class can lighten us up...
by Bayron
Sat Dec 25, 2010 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mutex class
Replies: 6
Views: 1180

Bug in TTray.prg

... in the list of opened programs (ALT+TAB) while nothing happens if you select it. Also, this makes "screen readers" used by blind persons detecting an empty window (and the program is no more accessible for them) Hi, Davide
by Davide
Mon Oct 12, 2009 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TTray.prg
Replies: 1
Views: 425
Next

Return to advanced search