Search:

Type: Posts; User: mindtrap

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,604

    I know it is hardware but c# has smart solutions...

    I know it is hardware but c# has smart solutions for all kind of problems maybe there is a solution to understand which button is pressed when I click my webcam's button. Is there any way to...
  2. Replies
    2
    Views
    2,604

    Webcam Button Problem

    I got USB webcam and also used my webcam to take pictures so it has button for this purpose even if I capture images with a button inside my program I want to do same thing by using hardware button...
  3. Replies
    0
    Views
    1,836

    Screen Stream Display Problem

    We are trying to stream screen over network for educational purpose but the received image is not always correct sometimes it sends only some part of it instead of the full picture.


    ...
  4. Replies
    4
    Views
    3,181

    My function unfortunately due to our bad...

    My function unfortunately due to our bad programming practices include more than 100 thousands lines of code. Is there any way to see exactly which function ddo not return a value?
  5. Replies
    4
    Views
    3,181

    C# Compile Time Debugging

    I am working on a c# program but after a while it become to complex and make some adjustment now getting some error such as not all path return a value, but didnt find which function do not return...
  6. Replies
    2
    Views
    1,283

    Getting Time Problem

    I want to get current time living in Turkey, but when I used following function getting time 3 hour less than our time because of that reason adding 3 to currentTime->tm_hour is there anything else I...
  7. Replies
    2
    Views
    1,065

    In trouble with CreateThread

    I am trying to develop a multithreat application but the code below act a bit strange do not call workingThread and giving no error message as well. The code below working well with borland compiler...
  8. Thread: fopen gett

    by mindtrap
    Replies
    2
    Views
    1,347

    fopen gett

    I included,
    #include <stdlib.h>
    #include <stdio.h>

    try to open a file with
    FILE *Fp;
    Fp = fopen("log.txt", "r");

    But getting following error;
    error C2040: 'Fp' : 'int' differs in levels of...
  9. Replies
    8
    Views
    3,682

    I apreciate your help. Thanks a lot, and pheres...

    I apreciate your help. Thanks a lot, and pheres It really works I love it. thanx again :)
  10. Replies
    8
    Views
    3,682

    Ok. I will create critical section and monitor...

    Ok. I will create critical section and monitor resources. Another thing make me confused is print screen. Do multiple threats print something to the screen without conflicting? is there any queue...
  11. Replies
    8
    Views
    3,682

    Yes its risky task more than just open a file and...

    Yes its risky task more than just open a file and write in it. Is there any available framework for the logging purpose? or may I achieve success by just using semaphores or something similar.
    Thanx...
  12. Replies
    8
    Views
    3,682

    how can Multiple threat write one text File

    I have multi threaded application, and everythreat logging some error messages and logging process but, I dont know how to log multiple threat's working in a text file. Could you help me.
    Thanx you...
  13. Replies
    9
    Views
    1,270

    C doesnt support but vcl support classes :)...

    C doesnt support but vcl support classes :) whatever thanx for your help again and other time I would be more careful. Forgive me I am used to use lego languages such as c#. C looks to memore than a...
  14. Replies
    9
    Views
    1,270

    The code is a C code, but maybe vcl working in...

    The code is a C code, but maybe vcl working in c++ and c and probably in delphi as well. Its just a dll no more, Do I need to open same topic in other forums as well?

    Thanx u MacGyver, I...
  15. Replies
    9
    Views
    1,270

    Which of Them Work First

    I am new in C development and have to understand a program which was written with Borland Compiler, but something make it dificult to understand there are two functions in program one of them is:
    ...
  16. Replies
    5
    Views
    1,230

    Thanx you. Both of them work and I learnt more...

    Thanx you. Both of them work and I learnt more than I expect.
  17. Replies
    5
    Views
    1,230

    Even if I look sprintf it seem like only...

    Even if I look sprintf it seem like only formating strings and do not return them I have to return DXXXB1, DXXXB2 and pass them to a function as reference, could you help me?

    Also getting errors...
  18. Replies
    5
    Views
    1,230

    strcat problem

    for(int i =0; i<boardCount; i++)
    {
    char boardName[] = "dxxxB";
    strcat(boardName,i);
    }

    how can I add the integer to the end of string and let compiler interpret it as a whole...
Results 1 to 18 of 18