Search found 66 matches

by danielch
Mon Sep 14, 2009 10:15 pm
Forum: C++ Development
Topic: wxwidgets application as a service
Replies: 3
Views: 1378

wxwidgets application as a service

Hi, I have to write an application which is working as a service. The first platform it will be windows XP & Vista. My question is, it is possible to do it in wx or do I have to use windows API? Are in wxwidgets common libs for service for different platform? Any suggestions? how to write applic...
by danielch
Tue Jul 21, 2009 5:45 pm
Forum: wxDev-C++
Topic: how to install wxdev C++ as standalone
Replies: 4
Views: 2064

Re: how to install wxdev C++ as standalone

Please help... Hallo, I have a simple question. How to install wxDev ++ without installer? I just have to install (unpack) it on one laptop which does not belongs to me. I don't want to put any information into windows registry. I'd like to have all wxDev++ in one folder f.e. c:\wxdevc\.... I can to...
by danielch
Sun Jul 19, 2009 9:31 pm
Forum: wxDev-C++
Topic: how to install wxdev C++ as standalone
Replies: 4
Views: 2064

how to install wxdev C++ as standalone

Hallo, I have a simple question. How to install wxDev ++ without installer? I just have to install (unpack) it on one laptop which does not belongs to me. I don't want to put any information into windows registry. I'd like to have all wxDev++ in one folder f.e. c:\wxdevc\.... I can to install wxDev ...
by danielch
Thu Jun 04, 2009 6:44 pm
Forum: Platform Related Issues
Topic: wxapp and xp style under windows XP and Vista
Replies: 2
Views: 1157

wxapp and xp style under windows XP and Vista

Hi everybody,
I have a very short questions.
1. Is it possible to create wxApp in XP style?
2. How to do it? Can I use wx controls normally and just to set up XP Style?
Does anyone write application with XP Style in wxwidgets?

Regards,
Daniel
by danielch
Tue Feb 12, 2008 7:39 pm
Forum: C++ Development
Topic: unfinished wxDC in horizontal and vertical positions
Replies: 1
Views: 703

unfinished wxDC in horizontal and vertical positions

Hi All, I have some stupid questions.... but I really don't know how to start. Till now I write programs with controls, I did not use DeviceContext or something similar. Now, I have to write an application, which based on time. It's somethink similar to audacity: look at screen shot: http://audacity...
by danielch
Thu Jan 24, 2008 7:39 pm
Forum: wxDev-C++
Topic: POSTGRE - table->Open()
Replies: 7
Views: 2010

schema please look at...

If you don't find a schema in your query...
remember...
If you are logged as user studentA you see object from your schema (studentA), and next from public

Look at this in Postgresql config file:

#search_path = '$user,public' # schema names

File:postgresql.conf
Regards,
Daniel
by danielch
Wed Oct 25, 2006 11:13 pm
Forum: Platform Related Issues
Topic: EVC4 and ActiveSync
Replies: 1
Views: 703

not enough info

Not enough information. Just check if you can communicate throu ActiveSync manager. I have no problems with this ;-)

you can also check nestat -all (propably)....


Regards,
Daniel
by danielch
Wed Oct 25, 2006 10:26 pm
Forum: Platform Related Issues
Topic: Pocket PC eVC++ 4.0 ModalDialog
Replies: 7
Views: 3229

Hi I still try to find a bug...

Hi, I still try to find a bug. I even move my wx 2.6.3 application to VS2005 (Platform Pocket PC 2003 and WM 5.0). I don't know why but somtimes I get error like this: assert "wxAssertFailure" failed: can't call Exit() if not running from this line in source code, wxCHECK_RET( IsRunning(),...
by danielch
Sat Oct 21, 2006 11:27 am
Forum: Compiler / Linking / IDE Related
Topic: Hi, VStudio 2005 instead of evc + PocketPC
Replies: 0
Views: 478

Hi, VStudio 2005 instead of evc + PocketPC

Hi Nowadays I work with eVC++ 4.0 + wxwidgets 2.6.3 for Pocket PC 2003 and 2003 SE. My question is: does anybody try this configuration: Visual Studio 2005 + wxWidgets 2.6.3 for Pocket PC 2003 SE and WM 5.0? Ofcourse all soft written in C++. Where there any problems? I ask because IDE from VS 2005 i...
by danielch
Fri Oct 20, 2006 11:13 pm
Forum: Platform Related Issues
Topic: Pocket PC eVC++ 4.0 ModalDialog
Replies: 7
Views: 3229

I dont know

Hi, As you suggested I use wxFrame as my main window. And from this wxFrame I call wxDialogs (5 or 6 of them). With one, where I have sizers, grids, and buttons I have this problem. In the modal dialog I only call End_Modal and destroy is called within wxFrame. What is strange this code works great ...
by danielch
Sat Oct 14, 2006 9:20 pm
Forum: Platform Related Issues
Topic: Towards quality in wxWinCE 2.8
Replies: 1
Views: 766

Great Idea!!!

Hi, I this that this is a great idea. Why? Becasue I notice that more and more people are interested in WinCE Port. ABX, Thanks for great idea !!! Personally I try to find a bug in my code or in wxwidgets under WinCE. As usully when I find it I will l inform you to help other to avoid this ;-) Regar...
by danielch
Wed Oct 11, 2006 8:03 pm
Forum: Platform Related Issues
Topic: Pocket PC eVC++ 4.0 ModalDialog
Replies: 7
Views: 3229

Pocket PC eVC++ 4.0 ModalDialog

Hi, I have read this info: http://www.wxwidgets.org/manuals/2.6.3/wx_wxmswport.html but I still have some questions and one error. My application based on Modal Dialog: The main loop is: IMPLEMENT_APP(PocketPCDlgApp) bool PocketPCDlgApp::OnInit() { PocketPCDlg *myDlg = new PocketPCDlg(NULL); SetTopW...
by danielch
Wed Oct 11, 2006 9:31 am
Forum: Platform Related Issues
Topic: Pocket pc eVC++ wxString 2.6.3
Replies: 3
Views: 1210

solved

Hi, sorry for my message ;-)
I just make an order in code and... all works fine. I don't know but it seems that I forget one ; or something like that.

Regards,
Daniel
by danielch
Tue Oct 10, 2006 10:10 pm
Forum: Platform Related Issues
Topic: Pocket pc eVC++ wxString 2.6.3
Replies: 3
Views: 1210

please look at this the code is quite short ...

Please help me what's up? Maybe something is wrong with headers? This is *.h file: #ifndef __DLGPRZEGLAD_HPP_ #define __DLGPRZEGLAD_HPP_ #ifdef __BORLANDC__ #pragma hdrstop #endif #ifndef WX_PRECOMP #include "wx/wx.h" #else #include "wx/wxprec.h" #endif #include "wx/button.h...
by danielch
Tue Oct 10, 2006 9:23 pm
Forum: Platform Related Issues
Topic: wxDatePickerCtrl Pocket PC Mobile 5.0 problem
Replies: 3
Views: 1126

Solved...

Hi, First I have to say GREAT THANKS TO ABX. He helped me to solve this problem. The problem is in wx version 2.6.3 It does not occuried in 2.7 One more time thanks to ABX!!! Below is the solution I hope that it will be usefull for other users: In datectrl.cpp change lines in this place: #ifndef __W...