Subject | Re: [IBO] Closing a form with an IB_LookupCombo in Win98 |
---|---|
Author | Geoff Worboys |
Post date | 2002-06-26T11:31:05Z |
> I have three D6, IBO (4.2.Hf), FB programs whose EXE sizes are 1.1,I have a program that wont even start under any version of Win9x. Its
> 3, 16MB. All run on Win98 (2ndEd) and NT, W2K, XP. The smaller two
> run on Win 95 4.00.95B and the larger one throws an exception when
> its TIB_Connections attempts Connection:= true.
> Jason, is this of interest to you? It would be helpful to me if I
> knew why the larger (and important to me) program is not running on
> Win95.
> Suggestions?
used regularly under WinNT/2K without issues. The problem in my case
is the strict resource limitations under Win9x. A single executable
only supports some limited number of resources (icons, stringlists etc
etc).
The application used to run under Win9x when it used runtime libraries
(because this split the resources between the executable and the
DLLs). However the use of runtime libraries doubled the amount of
memory used by the application, and since the primary use for the app
was under terminal server sessions (WinNT), I decided to build an
all-in-one executable and forgoe the Win9x support.
So you could try splitting your problem application to use runtime
libraries - that may allow it to work (at the expense of using more
memory). Note that it is possible to adjust so that you only use
some runtime libraries and link the rest into the app.
--
Geoff Worboys
Telesis Computing