-
Fixed now :)
2009-12-27 10:00:57 UTC by extropian314
-
Hi, what had been your problem on building PA?
I was able to fix a problem by modying the line in the Makefile
OTHER_OBJS = src/hostapi/wmme/pa_win_wmme.o src/os/win/pa_win_hostapis.o src/os/win/pa_win_util.o src/os/win/pa_win_waveformat.o
This was line **38** on my Makefile. I added "src/os/win/pa_win_waveformat.o", which was not in the Makefile originally.
This fixed some...
2009-12-27 00:09:38 UTC by andrewbanas
-
Has anyone else noticed that WebUpdate is not seeing any DevPaks updates that occurred after November 2008?.
2009-10-09 03:00:11 UTC by extropian314
-
I'm afraid this site won't fit a great niche until it provides for centralized downloads--any help there?
Thanks.
-r.
2009-09-21 17:51:05 UTC by rogerdpack
-
look at their official site.
devpaks are just self extracting archives of original libraries .
so the rest of documentation probably is in sync with libs provided with devpaks.
2009-09-12 02:05:11 UTC by generalchaos
-
AFAIK there is ready devpaks for it
but do you think that libraries are anyhow useful ?.
2009-09-12 02:01:43 UTC by generalchaos
-
its at http://devpaks.org/details.php?devpak=154[link text][1]
[1]: http://devpaks.org/details.php?devpak=154
well. when i was searching it werent there . so i compiled from source bu now its there so you can download from there.
2009-09-12 01:56:39 UTC by generalchaos
-
or use
#include <iostream.h>
and when calling cout add std::cout
std:: is a class like class std{
cout(void* x){ printf("%s",x );}//a lot complex edition of this function
}.
2009-09-12 01:47:01 UTC by generalchaos
-
ode has some closed source code.
and they provides only closed source libraries for microsofts compiler.
so therefore its not possible to create libode.a etc for gcc/dev-c++ for now afaik.
2009-09-12 01:41:53 UTC by generalchaos
-
Hi,
I am using Dev C++ version 4.9.9.2 in windows environment, I have added "Open Source POSIX Threads for Win32" but when i am try to run program it shows Linking Error
[Linker error] undefined reference to `_imp__pthread_exit'
[Linker error] undefined reference to `_imp__pthread_create'
[Linker error] undefined reference to `_imp__pthread_join'
Please let me know...
2009-08-15 00:34:15 UTC by saurabhmdh