Someone pointed out a few errors that could cause a memory leak in fpimport1() in the .DLL. The function was previously declared as returning a char *. Also, I had left in the line:
hb_retc(stringoutptr);
from when I was playing around. So, here is cleaned up code for the .DLL that should not cause ...
Pesquisa resultou em 2 ocorrências
- 04 Ago 2015 13:03
- Fórum: [x]Harbour
- Tópico: Criar Dll (x)Harbour para utilização com Delphi/Lazarus
- Respostas: 36
- Exibições: 12513
- 03 Ago 2015 14:20
- Fórum: [x]Harbour
- Tópico: Criar Dll (x)Harbour para utilização com Delphi/Lazarus
- Respostas: 36
- Exibições: 12513
Criar Dll (x)Harbour para utilização com Delphi/Lazarus
Hi Everyone,
I have been agonizing over trying to convert a FoxPro .DLL to Harbour. Based on your posts here and elsewhere on the board I have been able to figure out how to do it! So, thank you all. I believe the problem that you were having updating a String field was because the .DLL was trying ...
I have been agonizing over trying to convert a FoxPro .DLL to Harbour. Based on your posts here and elsewhere on the board I have been able to figure out how to do it! So, thank you all. I believe the problem that you were having updating a String field was because the .DLL was trying ...