Search:

Type: Posts; User: muby

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,002

    Thanks Salem & Elysia, your tips solved for loop...

    Thanks Salem & Elysia, your tips solved for loop errors.

    MacDot16SsScheduleBandwidthRequest (static) is function declared & defined in other cpp file which i need to execute (callback?) in my cpp...
  2. Replies
    8
    Views
    2,002

    thanks for all replies :) ...

    thanks for all replies :)

    MacDot16ServiceFlowDirection is variable defined as


    typedef enum
    {
    DOT16_UPLINK_SERVICE_FLOW = 0,
    DOT16_DOWNLINK_SERVICE_FLOW = 1,...
  3. Replies
    8
    Views
    2,002

    errors : missing 'token' before 'token'

    Hi everybody,

    Im new to C++ & Im trying to modify a code in VC++

    here is the part of the code where i get errors


    for (i = 0; i < numFlows; i++)
    {
    if (MacDot16ServiceFlowDirection ==...
Results 1 to 3 of 3