Search:

Type: Posts; User: netwizio

Search: Search took 0.00 seconds.

  1. Code

    /*********************Admindll.c******************/

    #pragma data_seg(".SH")
    static TDataReadNotify DataReadNotify=NULL;
    #pragma data_seg()

    BOOL APIENTRY
    MprAdminAcceptNewConnection(
    IN...
  2. Passing a Pointer from an Application to DLL

    I am implementing a RAS Extension DLL.
    I want that whenever a user connects to the RAS server on Windows my application recieves a notification. For this purpose I call an exported member of the dll...
  3. Thread: PPP Server

    by netwizio
    Replies
    1
    Views
    1,550

    I have found this function in Windows CE SDK...

    I have found this function in Windows CE SDK
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceras/html/_wcesdk_RasIOControl.asp

    But I have not found it in Windows 32 SDK.
    ...
  4. Thread: PPP Server

    by netwizio
    Replies
    1
    Views
    1,550

    PPP Server

    I want to make a PPP server using Microsoft APIs and I am unable to find any reference on how to do it.

    What I want is to make the Windows incoming PPP Connections just as PPP Clients can be made...
  5. Replies
    4
    Views
    2,610

    multiple declarations of functions errors

    i am developing a program which has a number of threads and many functions
    previously the program had a header file and a main file so as a result the header file was becoming bigger and bigger.
    ...
  6. i forgot the exit statement in the if check for...

    i forgot the exit statement in the if check for the number of arguments but this doesnot give segmentation error that is for sure
  7. i can't find why i m getting segmentation error

    hey i want to increment a shared counter using shared memory and semaphores it is actually the code of richard stevens unp v2


    #include <sys/mman.h>
    #include <sys/types.h>
    #include <sys/stat.h>...
  8. Replies
    2
    Views
    1,721

    help about compilation error

    i want to perform posix shared memory ipc
    here is the reader program
    /


    //////////////////////////////////////////////////// #include <sys/mman.h> #include <sys/types.h> #include <stdio.h>...
  9. Replies
    6
    Views
    2,022

    actual question

    let's forget every thing and come to generality

    if i say that the speed is what i require and i have to use ipc then what do u recommend
    fifo or shared memory

    i m going to try myself also the...
  10. Replies
    6
    Views
    2,022

    actually

    actually both can't be the part of the same program bcuz they have to be seprate. It is in the design that statistics collector is a different program and the analyzer is different.
    Now what do u...
  11. Replies
    6
    Views
    2,022

    my actual program

    actually iam programming a flow based analyzer .The program should work at high speed. So One program matches the packets and updates the structures' linklist on the basis of packets. Then this...
  12. Replies
    6
    Views
    2,022

    a question regarding ipc

    i have a link list of sturctures and these structures are created in one program and then these are passed to the other programs on linux.
    Commonly it is said that pipes are the most efficient ipc I...
  13. Replies
    3
    Views
    3,910

    fread

    according to the man page of fread
    size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);

    size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream);

    DESCRIPTION ...
  14. Replies
    3
    Views
    3,910

    reading and writing structures to pipes

    hello
    can any body help me reading and writing structures to files
    any sort of help is welcomed
    plz
Results 1 to 14 of 14