Search found 9 matches

by lzanardo
Thu Aug 01, 2024 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Convert WCHAR_T IN STRING
Replies: 6
Views: 770

Re: Convert WCHAR_T IN STRING

nageswaragunupudi wrote:Please try if this works for you

Code: Select all | Expand

cAnsi := WIDETOANSI( cStr16 )
Thanks.

I resolved it another way, as it only requires a return from a DLL, to process the NETWORK
I did it by ini
Work around Programming
by lzanardo
Wed Jul 31, 2024 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Convert WCHAR_T IN STRING
Replies: 6
Views: 770

Re: Convert WCHAR_T IN STRING

nageswaragunupudi wrote:Very old version.
What European language do you use?

Yes Very old; I need it because I use SQLLIB, => MySQL
Do I need to update? Shopping Newer version?

PT language. 850

Att.

lZanardo
by lzanardo
Wed Jul 31, 2024 3:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Convert WCHAR_T IN STRING
Replies: 6
Views: 770

Re: Convert WCHAR_T IN STRING

nageswaragunupudi wrote:What is your version of FWH?

FWH 11.12
xHarbour 1.2.1 Rev. 6406
BCC55
by lzanardo
Wed Jul 31, 2024 2:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Convert WCHAR_T IN STRING
Replies: 6
Views: 770

Convert WCHAR_T IN STRING

Hello friends, I need help!!!
Has anyone managed to convert a WChar_t into a String?
Because I've tried everything and I can't do it, can you help me?
I don't have this UTF16toSTR8 routine!

Thanks.




Olá amigos,
estou necessitando de uma Ajuda!!!
alguem ja conseguiu converter um WChar_t em ...
by lzanardo
Thu May 23, 2024 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MQTT xHarbour
Replies: 7
Views: 1208

Re: MQTT xHarbour

#Include "WPRAMQTT.CH"

#DEFINE MQTTLIB "paho-mqtt3c.dll"
#DEFINE DLL_OSAPI 0x0020 // __stdcall
#DEFINE NULL Nil

Static nHandle
Static ConnLost , MsgArrvd, Delivered

Function WPRA101_MQTT()
Local nResult

if !file( MQTTLIB )
Vt_Aviso("Arquivo " + MQTTLIB + " não localizado...",.T.)
Return( Nil ...
by lzanardo
Tue May 21, 2024 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MQTT xHarbour
Replies: 7
Views: 1208

Re: MQTT xHarbour

by lzanardo
Mon May 20, 2024 9:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: MQTT xHarbour
Replies: 7
Views: 1208

MQTT xHarbour

Hello goodnight.

Is there any way to connect MQTT
because I already tried:
* hbamqp
* paho-mqtt3c.dll


exempl:

conn_opts := "{'M', 'Q', 'T', 'C'}, 8, 60, 1, 1, NULL, NULL, NULL, 30, 0, NULL,"
conn_opts += "0, NULL, 0, {NULL, 0, 0}, {0, NULL}, -1, 0, NULL, NULL, NULL"

DllCall( hHandle ...
by lzanardo
Tue Feb 13, 2024 1:31 pm
Forum: mod_harbour
Topic: Help. Password/MySQL
Replies: 1
Views: 1050

Help. Password/MySQL

good morning;

I'm starting on Mod_harbour.

I have some doubts? can you help me?

1. FWH[Encrypt/Decrypt] ? because I have an app. Desktop [FHW] I want to maintain compatibility
[Hb_decrypt / SX_Decrypt ] -> It is not compatible

2. Is there any [Rdd.] for MySQL or Samples, Query/[Fields] Read ...
by lzanardo
Tue Nov 21, 2023 12:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SQLRDD - Error Compilar
Replies: 1
Views: 390

SQLRDD - Error Compilar

Olá, ao tentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6
Usando Hbmake, esta dando o seguinte Erro:

Hola, al intentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6
Usando Hbmake: está dando el siguiente error:

C:\BCC76\BIN\ilink32 @makefile.lnk
Turbo Incremental Link 6.98 Copyright (c ...