Displaying 5 results from an estimated 5 matches for "bloodshed".
2002 Feb 25
0
Strange behaviour in BloodShed Dev C++ (commdlg)
The program is free download at
http://ftp1.sourceforge.net/dev-cpp/devcpp4.zip
When I try to create a new project and want to save a
new file, I'm told that the file doesn't exist.
I have all permissions to write in the directory
I selected.
A --debugmsg +file shows that there is no attempt to
create the file (I entered "main" as a name)
I attached a --debugmsg +commdlg log.
2003 Nov 06
2
GDB under windows
Does anybody have some simple instructions to get me going using the GNU
debugger GDB under windows with R?
The R Extensions manual mentions briefly debugging under unix, but I've seen
seen GDB mention in the Bloodshed Dev C++ IDE so it should be possible to
use it with R?
Regards,
John
[Using R-1.8.0 under Windows NT 4.0]
**********************************************************************
This is a commercial communication from Commerzbank AG.\ \ T...{{dropped}}
2005 Jul 18
2
Problems to compile speex 1.1.10 on windows
I am a delphi coder and i have successfully compiled version 1.0.5 to use the
resulting dll in John Villars Delphi-Example with Bloodsheds dev-c++. With the
stable version 1.0.5 it works fine but on my slow computer with 900Mz I have a
lot of buffer overflows. Therefore I should like to create a dll with version
1.1.10 because it should be faster but i run into a lot of problems. I am not
experienced with c++ and I use dev-c++ for co...
2005 Jul 18
0
Problems to compile speex 1.1.10 on windows
...C++ compiler with only minor tweaks
(forcing the compiler to accept the C casts).
Jean-Marc
Le lundi 18 juillet 2005 ? 17:55 +0000, Wolfgang Frotten a ?crit :
> I am a delphi coder and i have successfully compiled version 1.0.5 to use the
> resulting dll in John Villars Delphi-Example with Bloodsheds dev-c++. With the
> stable version 1.0.5 it works fine but on my slow computer with 900Mz I have a
> lot of buffer overflows. Therefore I should like to create a dll with version
> 1.1.10 because it should be faster but i run into a lot of problems. I am not
> experienced with c++ and...
2006 Oct 12
2
Audio Output for Ogg Vorbis Player
Hello,
I am writing a program that decodes Ogg Vorbis and output to the hardware.
I followed the decoding examples and got the bytes ready for output. I am
looking for an audio output library on Windows. So far, I tried at
DirectSound but it is quite complicated and requires lots of set up. I have
several questions:
1. Does Libao work on Windows?
2. And Is there a simpler audio output library?