Search found 6 matches

by giobbi
Wed Mar 30, 2011 11:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SNDPLAYSOUND huge delay, help...
Replies: 2
Views: 440

Re: SNDPLAYSOUND huge delay, help...

Yes, I did it, but without any effects. It seems like it's loading or analyzing the whole file before to play it...
by giobbi
Wed Mar 30, 2011 8:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SNDPLAYSOUND huge delay, help...
Replies: 2
Views: 440

SNDPLAYSOUND huge delay, help...

Hi all, I have a problem with the SndPlaySound funcion: I'm trying to play a 3min.long, uncompressed .wav file, but I get up to 7 seconds of delay after the function return the control to the application and the music starts. On my quite old Pentium 4/WinXP system runs ok; on my older Pentium 3/Wind...
by giobbi
Mon Feb 07, 2011 7:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Can't use DLL embedded functions...?
Replies: 3
Views: 778

Re: Can't use DLL embedded functions...?

Solved. More or less, I made in this way; - I transformed the DLL into a .lib with implib.exe; - I linked the .lib file; - I wrote the code for the "clipper call" to a C++ function; In this way, it seems that the .lib file point to the dll file... More or less. I worked so long to solve th...
by giobbi
Sun Feb 06, 2011 6:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Can't use DLL embedded functions...?
Replies: 3
Views: 778

Can't use DLL embedded functions...?

Hi folks, I got a little problem with DLL.. I'm trying to use a DLL calling its functions. It seems the DLL can't be opened with this instruction: handle:=loadlibrary("pacdrive.dll") or handle:=loadlib32("pacdrive.dll") -> I got handle=0 (should be >32, I guess); if I try to igno...
by giobbi
Fri Jan 05, 2007 9:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error base/44 on TcBrowse using COLORS statement
Replies: 1
Views: 568

Error base/44 on TcBrowse using COLORS statement

Hi, I tried to add the COLOR statement on DBF03.prg original fwh\sample in one of the ADD COLUMN lines. This is the part I modified (btw i also cut off the ADS part since i got a compile error): ADD COLUMN TO BROWSE oBrw ; DATA clients->name ; COLORS RGB(1,1,1) , RGB(192,192,192) ; //new line by Gio...
by giobbi
Thu May 04, 2006 6:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Folder XP aspect with FWH 2.7
Replies: 1
Views: 731

Folder XP aspect with FWH 2.7

Hi, I have noticed that if you use a folder with WindowsXP.manifest, the folder dialogs get a white background color. To test it, it's enough to add the sentence 1 24 "XP.man" to the original fwh\samples\testfld7.rc and then compile testfld7.prg. ("xp.man" is the file WindowsXP.m...