Search found 51 matches

by Quantum
Sat Mar 22, 2008 9:57 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.25.2 for Win32 released.

Featuring /UNICODE support in PureBasic. Complete list of changes:
http://sourceforge.net/project/shownote ... _id=158498

Fixed the download link.
by Quantum
Sun Sep 02, 2007 5:27 am
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.25.1 for Win32 released. Main download page doesn't work for some reason. This one should work fine:
http://sourceforge.net/project/showfile ... _id=534988

Don't expect next update soon, because I'll be away from home for a month and a half.
by Quantum
Wed Jul 25, 2007 4:22 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

We'll definitely make a Mac port someday. An x64 branch for Win and Linux, an ARM port, ... We got a really long TODO list ;)
by Quantum
Mon Jul 23, 2007 4:25 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.25 for Linux released
by Quantum
Thu Jul 19, 2007 8:54 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.25 for Win32 released. Significant changes this time ;)
by Quantum
Wed Jun 27, 2007 7:32 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.24 for Win32 released. Changes:
http://sourceforge.net/project/shownote ... _id=158498

I'll take a long break now :)
by Quantum
Tue Jun 26, 2007 10:18 pm
Forum: Announcement
Topic: OpenAL SDK for PureBasic
Replies: 24
Views: 9023

An OpenAL PureLibrary for Linux is available in the latest uFMOD Linux release. Versions 0.0.6 and 0.0.7 are so buggy that I must strongly recommend using at least libopenal.so.0.0.8. EAX/EFX won't work in Linux because they ain't implemented at all in the reference release. In other words, it's ...
by Quantum
Tue Jun 26, 2007 10:11 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

by Quantum
Fri Jun 08, 2007 4:09 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

XM file format specs. updated:
http://sourceforge.net/project/showfile ... _id=514394

This includes regular FastTracker II files, ADPCM-compressed XM files and Stripped XM files.

Document format: PDF and MS Word
by Quantum
Sat May 26, 2007 5:49 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.23 for Win32 released

Release Notes and Changelog: http://sourceforge.net/project/shownote ... _id=158498

2 yoxola:
Let me know if there're still compatibility problems with BMax.
by Quantum
Wed Apr 11, 2007 12:49 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

Remove import pub.dsound
Compile Error
Identifier 'IDirectSoundBuffer' not found.
First it fires an error saying IDirectSoundBuffer already defined in pub.directx and now it refuses to import that module. Weird.


Compile stops at
If DirectSoundCreate(Null, Varptr DirectSound, Null) < 0
with ...
by Quantum
Wed Apr 11, 2007 12:14 am
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989


I know nothing about DX programming so I don't know how to fix it.

Just open dsufmod.release.win32.x86.i and remove the following line:
import pub.dsound


(BTW, current BlitzMax build comes with a OpenAL device,
SetAudioDriver "OpenAL" to activate/use it)
I'm currently using 1.21 for temporary ...
by Quantum
Tue Apr 10, 2007 5:49 pm
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

Compile Error
Duplicate identifier 'IDirectSoundBuffer' in modules 'pub.directsound' and 'pub.directx'
That means latest BMax releases already include a DirectSound module. You can modify the DSuFMOD mod to use that (standard) module if you like (just edit the *.i files) or disable the pub.directx ...
by Quantum
Mon Apr 09, 2007 4:28 am
Forum: Announcement
Topic: PBImpLib tool
Replies: 11
Views: 4795

v1.7 released:

[+] Introducing the ability to make "stripped" import
libraries, useful for building smaller executables.
[+] Added many new examples of standard Windows API
libraries (i.e. kernel32, user32, gdi32, etc.)
updated with symbols from Windows 2000, XP and
Vista (even all the ...
by Quantum
Sun Apr 08, 2007 3:24 am
Forum: Announcement
Topic: uFMOD v1.15 supports PureBasic v3.50 or later
Replies: 72
Views: 32989

v1.22 for Win32 released
Changes:
http://sourceforge.net/project/shownote ... _id=158498

BTW, the helpfile for PureBasic is much more detailed this time and features a better design.