Search found 7 matches

by nnicanor
Wed Oct 30, 2024 5:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 2946

Re: Startup function

Hi

Use INIT PROCEDURE your_function() to execute before main

best
by nnicanor
Wed Sep 25, 2024 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 3975

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

More information it maybe help

To optimize the function and avoid unexpected crashes in Borland C 64-bit, you can take a methodical approach focusing on improving type safety, error handling, and ensuring compatibility with the 64-bit architecture. Here are specific optimizations you can apply ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 3975

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

Hi,

This can help

To resolve the issue you're encountering when running the code in Borland C 64-bit, which fails at the `hb_vmSend( 0 );` call, the problem likely arises from differences in memory handling and data types between 32-bit and 64-bit environments. Here are several approaches to ...
by nnicanor
Wed Sep 25, 2024 1:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 3975

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

Hi,

Error is not related with FWMARIA it is related with xharbour, my program uses TDolphin and closes unexpectly not only reading mysql data with those errors in evenlogs,

Abortada conexión 66 para db: 'wadmonbq' usuario: 'wadmon_admin' servidor: 'localhost' (Obtenido un error leyendo paquetes ...
by nnicanor
Tue Sep 24, 2024 9:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 3975

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

I have same problem with xharbour and bcc 64 blits, searching internet i found:

The code you provided uses pointer arithmetic, which can behave differently between 32-bit and 64-bit environments. This is especially relevant when you deal with data structures that involve pointers, as the size of ...
by nnicanor
Wed Aug 21, 2024 2:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Velocidad al grabar multiples registros en Mysql
Replies: 8
Views: 1924

Re: Velocidad al grabar multiples registros en Mysql

Hola,

Puedes armar la senctencia insert como script y usar Execute de tdolphin y te funciona de maravillas, si lo haces registro a registro se realiza un bloqueo a nivel de tabla por cada insert.

Slds,


Nicanor
by nnicanor
Wed Aug 21, 2024 2:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 45095

Re: Propuesta para que hagan un curso virtual FW

Buenos dias a todos,

Pienso que para la semana laboral es complicado el primer horario por lo que yo me apuntaria para los dias 13, 14 15.



Saludos,

Nicanor Martinez