Page 2 of 4

PostPosted: Mar 17, 2004 @ 1:21am
by Mr X

PostPosted: Mar 17, 2004 @ 3:02am
by gersen

PostPosted: Apr 5, 2004 @ 1:20pm
by Centaur
gersen,

Do you already have a solution for this problem with linking the hss.lib in VS2003 ?!
I have the same problems, and do not really want to go back to VS6 :cry:

Note: I get the LNK2019 linker errors for the methods that return an (unsigned) int (a s32 or u32) or that have a parameter that is of type s32 or u32.
For instance the hssSpeaker.suspend() (returns void and void parameters) does link OK !
Hopefully this helps...

PostPosted: Apr 6, 2004 @ 10:26am
by gersen

Hekkus now implemented in my game, question about file types

PostPosted: May 14, 2004 @ 5:56am
by Conan

PostPosted: May 14, 2004 @ 6:14am
by gersen

PostPosted: May 14, 2004 @ 6:16am
by Conan

PostPosted: May 14, 2004 @ 7:43am
by gersen
I use paypal only because it can transfer donations directly to my bank account. I will try to see if worldpay support bank transfer and if it is easy to sign in I will open an account.

loading a module from file fails ?

PostPosted: May 14, 2004 @ 12:32pm
by Conan

PostPosted: May 14, 2004 @ 1:10pm
by Dan East

PostPosted: May 14, 2004 @ 1:32pm
by gersen

PostPosted: May 14, 2004 @ 3:59pm
by Conan

PostPosted: May 14, 2004 @ 9:55pm
by gersen

PostPosted: May 14, 2004 @ 11:18pm
by fzammetti
If anyone needs help with Hekkus, feel free to IM me and I'll do what I can. I've now used Hekkus in two projects, one GD and one PF, and while I can't promise I can answer every question, I can probably assist you somewhat (and I wrote the sample that Thomas is referring to in PF 0.7.0).

PostPosted: May 15, 2004 @ 5:43am
by Conan
Thanks Thomas & Frank. I had seen the sample with the PF download on Thierry's site but it's out of date.

One question Frank, Is the big number in the line

code] m_speaker.open(22050, 16, true, 1, 16);[[/code] a buffer size?
Small mods play & big one's don't