Search:

Type: Posts; User: MTariq; Keyword(s):

Search: Search took 0.20 seconds.

  1. Replies
    1
    Views
    281

    [ubuntu] Cairo terminal displaced

    I have cario dock installed on my Ubuntu 12.04. I have by mistake detached the terminal (add-on). It is now in a floating position on the desktop and it's look is very odd. Any body please help me to...
  2. Replies
    0
    Views
    702

    [ubuntu] Virtual Desktop Camera

    Is there any virtual camera on ubuntu. I mean I want to publish my desktop over a webcam in different IM messengers. For this I want a virtual on screen/ Desktop camera that can simulate just like a...
  3. Replies
    1
    Views
    291

    [ubuntu] Executing Applications

    I want to execute an application i.e. android emulator in a non-system drive i.e. /media/ubuntu/Data where drive name is Data.

    Is there any way to do that?
    I tried to change the permission by...
  4. Replies
    8
    Views
    894

    Re: Segmentation fault

    I copied the statement from my c Code, pasted it in SQLiteman. Statement is working well and result is as desired!
  5. Replies
    8
    Views
    894

    Re: Segmentation fault

    Putting Some More checks revealed that sqlite3_prepare() is returning a SQLITE_ERROR where
    #define SQLITE_ERROR 1 /* SQL error or missing database */
  6. Replies
    8
    Views
    894

    Re: Segmentation fault

    Not working even..
    Seems that
    result = (char*)sqlite3_column_text(sqlstmt,0);

    is returning nothing. And result is empty..
    I found this bug by printing it on the message box...
    But why is it...
  7. Replies
    8
    Views
    894

    Re: Segmentation fault

    I see....

    Well using strcpy would Help?
  8. Replies
    8
    Views
    894

    Segmentation fault

    Code in my DataBase.cpp file:



    #include "DataBase.h"

    #include <sqlite3.h>
    #include <string.h>
    #include <wx/msgdlg.h>
  9. Replies
    3
    Views
    540

    [SOLVED] Re: Problems With SQLite

    Done :-)

    I just tried the command 'wx-config --libs' on the terminal which returned this

    -L/usr/lib/i386-linux-gnu -pthread -L/usr/lib/i386-linux-gnu -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8...
  10. Replies
    3
    Views
    540

    [SOLVED] Re: Problems With SQLite

    Ahan!
    Failing that would certainly result in:

    Undefined/Undeclared function sqlite3_open();
    or so on. But that is not the case. I have included sqlite3.h

    What I think that this might be my...
  11. Replies
    3
    Views
    540

    [SOLVED] Problems With SQLite

    I am trying to compile a project that includes wxWidgets and SQLite3 on CodeBlocks.
    Now the problem is on compilation C:B says

    Undefined Reference to "sqlite3_open()"
    ...
    and so on.
    Google...
  12. Replies
    1
    Views
    2,497

    Re: Help with libpcre-dev

    Done:-)
    Synaptic has solved the problem..
  13. Replies
    1
    Views
    2,497

    Help with libpcre-dev

    I have recently Upgraded to Ubuntu 12.10 from ubnutu 10.10.
    I just wanted to install libglib-dev but it say it depends upon libpcre3-dev which won't be installed automatically. Then I tried to...
Results 1 to 13 of 13