본문 바로가기
728x90

Research/Programming27

Worker Thread in Qt using Signals & Slots origin URL : http://cdumez.blogspot.com/2011/03/worker-thread-in-qt-using-signals-slots.html Saturday, March 12, 2011 Worker Thread in Qt using Signals & Slots Qt provides platform-independent threading classes, a thread-safe way of posting events, and signal-slot connections across threads. Multithreaded programming allows taking advantage of multiprocessor machines and it is also useful to per.. 2011. 4. 12.
An Introduction to SQLite An Introduction to SQLite 51:01 - 3년 전 Google TechTalks May 31, 2006 Richard Hipp ABSTRACT SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and app.. 2010. 2. 1.
Qt, undefined reference to `vtable for g++ -Wl,-rpath,/usr/local/Trolltech/Qt-4.6.0/lib -o mythstb version.o main.o globalsettings.o action.o actionset.o mythcontrols.o keybindings.o keygrabber.o livemgrwnd.o chansearch.o channellist.o banner.o setup-language.o setup-avoutput.o svcmgrthread.o moc_mythcontrols.o moc_keygrabber.o moc_livemgrwnd.o moc_chansearch.o moc_channellist.o moc_banner.o moc_setup-language.o moc_setup-avoutput.o .. 2010. 1. 26.
Makefile: 변수 출력하기 8.12 Functions That Control Make These functions control the way make runs. Generally, they are used to provide information to the user of the makefile or to cause make to stop if some sort of environmental error is detected. $(error text...) Generates a fatal error where the message is text. Note that the error is generated whenever this function is evaluated. So, if you put it inside a command.. 2009. 12. 14.
728x90