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

Thread: Run-Time Error

  1. #1
    Join Date
    Dec 1999
    Location
    Philippines
    Posts
    5

    Run-Time Error

    I created an application package using the package and deployment wizard of visual studio. When I installed it on an NT Server ver. 4.0 with service pack 4 and run the application. This error message appeared "Run-Time Error 7" "Out of Memory". But when I installed it on a pc with WIN95/98 OS it runs.
    What could be the probable cause of this? The server config is PIII-733 with 1GB of memory.


  2. #2
    Join Date
    Jun 2001
    Location
    Scandinavia
    Posts
    3

    Re: Run-Time Error

    What kind of component you're using in your application? ADO? Component in NT might need some
    backup? ...well, common solution could be that you run mdac_type.exe, in NT.
    -pt

    " I used to be schizophrenic, but we're okay now. "

  3. #3
    Join Date
    Dec 1999
    Location
    Philippines
    Posts
    5

    Re: Run-Time Error

    We are using ADO component. We already included the MDAC_TYPE in our setup package but the error still comes up. any other way???
    Thanks for the info.


  4. #4
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Run-Time Error

    Once I had a similar matter. It came out it was an Api declaration which differed from Win98 and Nt in type of some parameters (long instead of integer)...I do not know where to find informations about, but Hope this may give you a clue where to look for.

    Special thanks to Lothar "the Great" Haensler, Tom Archer, Chris Eastwood, Bruno Paris and all the other wonderful people who made and make Codeguru a great place. Come back soon, you Gurus.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  5. #5
    Join Date
    Dec 1999
    Location
    Philippines
    Posts
    5

    Re: Run-Time Error

    Thanks for the info but i think have found out what is wrong about application. I found out that the FM20.dll causes the problem. It recommends that you remove that from your project or install an OFFICE package


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