Search found 7 matches

by bucodi
Thu Jun 05, 2008 3:05 pm
Forum: Coding Questions
Topic: BASS audio package
Replies: 5
Views: 949

Thanks Ricardo, it works

Allso, your example MP3 player is perfect to get me started.

rony
by bucodi
Thu Jun 05, 2008 1:40 pm
Forum: Coding Questions
Topic: BASS audio package
Replies: 5
Views: 949

Thanks Ricardo

My main question was
- Where do I place the DLL ?
- Where do I place the lib files
- Where do I place the other files

with 'where' meaning in which directory ?

Sorry of this sounds stupid :oops:

rony
by bucodi
Thu Jun 05, 2008 1:24 pm
Forum: Coding Questions
Topic: BASS audio package
Replies: 5
Views: 949

BASS audio package

Hi,

I'm trying to develop a small application that can play any audio format (OGG,MP3,WAV). It looks to me the only solution to do this would be the BASS audio package?
I've found the package and the PB api on the Un4seen site, but it is not very clear to me where and what I have to install, so I ...
by bucodi
Wed Jan 16, 2008 9:49 am
Forum: Coding Questions
Topic: Pure basic for DLL programming that will do Socket comm.
Replies: 14
Views: 3013

HI, Let me clarify this a bit
We are a very small company (only 4 developpers) and we are writing back office solutions which are deployed all over the world (for those realy interested www.bucodi.com )

The server is a sort of central transaction validation server, it is allready developped and ...
by bucodi
Tue Jan 15, 2008 3:10 pm
Forum: Coding Questions
Topic: Pure basic for DLL programming that will do Socket comm.
Replies: 14
Views: 3013

Yes there is a reason, our 'normal' developpement environment is WINDEV from Pcsoft
But Windev can't create DLL's....

Another solution would be C/C++ but at first sight, from reading the documentation on the site, it looks simpler to do it in Pure Basic

Rony



Sounds like you shouldn't have a ...
by bucodi
Tue Jan 15, 2008 2:56 pm
Forum: Coding Questions
Topic: Pure basic for DLL programming that will do Socket comm.
Replies: 14
Views: 3013

Thanks for your answer.

It will be a standard win32 DLL with a published API.
The server is allso a developpement by us, protocol is defined by us, communication layer is win socket over TCP/IP.

The reason that we have to develop this dll is that other applications (not developped by us) have to ...
by bucodi
Tue Jan 15, 2008 12:23 pm
Forum: Coding Questions
Topic: Pure basic for DLL programming that will do Socket comm.
Replies: 14
Views: 3013

Pure basic for DLL programming that will do Socket comm.

Hi,

We are considering to buy Pure Basic.
We have to develop a windows DLL that will be called by other applications.
The DLL has to do socket communication with a central server.
The goal of the DLL is to hide the actual burden of doing the socket communication to other programmers and reduce the ...