The BRWTOOLS.exe is created with your new update ( still without RC ).
There was no problem.
I still have to include the RC-file.
I added the RC-file with you changes, still the same :
( i included the BMP again. It is the complete RC-file for download )
http://www.pflegeplus.com/fw_downloads/brwtools.rc
The EXE-file without resource : http://www.pflegeplus.com/DOWNLOADS/BRWtoolsMinGW2.zip
The loading-time is very fast.
( Because of the missing RC, you cannot open the main-dialog )
I think it is a good test-object
( round about 6000 lines of source )
I noticed the black DOS-box as well, after closing the application.
I think the problem is the RC-syntax
I tested a single dialog
The first CTEXT included < SS_CENTER > as well like the second one >
There was a error in the first CTEXT.
I deleted < SS_CENTER > the first line was ok and the error in the next CTEXT
- Code: Select all Expand view
// A look at WINAPI.ch => SS_CENTER i couldn't find
#define SS_BLACKRECT 4
#define SS_WHITERECT 6
#define SS_WHITEFRAME 9
#define SS_LEFT 0
#define SS_SIMPLE 11 // 0x0B
CTEXT "0.01", 520, 282, 34, 19, 11, WS_BORDER | WS_GROUP | WS_TABSTOP
CTEXT "1.00", 530, 282, 121, 19, 11, SS_CENTER | WS_BORDER | WS_GROUP | WS_TABSTOP
Regards
Uwe