Search found 23 matches

by sapthagiri
Thu Aug 10, 2017 4:51 am
Forum: C++ Development
Topic: Sockets FAQ/Tutorial
Replies: 31
Views: 95636

Re: Sockets FAQ/Tutorial

Hi Team, I was just reading the posts related to wxsockets flag : http://docs.wxwidgets.org/3.1.0/socket_8h.html#wxSocketFlags Observed that in some of the sample applications during socket creation or before socket send/recv() operations, they are setting wxsocket flags, please find the following e...
by sapthagiri
Fri Apr 14, 2017 3:26 am
Forum: C++ Development
Topic: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1
Replies: 10
Views: 2531

Re: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1

Hi Team,
Thanks for your inputs.
I will consider this & henceforth will not post same in multiple forums.
Thanks once again.

Regards,
giri
by sapthagiri
Wed Apr 12, 2017 12:41 pm
Forum: C++ Development
Topic: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1
Replies: 10
Views: 2531

Re: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1

Hi
I will run the socket demo sample & see if same behavior is seen.

Regards,
Giri
by sapthagiri
Tue Apr 11, 2017 6:01 am
Forum: C++ Development
Topic: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1
Replies: 10
Views: 2531

Re: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1

Hi team,
Thanks for your inputs.

We have compiled wxWidgets with GTK+2.
We are passing 1024 bytes as buffer length to ReadMsg(). Same function was working fine in wxWidgets 3.0.
We are not setting any socket flags before Socket WriteMsg() or ReadMsg() functions.

Regards,
Giri
by sapthagiri
Mon Apr 10, 2017 12:24 pm
Forum: C++ Development
Topic: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1
Replies: 10
Views: 2531

Re: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1

Hi,

We have downloaded the 3.1 package from the wxWidgets downloads page.
OS : Linux Debian 7.4(wheezy) 32-bit & also Linux Ubuntu(14.04) LTS 32-bit (both we tried).

Regards,
Giri
by sapthagiri
Mon Apr 10, 2017 8:43 am
Forum: C++ Development
Topic: Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1
Replies: 10
Views: 2531

Application freezes for 2-3 minutes after updating wxWidgets 3.0 to wxWidgets 3.1

Hi team, Hi Team, Recently we moved out application from wx3.0 to wx3.1. After merging wxWidgets 3.1 changes to our application, we are able to launch application, but after starting the application we observed that application is freezed for 2-3 minutes where it is trying to read socket data from t...
by sapthagiri
Wed Mar 15, 2017 9:30 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi Team,
I am sorry for that...

https://groups.google.com/forum/#!forum/wx-users

I Will take care that I will post only in the above forums...

Thanks for your time.

Regards,
Giri
by sapthagiri
Wed Mar 15, 2017 8:25 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi Team, Thanks for your inputs. Machine details: Ubuntu 14.04 LTS OS 32-bit type While building wxWidgets 3.1 configured with below option --with-gtk=3 --disable-debug Facing below compilation error: In file included from ../src/gtk/textentry.cpp:34:0: ../src/gtk/textentry.cpp: In member function ‘...
by sapthagiri
Tue Mar 14, 2017 12:12 pm
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi Team, Thanks for your response. Machine details: Ubuntu 14.04 LTS OS 32-bit type. After migrating wxWidgets 3.1 changes to our application, we are facing the following issues: 1. After launching application, observed below assert: ./src/gtk/window.cpp(3251): assert ""source"" ...
by sapthagiri
Mon Mar 13, 2017 10:14 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi team, Thanks for your response. OS details : Linux Ubuntu 14.04 LTS 32-bit type. As per your inputs we should not use both ALIGN_CENTRE_VERTICAL or ALIGN BOTTOM flags at a time in our application. 1. Why this check was introduced in source file wxWidgets-3.1.0/src/common/sizer.cpp for wxWidgets 3...
by sapthagiri
Mon Mar 13, 2017 5:45 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi, Thanks for your inputs. After building both wxWidgets 3.1 as well the application on the same machine with following configurations: Machine: Ubuntu 14.04 LTS OS type : 32-bit GCC : 4.8.4 We are facing below Assert issue after launching the application: ../src/common/sizer.cpp(209): assert "...
by sapthagiri
Thu Mar 09, 2017 10:26 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi team, Just to add to the above mail, we ran below commands: >. wx-config --libs -L/home/giri/Desktop/sample_application/app/build/../../sample_application/tools/linux/wx/lib -pthread -lwx_gtk2_xrc-3.1 -lwx_gtk2_html-3.1 -lwx_gtk2_qa-3.1 -lwx_gtk2_adv-3.1 -lwx_gtk2_core-3.1 -lwx_base_xml-3.1 -lwx_...
by sapthagiri
Thu Mar 09, 2017 9:50 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi team, We were able to resolve compilation issues after migration to wxWidgets 3.1 in our application. Now after launching our application we are facing below issue: "Fatal Error: Mismatch between the program and library build versions detected. The library used 3.1.0 (ANSI,compiler with C++ ...
by sapthagiri
Wed Mar 08, 2017 7:05 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi Team, Thanks for your inputs. We have removed the compile time flags as suggested by you. In our application, we have started using wxXmlAttribute instead of wxXmlProperty. Also we have replaced GetProperties() method with GetAttributes(). Currently we are resolving compilation issues after migra...
by sapthagiri
Mon Mar 06, 2017 11:28 am
Forum: C++ Development
Topic: Linux : WxWidgets 3.1 migration
Replies: 18
Views: 5006

Re: Linux : WxWidgets 3.1 migration

Hi team, Just to add to the previous mail: We observed in the error listed previously : class wxXmlNode’ has no member named ‘GetProperties. (Please refer file : wx/xml/xml.h) Also regarding the 2nd error wxXmlProperty is not declared in this scope, we saw following snippet in wx/xml/xml.h file : #i...