Search found 192 matches

by extreme001
Wed Dec 18, 2013 7:40 pm
Forum: Database Related
Topic: Firebird
Replies: 5
Views: 16149

Re: Firebird

And don't forget the commit!
by extreme001
Wed Dec 18, 2013 7:38 pm
Forum: C++ Development
Topic: Event for wxListCtrl scrolling
Replies: 8
Views: 3361

Re: Event for wxListCtrl scrolling

Hi!

I've seen this topic coming up again. Sadly but true: I think it's a bit to complicated to develop applications with wx. The community is nice but not the same as Qt as an example. The "movement" and "growness" in wx is not as i expected...

Thank you anyway for your help!
by extreme001
Fri Sep 21, 2012 7:08 am
Forum: C++ Development
Topic: How to log messages with &-Token in it?
Replies: 5
Views: 2187

Re: How to log messages with &-Token in it?

Yes...i hoped there would be a routine, a method or something which does it for me.
Thank you very much!
by extreme001
Wed Sep 19, 2012 8:17 pm
Forum: C++ Development
Topic: How to log messages with &-Token in it?
Replies: 5
Views: 2187

How to log messages with &-Token in it?

Hi! I downloaded a file that contains %-Token in it's filename. While reading it line by line i get a general FORMAT-Issue. The file was renamed by the browser. Any idea on how to read it if there are %-Token in the filename that is pushed wxLog? The errorline: wxLogMessage(wxString::Format(_T("...
by extreme001
Tue Aug 28, 2012 9:17 am
Forum: C++ Development
Topic: wxRegex: Capturing matches in filecontent seperated by a \n
Replies: 4
Views: 2149

Re: wxRegex: Capturin matches in filecontent seperated by a

Thank you very much! That's what i was looking for. I used the wrong flags.

Have a nice day.
by extreme001
Mon Aug 27, 2012 7:11 pm
Forum: C++ Development
Topic: wxRegex: Capturing matches in filecontent seperated by a \n
Replies: 4
Views: 2149

Re: wxRegex: Capturin matches in filecontent seperated by a

Hey! Thank you! I know that i can do it the way you described, but i want to know to do with wxRegEx. Any idea?
by extreme001
Mon Aug 27, 2012 5:03 pm
Forum: C++ Development
Topic: wxRegex: Capturing matches in filecontent seperated by a \n
Replies: 4
Views: 2149

wxRegex: Capturing matches in filecontent seperated by a \n

Hi! I have a file, a configfile and want to read the settings and values with a regular expression, seperated by a newline. I always get one match over the complete string. This is the expression: wxRegEx regex(_T("(?pw)^(SaveMy\\w+|Color)=(.+)$"), wxRE_ADVANCED); And this is file content:...
by extreme001
Thu Mar 01, 2012 4:11 pm
Forum: C++ Development
Topic: Debug alert in Release? Why?
Replies: 20
Views: 17135

Re: Debug alert in Release? Why?

Edited the setup.h, cleaned all projects including the wxWidgets-build and rebuilded all. I set wxDebugLevel=0 for production builds.
by extreme001
Wed Feb 29, 2012 8:41 pm
Forum: C++ Development
Topic: Debug alert in Release? Why?
Replies: 20
Views: 17135

Re: Debug alert in Release? Why?

Thank you! The information you provided was very helpful.
Thank you very much for your help! Have a nice evening...
by extreme001
Wed Feb 29, 2012 3:49 pm
Forum: C++ Development
Topic: Debug alert in Release? Why?
Replies: 20
Views: 17135

Re: Debug alert in Release? Why?

Hey! I'm sure i've built a release-app and also did not ship debug-builds to the testers.
The exe files are to small for a debug-build...i'm sure it's not a debug-build. Someone is into this problem with wxWidgets 2.93, too ? It's really a debug-error-message that pop ups. Please help...

Thank you!
by extreme001
Tue Feb 28, 2012 6:35 pm
Forum: C++ Development
Topic: Debug alert in Release? Why?
Replies: 20
Views: 17135

Re: Debug alert in Release? Why?

Thanks! I totally agree...the Error-Message is not helpful for the customer. But why did they add a debug-error-message in a release-version? I want to make sure it's understood correctly by you. I'm not running a debug-exe, i'm running a release-exe.

Thank you for your answers!
by extreme001
Tue Feb 28, 2012 2:08 pm
Forum: C++ Development
Topic: Debug alert in Release? Why?
Replies: 20
Views: 17135

Debug alert in Release? Why?

Hi! Got back to development with wxWidgets and created a small application i compiled and linked in Release-Version (MSVC10-Compiler and wx 2.93). Got a crash and a wxWidgets-Debug-Alert...why is it called debug-alert in Release-Version? What could be the mistake? I'm using wx 2.93 and compiled it w...
by extreme001
Tue Mar 15, 2011 10:53 am
Forum: C++ Development
Topic: Problem in wxApp destructor with wxLogGui
Replies: 4
Views: 1892

Thank you guys! I got it working by moving the code into OnExit() ;-) and yes, i deleted the m_standardlog before, but i searched for the wrong term in my sources.

Now i have to find out why Visual Studio shows a corruption of heap.

Have a nice day.
by extreme001
Mon Mar 14, 2011 10:05 pm
Forum: C++ Development
Topic: Problem in wxApp destructor with wxLogGui
Replies: 4
Views: 1892

I know what the error is trying to tell me, but i have no idea how to release/free the log-object. Is it possible to destroy the log-object in destructor?
by extreme001
Mon Mar 14, 2011 10:02 pm
Forum: C++ Development
Topic: Problem in wxApp destructor with wxLogGui
Replies: 4
Views: 1892

Problem in wxApp destructor with wxLogGui

Hi! In my destructor of my derived wxApp is everything ok. First delete, then i set my variable to NULL. But after leaving the destructor it shows an unhandled exception...violation reading location 0x000000e8. It stops at xstring::bool empty, that comes from wxString::empty(), from wxAppConsole::Ge...