Re: [Wengophone-devel] video and phapi

2007-05-28 Thread Luigi Bancaro
!_threadstartex(void * ptd=0x02af0e00) Riga 241 + 0xdC kernel32.dll!7c80b683() Philippe BERNERY wrote: Le 25 mai 07 à 15:02, Luigi Bancaro a écrit : Hi, I found that my executable crashes here, on line p-videoFrameReceivedEvent(...); case CALLSTATE_VIDEO_FRAME_RCV : if(info

[Wengophone-devel] video and phapi

2007-05-25 Thread Luigi Bancaro
Hi, I found that my executable crashes here, on line p-videoFrameReceivedEvent(...); case CALLSTATE_VIDEO_FRAME_RCV : if(info-pData != NULL) { video_data = (phVideoFrameReceivedEvent_t *) info-pData; #ifdef ENABLE_VIDEO if(video_data != NULL) {

Re: [Wengophone-devel] video-call and phapi

2007-05-24 Thread Luigi Bancaro
07 à 12:14, Luigi Bancaro a écrit : how can I define (OWPL_CALLSTATE_INFO *) info? and video_data? Mmmmh, this is PhApi that gives you these data. This contains the received video frame. -- Philippe BERNERY [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://dev.openwengo.org

[Wengophone-devel] miniua

2007-05-24 Thread Luigi Bancaro
Could you write me instructions to connect with MiniUA? I tried auta and vla as explained on http://dev.openwengo.org/trac/openwengo/trac.cgi/wiki/MiniUa auta mylogin myid pass voip.wengo.fr result = 0 vla mylogin voip.wengo.fr p=213.91.9.210 t=300 result = 0 [REGISTER PROGRESS] Line 1 :

Re: [Wengophone-devel] video-call and phapi

2007-05-23 Thread Luigi Bancaro
-videoFrameReceivedEvent(*p, info-hCall, video_data-frame_remote, video_data-frame_local); } } how can I define (OWPL_CALLSTATE_INFO *) info? and video_data? Philippe BERNERY wrote: Le 22 mai 07 à 19:36, Luigi Bancaro a écrit : you wrote me to look at code in PhApiCallbacks. How can I call

Re: [Wengophone-devel] video-call and phapi

2007-05-23 Thread Luigi Bancaro
; } } } break; . and at the beginning I call owplEventListenerAdd(myEventsHandler, NULL); owplInit(..); ... the problem is that when I launch the .exe and try to call 335... crash!!! Philippe BERNERY wrote: Le 23 mai 07 à 12:14, Luigi Bancaro a écrit : how can

[Wengophone-devel] miniua

2007-05-22 Thread Luigi Bancaro
U1077: C:\Programmi\Microsoft Visual Studio .NET 2003\VC7\BIN\nmake.exe : codice restituito 0x2Stop. What is the problem? Regards Luigi Bancaro ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman

[Wengophone-devel] Re: miniua

2007-05-22 Thread Luigi Bancaro
. Regards, Luigi Bancaro Luigi Bancaro wrote: Hi, I'm trying to compile miniua with cmake. Launching cmake miniua I have this error: D:\wengophone-2.1\wifo\miniua\miniua.c(1723) : error C2198: owplInit: argomenti insufficienti per una chiamata mediante puntatore a funzione NMAKE : fatal

Re: [Wengophone-devel] Re: miniua

2007-05-22 Thread Luigi Bancaro
Stop. NMAKE : fatal error U1077: C:\Programmi\Microsoft Visual Studio .NET 2003\VC7\BIN\nmake.exe : codice restituito 0x2 Stop. Regards, Luigi Bancaro Minh Phan wrote: Hi Luigi, You got these errors because the names of constants in the enum OWPL_LINESTATE_CAUSE have recently changed

Re: [Wengophone-devel] video-call and phapi

