472,989 Members | 3,134 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,989 software developers and data experts.

FlsAlloc, etc. -wasting cpu cycles every time MSVCR71.dll is loaded?

Hi, I was profiling one of my apps in depends.exe, and noticed the functions
FlsAlloc, FlsFree, etc. being searched for every time that msvcr71.dll was
loaded. I have seen it before too, but I didn't realize it was a failed
GetProcAddress for each one every time an app is loaded. I imagine this
means that if it were not a failed lookup, then it would take less time to
load everyapp that references this library. its not that big of a perf hit
but every bit counts so how can I get this dependency removed, or fixed, or
something? I don't like the idea that anyone without w2k3 server has to
suffer slower load times because the runtime assumes its 2k3 server until it
can't find a few missing exports.
is there anything I can do here? can someone at least point me to some
official documentation on the matter? so far I haven't found anything of the
sort.
thanks
NICK
Jul 22 '05 #1
0 2204

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jerry Spence1 | last post by:
I have built a Setup file of my project and when I deploy it on another PC is crashes fairly quickly. I ran Dependancy Walker and found that it couldn't find the following files: MSCORPE.DLL...
99
by: dvdsum | last post by:
Hello, my english is very poor, excuse me. I want that someone explains several things. Ok, Windows, as well as other modern operating systems, gives a set of functions called API. The...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.