Search:

Type: Posts; User: dmh2000

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    23,050

    that is correct, but C99 is not supported in MS...

    that is correct, but C99 is not supported in MS Visual C/C++.
  2. Replies
    9
    Views
    23,050

    in C you can't declare variables in the middle of...

    in C you can't declare variables in the middle of a function. they have to be at the top. move your declarations of 'DCB portSettings' and 'COMMTIMEOUTS Cptimeout' to the beginning of the function...
  3. Replies
    9
    Views
    23,050

    if you want to use the library, you need to show...

    if you want to use the library, you need to show us the code that is causing these errors.

    you can get rid of the strcpy warnings by adding _CRT_SECURE_NO_WARNINGS to your compiler preprocessor...
Results 1 to 3 of 3