Search:

Type: Posts; User: caefer

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,403

    connecting to a serial device?

    urgend help needed here.

    I must programm an application that connects to a serial device (on openbsd this is /dev/utty0) the device itself will offer a vt100 compatible terminal.

    how can I open...
  2. Replies
    6
    Views
    2,636

    SOLVED!

    Hi,

    thanks for your help!

    I found the mistake in this line:



    while ( WaitForSingleObject( stopServiceEvent, 5000 ) == WAIT_TIMEOUT );
  3. Replies
    6
    Views
    2,636

    I now changed the code a bit. still everything...

    I now changed the code a bit. still everything runs smooth only the changes have no effect..

    it looks like the WaitForSingleObject() timing and the overall service timing..



    <I get this log>...
  4. Replies
    6
    Views
    2,636

    yes, maybe. I use to program for unix systems,...

    yes, maybe. I use to program for unix systems, mainly linux and did some deamon stuff as well.

    when I first thought about my problem (reacting on a plain textfile change) I immediatly thought...
  5. Replies
    6
    Views
    2,636

    hi anonytmouse, great analysis you did there,...

    hi anonytmouse,

    great analysis you did there, thanks a lot.

    I escaped the backslash in the parameterbox because I read somewhere, that given pathnames for parameter to a service should be...
  6. Replies
    6
    Views
    2,636

    Win32 Service for FileChangeNotification

    hi there,

    I currently try to write a windows service that acts on filechanges in a specified directory (yes a filemonitoring tool)

    I wrote an application (the out commented part at the bottom...
  7. Replies
    2
    Views
    1,186

    no I did not use any textures yet but disabling...

    no I did not use any textures yet but disabling the lighning was a great help!
    would not have thought of it of my own, thnks a lot!
    :D


    regards
    /christian
  8. Replies
    2
    Views
    1,186

    OpenGL Labeling problem

    hi there!

    in my little game I have some Objects obviously.
    they all look very similar so I want to implement a method to label them with their name. so i did this:



    void...
  9. Replies
    2
    Views
    1,909

    Coding a shell-like interface

    hi there,
    I'm new to the board and rather new to programming for linux as well. but I'm glad I do that now, since it's a lot of fun! ;)

    Currently I write some app that is going to use a...
Results 1 to 9 of 9