Gracias nuevamente Master, En esta oportunidad con los archivos go.bat y neuro32.hbp que me indicaste el compilado se ve mas extenso, incluso se crean los archivos .C en la carpeta temporal, los OBJ no se estan creando., luego del proceso, salen estos errores, me imagino que seran librerias que esta...
... To call those functions you can easily build a C wrapper in the same way as we do them in: fwh\source\winapi\tabctrl.c If you need some more help, please let me know it :-)
I've a program is still in 16bit Clipper/FW2.5. I try to use this function but it is not support function more than 10 Character. I found it in TABCTRL.C. How can I use it? I try to change the function in my program to TABCTRL_HI() but it shows error "unresolved external". #ifdef __HARBOUR__ CLIPPER ...
Dear Antonio, I found it in TABCTRL.C. How can I use it? I try to change the function in my program to TABCTRL_HI() but it shows error "unresolved external". #ifdef __HARBOUR__ CLIPPER TABCTRL_HITTEST( PARAMS ) // ( hWnd ) ...
I try to use Tabctrl_hittest( ::hWnd ) in FW16bit but it show unknow function Tabctrl_hi(). Is it support 16bit? If it supports, How can I use it with more than 10 char function?
Si usamos TabCtrl_GetItemRect() y tomamos su altura y lo multiplicamos por el número de filas de pestañas, posiblemente obtengamos un valor próximo al buscado.
To everybody who is following this thread - I have solved the problem with a simple fix. The modified tabctrl.c is no longer needed, and only one line of code needs to be added to folder.prg. To have very nice multiline folders from resources: 1. Add TCS_MULTILINE to the ...
To everybody who is following this thread - I have solved the problem with a simple fix. The modified tabctrl.c is no longer needed, and only one line of code needs to be added to folder.prg. To have very nice multiline folders from resources: 1. Add TCS_MULTILINE to the Style ...
Antonio - I sent an e-mail to you with a zip file (multfld.zip) attached that contained folder.prg (tfolder modified), tabctrl.c modified, foldonly.prg, and foldonly.rc. I wasn't sure how to upload it to this forum.