Search:

Type: Posts; User: dattaforit

Search: Search took 0.01 seconds.

  1. How to minimize physical and virtual memory consum

    Hello All,

    I have a Window service developed using Visual Studio .Net 2003. I am using VC++ .Net for the service development. The physical and virtual memory consumption is very high. How should...
  2. How to minimize physical and virtual memory consum

    Hello All,

    I have a Window service developed using Visual Studio .Net 2003. I am using VC++ .Net for the service development. The physical and virtual memory consumption is very high. How should...
  3. Hi Vart, Thanks for the prompt reply, So...

    Hi Vart,

    Thanks for the prompt reply,

    So what should i do to export the static function. Can i export it?
  4. Problem in exporting static function in win32 dll

    Hi All,

    I have a function in my C file. This is a static function. I want to export this function in the windows DLL. for exporting this function i have it in .h file as

    static int...
  5. After including the .h file it worked. thanks

    After including the .h file it worked. thanks
  6. Problem in returning value from the dll exported function

    Hi all,

    I have a C function in my dll workspace. This function is exported from the dll. I want to return value from the function. The value is of enum type. The declaration and the defination...
  7. Replies
    1
    Views
    1,557

    Problem in exporting a dll function

    Hi all,

    I have a win32 dll workspace. In this workspace i have most of the files as .c files. I want to export one of the function from this dll. The function is a static function. so for that...
  8. the function defination looks like : BOOL...

    the function defination looks like :



    BOOL APIENTRY DllMain( HANDLE hModule,
    DWORD ul_reason_for_call,
    LPVOID lpReserved
    )
    {
    ...
  9. Hello Sir, I have gone through my code and no...

    Hello Sir,

    I have gone through my code and no where i have double main statement.
  10. error LNK2005: _DllMain@12 already defined in SPLibrSync.obj

    I have a C code files. I have to create a Win32 DLL using the .c and .h files. Now when i included this file one by one. Now i am getting the error as "error LNK2005: _DllMain@12 already defined in...
Results 1 to 10 of 12