First  |  Prev |  Next  |  Last
Pages: 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
Hooking keyboard
On Sun, 20 Aug 2006 18:59:38 -0300 Marcio Andrey Oliveira <marcioandreyoliveira(a)gmail.com> wrote: MAO> I did looked for wxWidgets APIs that would let me intercept text from MAO> any program that has focus I don't think there is anything like this. Under Windows you can use global hooks to do what you want but ... 4 Sep 2006 11:06
ODBC
Hello I'm trying to connect to my PostgreSQL using the wxODBC interface. The "~/.odbc.ini" is very small see below: [mydbgusti] Description = PostgreSQL Driver = PostgreSQL Trace = No TraceFile = Database = m... 22 Aug 2006 14:41
compiling wxWidgets
Hello I downloaded the WxWidgets version 2.6.3. My problem is when I compiling the code, where ever I pass to configure command even nothing I always receive the same error , see below: / ./bk-deps g++ -c -o coredll_fontenum.o -D__WXX11__ -D__WXUNIVERSAL__ -DWXUSINGDLL -DWXMAKINGDLL... 22 Aug 2006 07:41
Join
I want to join the maillist _________________________________________________________________ j??? MSN Messenger: http://messenger.msn.com/cn --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For addition... 20 Aug 2006 05:07
Odd link error
In trying to compile one of my apps (vc++8, wxwidgets 2.6.3, static, wxMSW, winxp), I get a strange linking error apparently related to "DECLARE_CLASS( LangDialog )" LNK2001: unresolved external symbol "public: virtual class wxClassInfo * __thiscall LangDialog::GetClassInfo(void)const " (?GetClassInfo(a)LangDialog... 22 Aug 2006 14:41
newbie questions
i am about to use wxWidget on linux and windows. get some questions looking for your help. 1) in my country, i can not get the book 'cross-platform gui programming with wxWidgets', so how should i start to learn the library? i've already read the helloworld sample in the tutorial but found it's too simple to ... 19 Aug 2006 01:37
wxYield bug
Hi, I've found that: m_pSock->WaitOnConnect(1); <<< waits for ever doesn't wait for ever; just for an hour or so (don't now anymore ;) )... The problem is, IMHO, in wxSocketBase::Init(), where the m_timeout membervar is initialised to 600. Which means that there is a wait-time of 600 per input. If ... 17 Aug 2006 13:20
version 2.7, ODBC+Unicode and mediaplayer
Hi, i have 2 questions : 1/ i thought that starting from wxWidgets 2.5.4 (2.5.4 ALL Unicode support in wxODBC is now fully implemented) that ODBC worked with unicode; So i tried to compile it like this and i have this error on a Mandriva 2006 with wxWidgets 2.7 : ../../configure --with-odbc --enable-monolithic ... 28 Aug 2006 07:22
wxSizer to expand a window
Hi, I have a wxBoxSizer for wxFrame. A wxSplitterWindow is attached to wxBoxSizer. I wan't to fill the wxFrame with the wxSplitterWindow when the frame is resizing. How to do it using wxSizerFlags ? ... 18 Aug 2006 11:14
Unresolved externals
Hi, I am using 2.7.0, MSW, dynamic, multilib, compiled with Visual Studio 2005. I have built both debug and release dlls. If I link to the debug libs my app links fine. If I link to the release libs I get the following unresolved externals: Page.obj : error LNK2001: unresolved external symbol "__declspec(d... 18 Aug 2006 06:52
First  |  Prev |  Next  |  Last
Pages: 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452