Search found 65 matches

by Deluxe0321
Fri Apr 20, 2012 10:54 am
Forum: Coding Questions
Topic: cURL x64
Replies: 10
Views: 4003

Re: cURL x64

Hey, I get the same errors (using debain x64 squeeze). Someone know how to fix this? ;libcurl.so.4.2.0 If OpenLibrary(0,"/usr/lib/libcurl.so") Debug CallCFunction(0,"curl_version") Curl.l = CallCFunction(0,"curl_easy_init") CallCFunction(0,"curl_easy_perform",...
by Deluxe0321
Tue Mar 06, 2012 12:24 am
Forum: PureFORM & JaPBe
Topic: PureRESIZE library : gadget automatic resizing and more
Replies: 160
Views: 157278

Re: PureRESIZE library : gadget automatic resizing and more

Can't compile any code with Unicode & Threadsafe @last Version.
I tried to reinstall purebasic, nothing changed. Same thing all the Time: Polink Error!
File: PureResize_Test_4.pb
Compiler: x86

thx,
Deluxe
by Deluxe0321
Wed Nov 18, 2009 12:37 pm
Forum: Coding Questions
Topic: break the connection as TCP?
Replies: 4
Views: 568

Re: break the connection as TCP?

hmm.. maybe..?

Code: Select all

ipconfig /release "connectionname"
by Deluxe0321
Mon Mar 30, 2009 1:12 pm
Forum: Coding Questions
Topic: Using BASS audio library, trying to get device names
Replies: 2
Views: 983

maybe that way.. BASS_DEVICEINFO.BASS_DEVICEINFO :a=1 ; real device Repeat BASS_GetDeviceInfo(a, @BASS_DEVICEINFO) Error.i = BASS_ErrorGetCode() : a+1 If Not Error.i=#BASS_ERROR_DEVICE Debug PeekS(BASS_DEVICEINFO\name); Debug BASS_DEVICEINFO\flags; EndIf Until Error.i= #BASS_ERROR_DEVICE Marvin