Hello,
Here is the first xBrowse-Tool-version
compiled with the new MinGW
Download
http://www.pflegeplus.com/fw_download/B ... MinGW1.zip
During the testing, there a few things a noticed :
In file WINAPI.ch some lines have to be included
SS_CENTER 0
ES_AUTOVSCROLL 64
------------------------------
In resources, you cannot use something like :
Bricks BITMAP
{
'42 4D 66 01 00 00 00 00 00 00 76 00 00 00 28 00'
'00 00 1E 00 00 00 0F 00 00 00 01 00 04 00 00 00'
'00 00 F0 00 00 00 C4 0E 00 00 C4 0E 00 00 00 00'
'00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 80'
'00 00 00 80 80 00 80 00 00 00 80 00 80 00 80 80'
'00 00 80 80 80 00 C0 C0 C0 00 00 00 FF 00 00 FF'
}
you have to load the BMP's from disk like :
Colors BITMAP "colors.bmp"
-----------------------------------
In borland-workshop it is possible to use boxes and frames
I used them around the browsers.
You have to delete them, because otherwise there is a compile error.
I noticed : Borland saved a few times somethig like :
BRWDESIGN DIALOG -30, 26, 515, 333
with -30 there was a error and i had to change to 30
Borland ignores the wrong value.
That is for the moment, what i found out.
Regards
Uwe