2007-05-22 Thread Luigi Bancaro
a window with video... thanks. Regards, Luigi Bancaro Philippe BERNERY wrote: Le 21 mai 07 à 15:29, Luigi Bancaro a écrit : I know that I have to set one callback with webcam_add_callback. How could I do it? Do you have any suggestions? I'm studying the owwebcam-test-visu-c but in this example I

[Wengophone-devel] video-call and phapi

2007-05-21 Thread Luigi Bancaro
callback with webcam_add_callback. How could I do it? Do you have any suggestions? I'm studying the owwebcam-test-visu-c but in this example I directly see the video from my webcam... not from a generic client. Regards, Luigi Bancaro ___ Wengophone

[Wengophone-devel] compiling with vs .net 2003

2007-05-15 Thread Luigi Bancaro
Hi, could someone help me? D:\wengophone-2.1\buildcmake -G NMake Makefiles .. -- Check for CL compiler version -- Check for CL compiler version - 1310 -- Check if this is a free VC compiler -- Check if this is a free VC compiler - yes -- Check CL platform -- Check CL platform - 64 bit -- Using

Re: [Wengophone-devel] compiling with vs .net 2003

2007-05-15 Thread Luigi Bancaro
No, I'm following the instructions from http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSource Is it required? I install it now. Thanks Karl Hoffmann wrote: did you use the microsoft platform sdk ? karl Luigi Bancaro schrieb: Hi, could someone help me? D

Re: [Wengophone-devel] Re: compiling problems

2007-05-11 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 10 mai 07 à 14:41, Luigi Bancaro a écrit : if I had Visual C++ Express would it be better to reinstall and recompile Qt, Boost, openssl... etc? You should be able to use executable made with MinGW but I think it is better to recompile Qt and Boost, they may use

[Wengophone-devel] compiling problems

2007-05-10 Thread Luigi Bancaro - Vegan Solutions s.r.l.
Hi, I downloaded openwengo source code from http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-2.1 With MinGW compiler I launched cmake -G MinGW Makefiles .. everything seems ok! Then I launched mingw32-make , and the process stopped with this error. Linking C shared

[Wengophone-devel] Re: compiling problems

2007-05-10 Thread Luigi Bancaro
Luigi Bancaro wrote: Hi, I downloaded openwengo source code from http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-2.1 With MinGW compiler I launched cmake -G MinGW Makefiles .. everything seems ok! Then I launched mingw32-make , and the process stopped

Re: [Wengophone-devel] compiling problems

