Search:

Type: Posts; User: Lauris

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    5,352

    maybe someone can give some real example? becouse...

    maybe someone can give some real example? becouse this is my firs time when I try to write program in c++ builder which has to get data from internet. Till now I was able to open page and not a step...
  2. Replies
    3
    Views
    5,352

    Web browser based program

    Hi. I'm making one program with C++ builder 6. Program objectives are to get info from specific web pages and to do it fast, also to show results and web pages to user as fast as posible and program...
  3. Replies
    21
    Views
    7,587

    how and from where to get it???

    how and from where to get it???
  4. Replies
    21
    Views
    7,587

    but what can be wrong with it??? permisions are...

    but what can be wrong with it??? permisions are right, I'm runing ir root user and root with both files can do everything...
  5. Replies
    21
    Views
    7,587

    maybe in cvs.sh flile something is wrong, this...

    maybe in cvs.sh flile something is wrong, this scrap of code is somewhere about 34line and has something similar to error mesage:

    check_autotool_versions()
    {
    required_autoconf_version="2.53 or...
  6. Replies
    21
    Views
    7,587

    well, not much use of that, still erors and it...

    well, not much use of that, still erors and it looks like that now:
  7. Replies
    21
    Views
    7,587

    linux-9mwq:~ # ls -la /usr/bin/env /usr/bin/perl...

    linux-9mwq:~ # ls -la /usr/bin/env /usr/bin/perl
    -rwxr-xr-x 1 root root 18872 Nov 25 2006 /usr/bin/env
    -rwxr-xr-x 3 root root 1163988 Nov 25 2006 /usr/bin/perl
  8. Replies
    21
    Views
    7,587

    after changing #!/usr/bin/env perl to ...

    after changing
    #!/usr/bin/env perl to
    #!/usr/bin/perl results are the same:


    in usr/bin file env and file perl exist, and looks like executable...
  9. Replies
    21
    Views
    7,587

    first line of th ./admin/detect-autoconf.pl file:...

    first line of th ./admin/detect-autoconf.pl file:

    #!/usr/bin/env perl
  10. Replies
    21
    Views
    7,587

    why can't build project in KDevelop C/C++

    Hi, I'm just starting to program in linux (openSuse 10.2), trying to use KDevelop C/C++, but I even can't build a sample project. That is what I get:
  11. Replies
    3
    Views
    2,219

    Programs for programing C++ in Linux

    Hi. What programs are using in linux (now using openSuse 10.2) to write programs in C++ language. I know that one of them is gcc maybe it's more than this one. would be perfect if program woulg be at...
  12. Using database in C++ with SQL. is it posible???

    Is it posible to use some database outside of program and controt it with SQL.
    In final I want to write some program which would be only GUI(graphical user interface) of some database file.
    ...
  13. Replies
    2
    Views
    2,657

    not quite that I'am asking. in ComboBox...

    not quite that I'am asking. in ComboBox TComboBox->Item->Add("AnsiString"); is to enter new line in combobox, how can I do the same in TColorBox also showing color that I want....
  14. Replies
    2
    Views
    2,657

    adding color to TColorBox

    Hi how would be able to add items and colors to colorbox, using Borland C++ builder 6.0. info is stored in int *ps.
    ps[0] - count of colors
    ps[1]-ps[ps[0]] - codes of colors

    in Color box...
Results 1 to 14 of 14