Re: EuGTK4.12.0 Released - with improved WINDOWS support!

new topic     » goto parent     » topic index » view thread      » older message » newer message

I tried something else, this works:

x = open_dll("C:\\Program Files\\Paint Shop Pro\\Jcap32.dll") 

but this does not:

LIBS = dir("C:\\Program Files\\Paint Shop Pro\\*.dll") 
	if atom(LIBS) then  
		crash("\nFATAL ERROR:\n************ Cannot find GTK runtime libraries (.dlls)\n") 
	end if 
	 
	LIBS = vslice(LIBS,1) 
	 
	--LIBS &= {"libcroco-0.6-3.dll"} -- removed per Irv 
	--LIBS &= {"librsvg-2-2.dll"} -- removed per Irv 
	 
	atom x 
 
	for i = 1 to length(LIBS) do 
		x = open_dll(LIBS[i]) 

Error loading Jcap32.dll 
Error loading jff.dll 
Error loading jlem3205.dll 
Error loading jtwn32.dll 
Error loading PCDLIB32.DLL 

"Jcap32.dll" loads one way, but not the other way?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu