RE: [GD-Windows] DLL initialization (was: Loading new DLLs on old Windows)
Brought to you by:
vexxed72
From: Nicolas R. <nic...@fr...> - 2004-02-15 11:26:05
|
Hi, I hope I'm not saying something too obvious, like ... Not loading more than 64+ DLLs ? Handles are quite limited under W9x (DOS), and in the past, we had several trouble loading numerous plug-ins from big number of DLLs (in fact 64+ :( ), we had to regroup some plug-ins. BTW I saw in your first message something like "a DLL = a class" ! For a medium project (1000 classes ?) that might be far too many DLLs to handle for W9x :) 1 DLL = 1 Class is a bad choice. You'd better have 1 class <--n----1--> 1 factory = 1 DLL. Soz if this was what you were doing. Nicolas Romantzoff > -----Original Message----- > From: gam...@li... > [mailto:gam...@li...] On > Behalf Of Andras Balogh > Sent: Saturday, February 14, 2004 5:11 PM > To: gam...@li... > Subject: Re: [GD-Windows] DLL initialization (was: Loading > new DLLs on old Windows) > > > Unfortunately I haven't collected detailed system info from > other users, but I believe that most of them had > Windows2000/XP (not sure, just extrapolating from the few > guys I've talked to), while this guy is running a Win98SE box > (Windows 4.10.67766446 A). > > > Andras |