Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Timiditas
Forum: Extensions 08-27-2009, 17:33
Replies: 577
Views: 652,034
Posted By Timiditas
Re: [EXTENSION] Socket (2.4.0beta+2.1)

I already have undef'd REQUIRE_EXTENSIONS.

Adding #undef AUTOLOAD_EXTENSIONS supresses the error in the logfile, however it also prevents the extension to be loaded if the file DOES exist and you...
Forum: Extensions 08-27-2009, 02:50
Replies: 577
Views: 652,034
Posted By Timiditas
Re: [EXTENSION] Socket (2.4.0beta+2.1)

Plugin is working as expected, if socket extension is not found.
However I still get this error in the log:
[SM] Unable to load extension "socket.ext.dll":
Is there a way to suppress that, or did...
Forum: Extensions 08-24-2009, 19:44
Replies: 577
Views: 652,034
Posted By Timiditas
Re: [EXTENSION] Socket (2.4.0beta+2.1)

Solved.
Replaced
socket_available = LibraryExists("socket.ext");

by

socket_available = (GetExtensionFileStatus("socket.ext") == 1);
Forum: Extensions 08-24-2009, 19:33
Replies: 577
Views: 652,034
Posted By Timiditas
Re: [EXTENSION] Socket (2.4.0beta+2.1)

How do you detect if socket.ext is running?
Marking it optional works fine, but detection fails. What is the correct library name to search for?
I tried
socket.ext
Socket
socket
Sockets...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 21:17.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode