Re: [Wengophone-devel] MSI executable file for wengophone

2007-05-30 Thread Aurélien Gâteau

Dave Neary a écrit :

Hi Chopra,

chopra dhruv wrote:

I have been working on the wengophone code and wanted
to know how I can generate the MSI executable file,
similar to what is provided at www.openwengo.com/
(I have built my code in the release version)


If you have the WengoPhone building from sources, you should just be
able to run "make install" to generate the .msi installer.


Hum... if I am not mistaken, "make install" will generate a Windows 
setup .exe file, not a .msi (Microsoft Installer) file. As far as I know 
OpenWengo do not provide .msi files. Maybe you confuse MSI with NSIS, 
which is the tool used to generate the setup .exe file.


Aurélien
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] MSI executable file for wengophone

2007-05-30 Thread Philippe BERNERY


Le 30 mai 07 à 10:03, Dave Neary a écrit :


Hi Chopra,

chopra dhruv wrote:

I have been working on the wengophone code and wanted
to know how I can generate the MSI executable file,
similar to what is provided at www.openwengo.com/
(I have built my code in the release version)


If you have the WengoPhone building from sources, you should just be
able to run "make install" to generate the .msi installer.


Note that this is not an .MSI installer but a NSIS one.

--
Philippe BERNERY <[EMAIL PROTECTED]>
http://dev.openwengo.org



___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] Wengophone on web page - Qt and ActiveX?

2007-05-30 Thread Klaus Darilion

Hi Vadim!


Take a look at www.mbdsys.com/opensource/veronix



Do you have any binaries available (for veronix or phclickdial)?

regards
klaus
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] #1662: Wengophone is stuck during network discovery phase

2007-05-30 Thread Thomas Monjalon

Vadim Lebedev wrote:


Aurélien Gâteau wrote:


Thomas Monjalon a écrit :


I attached a patch on ticket #1662:
http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1662

Please review it.


Sounds good to me. Vadim, does it solve your problem?


I'll test tomorrow

One question though about
virtual void initLastTimeoutEventHandlerThreadSafe();

Do this  really have to be virtual?


It was set as virtual by the past but I think it don't need anymore.
So I submitted a new patch:
http://dev.openwengo.com/trac/openwengo/trac.cgi/attachment/ticket/1662/ticket_1662_v2.patch

Please review for an integration in 2.1.1.

--
Thomas
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] video and phapi

2007-05-30 Thread Philippe BERNERY

Le 28 mai 07 à 09:42, Luigi Bancaro a écrit :


Hi Philippe,

this is the stack trace when my program crashes.

Thanks for all,

regards.


boost_signals-vc71-mt-gd-1_33_1.dll!0037a7fd() 
boost_signals-vc71-mt-gd-1_33_1.dll!0037b09a() 
avcodec-51.dll!00f4cc4d()>my-videocalling.exe! 
boost::signal4*,boost::last_value,int,std::less,boost::function__cdecl(SipWrapper &,int,_piximage *,_piximage  
*),std::allocator > >::operator()(SipWrapper & a1={...}, int  
a2=1, _piximage * a3=0x02bef9e8, _piximage * a4=0x02bef9a8)  Riga  
337 + 0xfC++
my-videocalling.exe!myEventsHandler(OWPL_EVENT_CATEGORY  
category=EVENT_CATEGORY_CALLSTATE, void * pInfo=0x0b92fdcc, void *  
pUserData=0x)  Riga 318C++
phapi.dll!owplFireEvent(OWPL_EVENT_CATEGORY  
Category=EVENT_CATEGORY_CALLSTATE, void * pInfo=0x0b92fdcc)  Riga  
137 + 0x16C
phapi.dll!owplFireCallEvent2(int hCall=1, OWPL_CALLSTATE_EVENT  
event=CALLSTATE_VIDEO_EVENT, OWPL_CALLSTATE_CAUSE  
cause=CALLSTATE_VIDEO_FRAME_RCV, const char *  
szRemoteIdentity=0x, int nData=0, const void *  
pData=0x02b9cc44, int hAssociatedCall=0)  Riga 213 + 0xbC
phapi.dll!ph_frame_display_cbk(void * ctx=0x101081a0, void *  
event=0x02b9cc44)  Riga 707 + 0x1fC
phapi.dll!ph_media_video_flush_queue(ph_video_stream *  
stream=0x02b9cb18, unsigned long seqnumber_start=41985, unsigned  
long seqnumber_end=41986)  Riga 839 + 0x21C
phapi.dll!ph_handle_video_network_data(ph_video_stream *  
stream=0x02b9cb18, unsigned long timestamp=0, unsigned long *  
ts_inc=0x0b92fefc)  Riga 912 + 0x17C
phapi.dll!ph_video_handle_data(ph_video_stream *  
stream=0x02b9cb18)  Riga 958 + 0x17C
phapi.dll!ph_video_io_thread(void * p=0x02b9cb18)  Riga 1126 +  
0x9C
msvcr71d.dll!_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->pData != NULL) {

   video_data = (phVideoFrameReceivedEvent_t *) info->pData;

   #ifdef ENABLE_VIDEO

   if(video_data != NULL) {

   p->videoFrameReceivedEvent(*p, info->hCall, video_data- 
>frame_remote, video_data->frame_local);


   }

#endif

}


Do you know the reason?



Luigi,

Your code seems correct however you may have a crash because a  
pointer is not valid anymore, or because of race condition, or  
because of anything else. It's difficult to tell why it crashes  
with these information.

What is the stack trace you get when your code crashes ?

--
Philippe BERNERY <[EMAIL PROTECTED]  
>

http://dev.openwengo.org


How did you register to the videoFrameReceivedEvent?

--
Philippe BERNERY <[EMAIL PROTECTED]>
http://dev.openwengo.org



___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] MSI executable file for wengophone

2007-05-30 Thread Dave Neary

Hi Chopra,

chopra dhruv wrote:
> I have been working on the wengophone code and wanted
> to know how I can generate the MSI executable file,
> similar to what is provided at www.openwengo.com/
> (I have built my code in the release version)

If you have the WengoPhone building from sources, you should just be
able to run "make install" to generate the .msi installer.

Cheers,
Dave.
-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
Tel: +33 9 51 13 46 45
Mob: +33 6 28 09 73 11
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] MSI executable file for wengophone

2007-05-30 Thread chopra dhruv

Hi,

I have been working on the wengophone code and wanted
to know how I can generate the MSI executable file,
similar to what is provided at www.openwengo.com/
(I have built my code in the release version)

thanks,
Dhruv


   
Be
 a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel