CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Maximum Dlls

  1. #1
    Join Date
    May 1999
    Posts
    35

    Maximum Dlls

    Is there any limitation to load Maximum No of dlls in the Memory.
    Ksheeraj

    39639,Leslie St.
    Apt #157
    Fremont USA 94538

  2. #2
    Join Date
    May 1999
    Posts
    53

    Re: Maximum Dlls

    I'm not sure. I would guess it would be the amount of available memory.


  3. #3
    Join Date
    May 1999
    Posts
    35

    Re: Maximum Dlls

    Hi ,
    We have total 40 dlls and 35 Ocx controls in the project.
    I am trying to open database connection after loading all 40 Dll's and 35 Ocx.And it faild with system errror code 998.And if I unload any one dll it will start working i.e. I can open database connection.What dose it means.I hace 512MB RAM in my system.
    ksheeraj

    39639,Leslie St.
    Apt #157
    Fremont USA 94538

  4. #4
    Join Date
    May 1999
    Posts
    53

    Well...

    Micro$oft sux..that's probably why..or maybe they hardcoded a limit in there OS...

    I'm not sure. You might want to try to merge DLLs together..if possible.




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured