Search:

Type: Posts; User: lollobrigido

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,278

    Archives update

    I've updated the archives for who is interested in...
    Lollo
  2. Replies
    7
    Views
    3,278

    file .o or .d ....it's results of my...

    file .o or .d ....it's results of my compilations..In the next upload I skip it.

    and...yes it's right...in that case your suggestion is valid, in the next release I substitute it by enums....and...
  3. Replies
    7
    Views
    3,278

    The ExefunctionDispatch is a function written by...

    The ExefunctionDispatch is a function written by who use the Hlang class, and the function numbers cannot be enums because these number are specified in the grammar and not in the code itself

    Yes,...
  4. Replies
    7
    Views
    3,278

    Why it's odd? :-) Every indenting has its...

    Why it's odd? :-)
    Every indenting has its positive and negative, I think. :-)

    It's a project for eclipse ganymede..however in the debug dir there is the makefile.
    but you can compile it from...
  5. Replies
    7
    Views
    3,278

    new Parser/scanner library

    This is my first contribution to the community in terms of software.
    Another parser :-) ... but... it is run time interpreted, written in c++.
    Download it freely from:
    ...
  6. Replies
    0
    Views
    1,295

    LAN emails

    I need to send /receive mail from/to computers in my LAN. I tried various programs (mailx, postfix) and searched for tutorials but without success.
    I think this must be a simple thing to do, but I'm...
  7. Replies
    3
    Views
    15,442

    Ok, exchanging the operands the result is the...

    Ok, exchanging the operands the result is the same!
    cp *.txt smb://server/test
    the command tel me that is impossible to create smb://server/test, but that directory already exists and dragging a...
  8. Replies
    3
    Views
    15,442

    copy files to samba

    My questio is perhaps very fool, but I'm not able to find an answer!!
    I 've a server that share a directory with samba.
    In my PC I see such directory in ubuntu i.e. smb://server/test.
    I need to...
  9. Replies
    6
    Views
    6,615

    Great! tomorrow I try ... !!! This is the best...

    Great! tomorrow I try ... !!!
    This is the best support I've never experienced!!! leaving the "femto"$oft world everythings seems possible :-))))

    Thanks,
    Lollo
  10. Replies
    6
    Views
    6,615

    Excuse me but I'm very newbie in linux...

    Excuse me but I'm very newbie in linux programming... infact I don't understand how both programs proposed (by cornedbee e brewbook) can "redirect" the data extracted from the tcp packet to tty...
  11. Replies
    6
    Views
    6,615

    IP mapped to tty port

    Does someone know a tool to map an IP address to a tty?
    I've to connect a device which communicate through RS232 port and connected to a server which can open a socket. So I need a tool that receive...
  12. what do you mean with "message loop"? For...

    what do you mean with "message loop"?
    For messages you mean the OS messages?
  13. sleep for data in a wxwidget application

    How I can wait some data from serial port with a timeout without lock the events in my application? I tried wxMilliSleep() function but it lock my application and do not handle events, i.e. button...
  14. Replies
    3
    Views
    2,769

    Excuse me but I don't understand yet because my...

    Excuse me but I don't understand yet because my approach is unsafe.
    If I check my boolean flag before use the data it's the same that if I check a system mutex...which is the difference? It's my...
  15. Replies
    3
    Views
    2,769

    shared memory & mutex

    I've to share memory between two applications. I readed several documents about it an I find that I've to use a mutex (semaphore) to see if the shared memory is in use or not.
    I wonder if I can...
  16. Replies
    8
    Views
    5,027

    eclipse use his embedded console...perhaps is...

    eclipse use his embedded console...perhaps is this the problem
  17. Replies
    8
    Views
    5,027

    I'm using eclipse to develope...using ncurser...

    I'm using eclipse to develope...using ncurser when use the function
    "initscr"
    I get
    "Error opening terminal: unknown."

    ...why?
  18. Replies
    8
    Views
    5,027

    Ok...I use ncurses...

    Ok...I use ncurses...
  19. Replies
    8
    Views
    5,027

    can you show me a snippet which do that I need?...

    can you show me a snippet which do that I need?
    thx
  20. Replies
    8
    Views
    5,027

    arrow keys in linux

    How I can read when the user press an arrows keys in c/c++?

    thx
    Lollo
  21. Replies
    29
    Views
    6,020

    yes...I found that when execute the...

    yes...I found that when execute the "system(cmd.c_str())" the debugger lost the control
  22. Replies
    29
    Views
    6,020

    No, I would like to do that in automatic and...

    No, I would like to do that in automatic and understand how to...but it's not mandatory
  23. Replies
    29
    Views
    6,020

    If I put this piece of code in a small program it...

    If I put this piece of code in a small program it work fine!!!
  24. Replies
    29
    Views
    6,020

    I'm debugging and i have -g3 in the compiler...

    I'm debugging and i have -g3 in the compiler options.
    The code is correct for you to launch the command?

    Lollo
  25. Replies
    29
    Views
    6,020

    I would open the terminal programmatically to...

    I would open the terminal programmatically to show log file with this code:

    string cmd;
    cmd="tail -f " + (string)DbgFileName;
    system(cmd.c_str());

    but when I run the application i receive...
Results 1 to 25 of 35
Page 1 of 2 1 2