I still have a problem while upgrading to the latest version of HB and FWH.
I am using Borland Resource Workshop.
The simple buttons are working. When I use a Graphical Borland button the program closes without any error.
Again I think it is someting simple I forgot.
Any idea.
Greetings.
Willy Hermans
Upgrading problem (again)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Willy,
Please check that you have this code in your app:
Please check that you have this code in your app:
Code: Select all
...
local hBorland := LoadLibrary( "BWCC32.DLL" )
BWCCRegister( GetResources() )
... (your app code)
FreeLibrary( hBorland )
return nil
DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL"
Folders does not work anymore
I have a working application now.
There are still some problems.
The screens with folders do'nt work anymore.
Only the content of the first folder is shown.
My syntax =
Is there something changed
Thanks
Willy Hermans
There are still some problems.
The screens with folders do'nt work anymore.
Only the content of the first folder is shown.
My syntax =
Code: Select all
Redefine Folder oFold1 id 135 of oDlg prompt "1", "2" Dialogs "SubFrm1" , "SubFrm2"
Thanks
Willy Hermans
Willy,
The problem is probably caused by your resources.
I had a similar problem a few months ago. In my resource file I had a rectangle arround the folder. In FW16 that was no problem. In FW for xHarbour, in fact the folder was behind the rectangle, so the folder was invisible.
Deleting the rectangle solved the problem.
Hope to have helped you.
The problem is probably caused by your resources.
I had a similar problem a few months ago. In my resource file I had a rectangle arround the folder. In FW16 that was no problem. In FW for xHarbour, in fact the folder was behind the rectangle, so the folder was invisible.
Deleting the rectangle solved the problem.
Hope to have helped you.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: