1. RE: Win32Lib 59.1 on win95

You must change this procedure :

procedure InitCommonControls()
	atom icc

	icc = acquire_mem( 0, SIZEOF_INITCOMMONCONTROLSEX )
	store( icc, INITCOMMONCONTROLSEX_dwSize,SIZEOF_INITCOMMONCONTROLSEX )
	store( icc, INITCOMMONCONTROLSEX_dwICC, or_all( { ICC_WIN95_CLASSES,
	    	    	          ICC_DATE_CLASSES,
	    	    	          ICC_USEREX_CLASSES,
	    	    	          ICC_COOL_CLASSES,
	    	    	          ICC_INTERNET_CLASSES,
	    	    	          ICC_PAGESCROLLER_CLASS,
	    	    	          ICC_NATIVEFNTCTL_CLASS
	    	    	           }))

	if not w32Func( xInitCommonControlsEx, {icc} ) then
--	abortErr( Err_COMCTLFAIL )          -- deleted line
	w32Proc( xInitCommonControls, {} )  -- new line
	end if
	release_mem( icc )
end procedure

and there will be only controls suported by WIN 95

Bye

Josef

Derek Parnell wrote:
> 
> 
> ----- Original Message ----- 
> From: "aku saya" <akusaya at gmx.net>
> To: <EUforum at topica.com>
> Sent: Friday, December 19, 2003 8:48 AM
> Subject: Win32Lib 59.1 on win95
> 
> 
> > I tried to run an win32lib application on win95, but I got an error
> > 498: Common controls could not be initialized!
> > 
> > Can't win32lib be used in win95, or my win95 installation failed, or I
> > missed a file?
> > 
> 
> Current version of win32lib can not run on win95 systems and I have no 
> plans to change that.
> 
> Its a bit of work and only applies to 3 or 4 people in the world. blink I 
> suggest is time to upgrade to win98SE at least.
> 
> -- 
> Derek
> 
>

new topic     » topic index » view message » categorize

2. RE: Win32Lib 59.1 on win95

Derek Parnell wrote:
> 
> 
> ----- Original Message ----- 
> From: "aku saya" <akusaya at gmx.net>
> To: <EUforum at topica.com>
> Subject: Win32Lib 59.1 on win95
> 
> 
> > I tried to run an win32lib application on win95, but I got an error
> > 498: Common controls could not be initialized!
> > 
> > Can't win32lib be used in win95, or my win95 installation failed, or I
> > missed a file?
> > 
> 
> Current version of win32lib can not run on win95 systems and I have no 
> plans to change that.
> 
> Its a bit of work and only applies to 3 or 4 people in the world. blink I 
> suggest is time to upgrade to win98SE at least.
> 
> -- 
> Derek
> 
> 

Hi Derek,

I'm one of the 3 or 4 people in the world running win95 blink and Win32Lib 
59.1 runs nicely on my box !!!
Up to now I haven't seen any reason to upgrade.

Regards,

Julio C. Galaret Viera

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu