Search found 267 matches: connecting

Return to advanced search

Re: Connecting to a BLE device

many thanks Marc, yes, it seems fine :-)
by Antonio Linares
Wed Feb 28, 2024 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Re: Connecting to a BLE device

https://stackoverflow.com/questions/19436462/loadlibrarybthprops-dll-fails-file-not-found

It seems as we have to locate bthprops.cpl and then copy it as bthprops.dll, but this does not work...

where to find bthprops.dll... ?
by Antonio Linares
Wed Feb 28, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Re: Connecting to a BLE device

Dear Jeff, Wishing you are feeling better now. This version properly builds using updated xHarbour bins and BCC 7.70 (you need an updated FWH version): ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 23.10 - Oct. 2023 Harbour development power │▄...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Re: Connecting to a BLE device

Sorry Antonio, Threw out my back and have been unable to test until now. It would not compile. See below: ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 16.10 - Oct. 2016 xHarbour development power │▄ │ (c) FiveTech 1993-2016 for Microsoft Windo...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Re: Connecting to a BLE device

Dear Jeff, Please build and run this test and let me know what you get: #include "FiveWin.ch"function Main()   Test()return nil#pragma BEGINDUMP#include <stdio.h>#include <stdlib.h>#include <wchar.h>#include <windows.h>#include <Bluetoot...
by Antonio Linares
Wed Feb 14, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Re: Connecting to a BLE device

Do I need a certain version of FiveWin for this ?
by Jeff Barnes
Wed Feb 14, 2024 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Re: Connecting to a BLE device

Dear Jeff, This may help you: #include <stdio.h>#include <stdlib.h>#include <wchar.h>#include <windows.h>#include <bluetoothleapis.h>// Link with 'BluetoothApis.lib'int main() {    BLUETOOTH_DEVICE_INFO deviceInfo;    HANDLE hRadio = NULL;    BLUE...
by Antonio Linares
Tue Feb 13, 2024 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

Connecting to a BLE device

Hi All, I posted this question a few years ago but never got a workable solution so I'm trying again. Has anyone ever connected to a Bluetooth Low Energy device? If so, can you please send me some examples? I used to connect to Bluetooth using a serial connection but with BLE it's way different. Any...
by Jeff Barnes
Tue Feb 13, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 259

connecting SQL SERVER VIA ODBC PROLEM

Hello every body long time not connected due de program made by FW works fine, now we are made a change in the server and we have changed mysql by sql server and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist Security Info=True;User ID=XXXX...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 307

Re: Error BASE/1089 Argument error: ABS

#include "fivewin.ch" #include "dll.ch" Function Main MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet := TInternet():New()}) Return Compilado con Buildx.bat de la carpeta de ejemplos Application =========== ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 389

Error BASE/1089 Argument error: ABS

... => MSGRUN( 54 ) Called from: nuevo1.prg => MAIN( 6 ) Ejemplo #include "fivewin.ch" Function Main MsgRun( "Connecting to Internet...", "Please, wait",{ || oInternet := TInternet():New()}) Return
by CARLOS ATUNCAR
Fri Jan 26, 2024 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 389

Re: Consuta sobre MariaDB/MySql

Number of connections should not matter.
We personally know companies with hundreds of users simultaneously connecting and working with cloud servers.
No need at all to connect and disconnect every-time. This is definitely not an efficient way.
by nageswaragunupudi
Tue Jan 23, 2024 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 354

Re: Conectarse con mariaDB

... // Connect to MySQL if (mysql_real_connect(conn, host, user, password, database, 0, NULL, 0) == NULL) { fprintf(stderr, "Error connecting to MySQL: %s\n", mysql_error(conn)); mysql_close(conn); exit(EXIT_FAILURE); } // Execute a simple query if (mysql_query(conn, "SELECT ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 2059

Re: Lost connection to MySQL server during query

... or configured properly and what if you have a "cranky" Windows desktop that intermittently decides to fail ( perhaps in your situation ) connecting or staying connected to your server .. Using MS Access with .MDB is a great local database for smaller user apps .. and Ms Sql Server for ...
by Rick Lipkin
Fri Aug 04, 2023 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 11992
Next

Return to advanced search