First  |  Prev |  Next  |  Last
Pages: 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452
undefined references while trying to link statically
Hi all, I'm using Julians Dialogblocks with wxGTK-2.6.2 on Linux. Compiling and linking my App in shared lib mode works fine. But trying make a static build leads to the following error messages: *** /home/tz/projects/igstd/.libs/libigdbapp.a(igdbapp.o)(.text+0x2d4): In function `igDbApp::DbOnInit()': *** /ho... 15 Jun 2006 03:51
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
wxArt2d and CVS
Hi, Sorry for that message as it is not a wxWidgets problem. As i have never used CVS i would like to download wxArt2d and i tried : cvs -d:pserver:anonymous(a)wxart2d.cvs.sourceforge.net:/cvsroot/wxart2d login and it ask me for a password, maybe i m doing something wrong ? Sorry again and thanks for answer ... 13 Jun 2006 11:35
AlphaBlt
Hi, I am blitting a bitmap with Alpha in it. And at my work with VC6 i arrive at the part of code at the end here, which i assume is fast. but at home it does do this part, instead it does it the slow way. Can someone tell me how i can get the same situation at home. There i use VC2003.net. I already searc... 8 Jun 2006 16:21
wxArt2d library ?
<html> <head> <meta name=Generator content="Microsoft Word 10 (filtered)"> <style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} h3 {margin-top:12.0pt; margin-right:0i... 1 Jun 2006 18:16
MinGW query
Hi everyone, I'm having trouble linking a newly installed library on MinGW. I read some "how to's", but my problem persists. In particular I'm trying to use Intel's OpenCV with MinGW. What I already did: -Created *.def files from *.dlls I had already with windows installation of OpenCV -Then used dlltool to... 29 May 2006 19:07
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
First  |  Prev |  Next  |  Last
Pages: 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452