First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27
error LNK2019: unresolved external symbol
I am writing a C++ dialog based MFC application that will be communicating with devices on a IEEE 1394 network. As such, my application will need to identify all the interfaces on the PC. I am calling function such as SetupDiGetDeviceInterfaceDetail, SetupDiEnumDeviceInterface and SetupDiEnumDeviceInterfaces. My ... 14 Jun 2006 16:57
wxGTK: bug in wxScrollWinEvent handler?
I have a window (derived from wxWindow) with two scroll bars created by "wxVSCROLL | wxHSCROLL" in the window constructor. My event table has: EVT_SCROLLWIN (PatternView::OnScroll) My event handler looks like this: void PatternView::OnScroll(wxScrollWinEvent& event) { WXTYPE type = event.GetEventType();... 19 May 2006 01:30
wxWidgets 2.6.3
I have dl the 2.6.3 windows sdk. Using VC 6 on Win 2000 w SP4. The following has been created. I do not understand the _custom added to the dll. wxbase26d_net.lib wxbase26d_odbc.lib wxbase26d_vc.lib wxbase26d_xml.lib wxexpatd.lib wxjpegd.lib wxmsw26d_adv.lib wxmsw26d_core.lib wxmsw26d_html.lib wxmsw2... 18 May 2006 23:58
wxwidgets + opencv
Hi people. Does someone have experience programming with OpenCV library and wxWidgets together? If yes can I have an example to integrate OpenCV in a wxWidgets frame? Best Regards Frank ... 4 May 2006 09:58
wxWidget
Hello, I would like to display some 2d/3d graphs in a wxwidget. What is the common pratice? I think I could write a widget that uses OpenGL for the graph rendering, but I hope that there are other possibilities, for example: 1) what about using a Direct3D to render inside a wxwidget? 2) is it possible (is... 20 Apr 2006 16:14
wxTreeCtrl
Hi All, Trying to use wxWidgets 2.6 for a relatively simple GUI for the first time. Familiar with MFC, OpenClass and OWL but not GTK. (Yes Windows I'm afraid) I have wxBoxSizer* m_BoxSizer = new wxBoxSizer(wxVERTICAL); SetSizer(m_BoxSizer); m_TreeCtrl = new wxTreeCtrl(this, ID_Users, wxDefaultP... 7 Apr 2006 12:41
Link errors
Helo NG, while linking the first HelloWorld-App from the wxWidgets-Book i get following errors: Linking... MyApp.obj : error LNK2019: unresolved external symbol "public: void __thiscall wxStringData::Free(void)" (?Free(a)wxStringData@@QAEXXZ) referenced in function "public: void __thiscall wxStringData::Un... 19 Mar 2006 19:31
Re[2]: Qt vs wxWidgets
On Thu, 02 Mar 2006 10:16:07 GMT Daniel James <wastebasket(a)nospam.aaisp.org> wrote: DJ> You mean that wx doesn't require a tool like moc, you just write C++? DJ> DJ> Technically Qt doesn't require moc -- moc is just a preprocessor generates DJ> C++ from a Qt-specific C++-like syntax. You could write the C++ dir... 2 Mar 2006 06:31
OSX, Plugins and wxWidgets - multiple symbol definition on Plugin load.
Hi there. I'm trying to write a simple plugin system where I have a main app and then load plugins (bundles) when it runs. Both the app and the plugins will use wxWidgets and so I've found I have to link each with the static library. Problem is, when the bundle is loaded with Boolean ret = ::CFBundleLoad... 19 Feb 2006 08:00
wxThread
Hi all, I am using a wxThread derived class (created as JOINABLE) for background processing, which the user can interrupt and I have a couple of questions. I am waiting for the thread to finish by periodically calling IsAlive() from a timer and then calling Wait() if IsAlive() returns false. From the ... 21 Feb 2006 17:23
First  |  Prev |  Next  |  Last
Pages: 16 17 18 19 20 21 22 23 24 25 26 27