Re: Win32lib problem
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 09, 2001
- 836 views
Hi Florian, Sorry but Win32lib v0.55.1 does not support ancient versions of Windows. However, improved support will be available in the next version (out real soon). The problem you have found is that win32lib initialises all the common control types that are to be found in Win98 and if one doesn't initialise it aborts. The next release only initialises the common control type if you try to create one. This means that you still can't create a FlatToolBar in Win95 but you'll at least be able to run the library. ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower." ----- Original Message ----- From: "Florian Perget" <florian.perget at wanadoo.fr> To: "EUforum" <EUforum at topica.com> Sent: Monday, April 09, 2001 6:20 PM Subject: Win32lib problem > > > Hi everyone, > this question may have been asked many times, but I watched all the > forum since I joined, and I don't find. > > My problem is : > when I try to start any program wich use Win32lib , I get the > following error : "Common controls could not be initialised". > I watched a little through Win32lib's code and I thonk that it use > comctl32.dll, that I own. > > I own Win32lib version 0.55.1 under Windows 95 and Euphoria 2.2 > > Thanks for any feedbak. > > Florian > > > > >