|
2010-06-03
, 21:26
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#232
|
The Following User Says Thank You to dragly For This Useful Post: | ||
|
2010-06-04
, 07:46
|
Posts: 30 |
Thanked: 3 times |
Joined on Apr 2010
|
#233
|
|
2010-06-04
, 08:02
|
Posts: 79 |
Thanked: 21 times |
Joined on Sep 2007
|
#234
|
|
2010-06-04
, 08:59
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#235
|
|
2010-06-04
, 09:28
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#236
|
|
2010-06-04
, 11:44
|
Posts: 30 |
Thanked: 3 times |
Joined on Apr 2010
|
#237
|
|
2010-06-04
, 12:07
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#238
|
My idea is to implement a nice search function for my application. User do not need to type anything but scan the barcode of the device or engine, the application will read the code and display relevant information of the engine.
My pursuit is to use stacked window, when I push one button, it will open mbarcode window, after I have scanned the code and get the result, mbarcode window will close and return the main screen with the updated information of the engine.
I am trying to build that mbarcode application in my computer but it seems to have some unmet dependencies.
Can you pls help me where can I have the include for those gboolean, gchar or guint?????
The Following User Says Thank You to lardman For This Useful Post: | ||
|
2010-06-04
, 13:44
|
Posts: 30 |
Thanked: 3 times |
Joined on Apr 2010
|
#239
|
On a more technical note, what type of barcode are we talking about here?
My feeling is that this would work quite well as a plugin to mBarcode, but if you really want a standalone app then fair enough.
Which is again why I thought writing a plugin for mbarcode might make your life easier. There's worse ahead than working out what glib is don't worry
|
2010-06-04
, 14:00
|
Posts: 252 |
Thanked: 252 times |
Joined on Nov 2009
|
#240
|
barcode or QR code are both ok.
You are right definitely. I am sure that I have include<glib-2.0/glib.h> in the header and in .pro file also. I dont know why the application cries about hundreds of error and I cant even find where is the log file of esbox.
error.txt
Can you explain a little bit about your idea implementing plugin for mbarcode? I really dont know how to achieve that yet.
debhelper (>= 5), libzbar-dev, libdmtx-dev, gstreamer0.10-plugins-bad-dev | maemo-version (<5.0), libconic0-dev, libgstreamer0.10-dev, libosso-abook-dev | maemo-version (<5.0), libosso-dev, libgtk2.0-dev, libgconf2-dev, libglib2.0-dev, libebook-dev | maemo-version (<5.0), libgstreamer-plugins-base0.10-dev, libcurl3-dev, mce-dev | maemo-version (<5.0), libmodest-dbus-client-dev, libhildonfm2-dev, libqt4-dev
There are some example plugins in the repo.
What does your application do?