[Wengophone-devel] RE: phapi and java

2007-04-17 Thread Minh Phan
Sorry, the link is here http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/OWEP_8101_phapi_refact oring Minh -Original Message- From: Luigi Bancaro [mailto:[EMAIL PROTECTED] Sent: mardi 17 avril 2007 09:30 To: Minh Phan Subject: Re: phapi and java Ok Minh... I will write to

[Wengophone-devel] phapi and Java

2007-04-17 Thread Luigi Bancaro
Hi All, I have to launch openwengo and start a videocall from a Java application. Is it possible using phapi.dll? Is there a way to establish a communication between my java code and openwengo? I know that I have to write the code to call C functions from Java, but how can I invoke phapi.dll?

[Wengophone-devel] scons is slowly waiving goodye

2007-04-17 Thread Jerome WAGNER
Hello, Just so you know, I now consider CMake builds to be better than SCons builds. I hope no one will regret the old SCons support. Please update your build process in order to use CMake ; feel free to ask for support on the mailing list and check the wiki where a lot of information on

[Wengophone-devel] methods of audio compression

2007-04-17 Thread Edouard YIN
Hello, I am Edouard YIN, a French student in the classes preparatoires, and in orderto enter an engineering school, I study methods of audio compression.Therefore I would like to know what kinds of treatment and compressionWengo/Wengophone applies to sounds : online discussion seems to

[Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Hi there! I'm seeking help because of a build error I experienced yesterday. I downloaded the 2.1 svn branch, installed (then upgraded) cmake (2.4.6), then switched to gcc 3.4.6 because 4.1 wasn't supported. Finally I got the build script running without complaints but it stopped in the process:

Re: [Wengophone-devel] phapi and Java

2007-04-17 Thread Yannooo
Hi, To call C code from Java you need to use JNI (Java Native Interface). I think it might be pretty interesting to wrap the COIp library rather than phapi. Your program will be able to benefit from all the backend at the same time. Another interesting technology is Qt Jambi (currently in

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread Dave Neary
Hi, [EMAIL PROTECTED] wrote: To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake .. -DHAVE_CURL_INTERNAL=ON Hm, I feel about stupid about this. It didn't work for me.

RE: [Wengophone-devel] phapi and Java

2007-04-17 Thread Minh Phan
Make sure that you have all the dependency of phapi.dll ((dlls that phapi depends on) in the same directory as phapi.dll. If you compile the whole WengoPhone, all these dlls are in the directory build\debug. Minh -Original Message- From: [EMAIL PROTECTED] [mailto:wengophone- [EMAIL

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Hi, [EMAIL PROTECTED] wrote: To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake .. -DHAVE_CURL_INTERNAL=ON Hm, I feel about stupid about this. It didn't work for me.

Re: [Wengophone-devel] phapi and Java

2007-04-17 Thread Luigi Bancaro
Thanks, but now I'm trying to use phapi... I'm not very skilled with C and C++... and I'm not able to load the library. If I write: HINSTANCE hDLL; // Handle to DLL hDLL = LoadLibrary(...path to...\\phapi.dll); if (hDLL == 2) printf(phapi.dll does not exist); else if

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread Dave Neary
Hi, [EMAIL PROTECTED] wrote: error: `CURLINFO_LASTSOCKET' undeclared (first use in this function)/usr/local/src/wengophone/wengophone-2.1/wifo/httptunnel/httptunnel.c:385: error: (Each undeclared identifier is reported only

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Dave, thanks for the quick reply! (and sorry for first sending private mail, my web mailer crapped on reply button :( ) To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake ..

Re: [Wengophone-devel] Build error, wengophone 2.1 branch

2007-04-17 Thread mail
Hi, [EMAIL PROTECTED] wrote: To use the internal curl, just run ccmake .. in the build directory, and change the HAVE_CURL_INTERNAL variable to ON, or (as you say) call cmake with the argument cmake .. -DHAVE_CURL_INTERNAL=ON Hm, I feel about stupid about this. It didn't work for me.

[Wengophone-devel] Recompiling Wengophone QRC

2007-04-17 Thread Christopher Jimenez
Hi Wengonauts. Quick questions, I recompile wengophone because a image to test, but the image is not been show, i think is is because is not recompiling the .qrc. Is there a command to acomplish this? Or what i can do. Im using scons scons mode=release qtwengophone. Any suggestions? Thanks CJC