Subject Problems to run FB 1.5 embedded applications on 98SE and ME
Author Salvatore Besso
hello all,

sorry for the long post, but I have noticed that running FB 1.5 embedded
doesn't work at all under 98 SE and Millennium and gives an access
violation as soon as it is launched. FB embedded is used with an
application developed by me with Delphi 7. This application works just fine
under Windows XP Pro. I have collected the error logs on both operating
systems and here are the most significant parts:

Windows 98 SE:
--------------

Exception:
---------------------------------------------------
2.1 Date : Mon, 31 May 2004 18:26:57 +0100
2.2 Address: 1003B89D
2.3 Module : FBCLIENT.DLL
2.4 Type : EAccessViolation
2.5 Message: Access violation at address 1003B89D
in module 'FBCLIENT.DLL'. Read of
address FFFFFFFF.

Computer:
----------------------------
4.1 Name : ACER
4.2 User : S. Besso
4.3 Total Memory: 510 Mb
4.4 Free Memory : 321 Mb
4.5 Total Disk : 5,85 Gb
4.6 Free Disk : 5,23 Gb

Operating System:
---------------------------------------
5.1 Type : Microsoft Windows 98 SE
5.2 Build # : 2222
5.3 Update : A
5.4 Language: Italiano (standard)

Call Stack Information (top line is the error line):
-------------------------------------------------------
|Address |Module |Procedure/Method |Line|
-------------------------------------------------------
|1001DFE0|FBCLIENT.DLL |isc_compile_request| |
|10020737|FBCLIENT.DLL |isc_dsql_prepare_m | |
|1002350E|FBCLIENT.DLL |gds__alloc | |
|10020680|FBCLIENT.DLL |isc_dsql_prepare_m | |
|005DC852|BLACKLISTDAEMON.EXE|FormCreate |138 |
|005E11D3|BLACKLISTDAEMON.EXE| |15 |
-------------------------------------------------------

Modules Information:
---------------------------------------------------------------------------
-------
|Handle |Name |Description |Version |Size |Path
|
---------------------------------------------------------------------------
-------
|00400000|BLACKLISTDAEMON.EXE| |1.0.0.0
|2555904|C:\BLM
|02230000|FBINTL.DLL |Firebird SQL Server |1.5.0.4290 |651264
|C:\BLM\INTL
|10000000|FBCLIENT.DLL |Firebird SQL Server |1.5.0.4290
|1515598|C:\BLM
..............
---------------------------------------------------------------------------
-------

Windows ME:
-----------

Exception:
---------------------------------------------------
2.1 Date : Mon, 31 May 2004 19:00:58 +0100
2.2 Address: 0193B89D
2.3 Module : FBCLIENT.DLL
2.4 Type : EAccessViolation
2.5 Message: Access violation at address 0193B89D
in module 'FBCLIENT.DLL'. Read of
address FFFFFFFF.

Computer:
-----------------------------------
4.1 Name : GAMES
4.2 User : Salvatore Besso
4.3 Total Memory: 1023 Mb
4.4 Free Memory : 788 Mb
4.5 Total Disk : 19,52 Gb
4.6 Free Disk : 18,03 Gb

Operating System:
------------------------------------
5.1 Type : Microsoft Windows ME
5.2 Build # : 3000
5.3 Update :
5.4 Language: Italiano (standard)

Call Stack Information (top line is the error line):
-------------------------------------------------------
|Address |Module |Procedure/Method |Line|
-------------------------------------------------------
|0191DFE0|FBCLIENT.DLL |isc_compile_request| |
|01920737|FBCLIENT.DLL |isc_dsql_prepare_m | |
|0192350E|FBCLIENT.DLL |gds__alloc | |
|01920680|FBCLIENT.DLL |isc_dsql_prepare_m | |
|005DC852|BLACKLISTDAEMON.EXE|FormCreate |138 |
|005E11D3|BLACKLISTDAEMON.EXE| |15 |
-------------------------------------------------------

Modules Information:
---------------------------------------------------------------------------
--------
|Handle |Name |Description |Version |Size |Path
|
---------------------------------------------------------------------------
--------
|00400000|BLACKLISTDAEMON.EXE| |1.0.0.0
|2555904|C:\BLM
|01900000|FBCLIENT.DLL |Firebird SQL Server |1.5.0.4290
|1515598|C:\BLM
|023B0000|FBINTL.DLL |Firebird SQL Server |1.5.0.4290 |651264
|C:\BLM\INTL
..............
---------------------------------------------------------------------------
--------

Is it something known or what?

Regards
Salvatore