2007-05-04 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 3 mai 07 à 19:09, Luigi Bancaro a écrit : C:\wengophone-2.1_Branch\wengophone-2.1\libs\owwebcam\src\WebcamDriver.cpp: In static member function `static void WebcamDriver::apiInitialize()': C:\wengophone-2.1_Branch\wengophone-2.1\libs\owwebcam\src\WebcamDriver.cpp

Re: [Wengophone-devel] compiling problems

2007-05-03 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 3 mai 07 à 11:00, Luigi Bancaro a écrit : now I can build the latest release (from wengophone-ng/trunk) with the command : cmake -G MinGW Makefiles .. With 2.0 and 2.1 I found some compiling errors... Now I would like to compile and obtain a .exe from owwebcam

Re: [Wengophone-devel] compiling problems

2007-05-03 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 3 mai 07 à 11:26, Luigi Bancaro a écrit : when I launch : C:\wengophone -2.1\buildcmake MinGW Makefiles .. I have: -- OS: Windows-5.1 -- Processor: x86 -- Compiler: C:/MinGW/bin/gcc.exe -- Build type: Debug -- Build tool: C:/MinGW/bin/mingw32-make.exe -- Build

Re: [Wengophone-devel] compiling problems

2007-05-03 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 3 mai 07 à 15:35, Luigi Bancaro a écrit : With another generator? What do you suggest? Now I have only mingw gcc as C++ compiler... I need to use free software (opensource). You compiled openwengo using MinGW with success, didn't you? Not completely yet, I

Re: [Wengophone-devel] compiling problems

2007-05-03 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 3 mai 07 à 15:35, Luigi Bancaro a écrit : With another generator? What do you suggest? Now I have only mingw gcc as C++ compiler... I need to use free software (opensource). You compiled openwengo using MinGW with success, didn't you? Not completely yet, I

[Wengophone-devel] compiling problems

2007-05-02 Thread Luigi Bancaro
source and I compiled it without error. After compiling process some new files have been created. Do I have to work on these files? Is there anything I should do about it? I have WinXP and GNU MinGW. Thanks, Luigi Bancaro ___ Wengophone-devel mailing list

Re: [Wengophone-devel] Re: phapi and webcam streaming

2007-04-27 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 26 avr. 07 à 17:05, Luigi Bancaro a écrit : Hi Mathieu, first of all thanks for your help. I'm trying to set the callback with webcam_add_callback. In webcam.h I see that: OWWEBCAM_API void webcam_add_callback(webcam * wc, webcamcallback * callback, void

Re: [Wengophone-devel] Re: phapi and webcam streaming

2007-04-27 Thread Luigi Bancaro
Philippe BERNERY wrote: Le 27 avr. 07 à 15:55, Luigi Bancaro a écrit : You didn't gave me the link command but a compile one. Can you copy/paste a part of the undefined ref. you got. -- Philippe BERNERY [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http

Re: [Wengophone-devel] Re: phapi and webcam streaming

2007-04-26 Thread Luigi Bancaro
in advance. Luigi Bancaro Luigi Bancaro wrote: Mathieu Stute wrote: On Tuesday 24 April 2007 12:08, Luigi Bancaro wrote: Luigi Bancaro wrote: Hi, how can I create and call a window for webcam streaming with phapi? Is there something I can read which could help me? Thanks to all

Re: [Wengophone-devel] Re: phapi and webcam streaming

2007-04-26 Thread Luigi Bancaro
Mathieu Stute wrote: Luigi Bancaro wrote: Mathieu Stute wrote: On Tuesday 24 April 2007 12:08, Luigi Bancaro wrote: Luigi Bancaro wrote: Hi, how can I create and call a window for webcam streaming with phapi? Is there something I can read which could help me

[Wengophone-devel] Re: phapi and webcam streaming

2007-04-24 Thread Luigi Bancaro
Luigi Bancaro wrote: Hi, how can I create and call a window for webcam streaming with phapi? Is there something I can read which could help me? Thanks to all. Luigi Bancaro Hi, when I call 335 through phapi.dll I can hear my voice but I can't see video from my webcam. I have

Re: [Wengophone-devel] phapi and Java

2007-04-18 Thread Luigi Bancaro
Hi, I think to have all necessary dlls. I'm trying to invoke dll from the WengoPhone installed on my system. I wouldn't want to recompile WengoPhone because it doesn't need to be modified. Thanks. Luigi Bancaro Minh Phan wrote: Make sure that you have all the dependency of phapi.dll

Re: [Wengophone-devel] phapi and Java

2007-04-18 Thread Luigi Bancaro
Hi, I have found my errors and now I'm able to call phapi.dll from my Java code. Is there a fixed sequence of phapi functions I must call to connect with my SIP account and start a video call? Thanks in advance. Luigi Bancaro Luigi Bancaro wrote: Hi, I think to have all necessary dlls

[Wengophone-devel] phapi and Java

2007-04-17 Thread Luigi Bancaro
? Is there something that could help me to do this? How can I call and use phapi.dll functions in C or C++? Thank you in advance for your help, Luigi Bancaro ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com

Re: [Wengophone-devel] phapi and Java

2007-04-17 Thread Luigi Bancaro
). Basically it enables you to use the Qt framework in the Java world. Qt Jambi generator enables you to map an existing C++ project to Java. I hope this link can help you: http://doc.trolltech.com/qtjambi-1.0/com/trolltech/qt/qtjambi-generatorexample.html - Yann Biancheri Luigi Bancaro wrote: Hi All