Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- From: "Chris H" <humme.chris@xxxxxxxxxxxxxxx>
- Date: Mon, 9 Mar 2009 18:32:51 -0400
"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> wrote in message
news:l7var4t7fc4kvacgtnn3lm6kll79s64mjf@xxxxxxxxxx
There's nothing here that seems to have anything to do with your problem.
It also looks
like you might be linking with a single-thread C runtime, but since you
are not using
multiple threads, this doesn't seem to have much relevance. Essentially,
what you are
seeing here is that there is an error message that might be issued. There
is also likely
to be a bunch of other error messages.
joe
No warning error messages when it compiles.
These lines are from the *.map file, I have yet to figure out what function
or variable they are maping.
Is there any info on how to read the map file.
On Mon, 9 Mar 2009 15:02:40 -0400, "Chris H" <humme.chris@xxxxxxxxxxxxxxx>
wrote:
No the program is not multithreadedbut I did a search for thread and foundJoseph M. Newcomer [MVP]
the following lines in the file RecipeC.map:
0002:0000060c
??_C@_0CN@FPEG@R6017?$AN?6?9?5unexpected?5multithread?5@
0041a60c libc:crt0msg.obj
0002:0000054c
??_C@_0CN@FPEG@R6017?$AN?6?9?5unexpected?5multithread?5@
0040954c libc:crt0msg.obj
I am not sure what this is telling me.
Chris
"Stephen Myers" <StephenMyers@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B5BBD10E-A519-46A8-869F-EE05C246485A@xxxxxxxxxxxxxxxx
"Chris H" wrote:
I am trying to fix an old program that used to work. The function that
fails is:
status = RpcNsBindingLookupBegin(RPC_C_NS_SYNTAX_DEFAULT EntryName,
Recipe_Transfer_ServerIfHandle, NULL, 0, &LookupContext);
Back in the old days, 1990's NT3.51, this code almost never failed, if
it
did fail you just restarted the program and it would work. Once you get
past
this the program has always worked correctly. Over the years, with new
versions of Windows and installing more other programs, the failure
rate
increased. Now it fails almost every time. The error code is 1761:'The
entry is not found'.
If there is a better place to ask this question please let me know.
Thanks in advance
Chris
Is this program multi-threaded? If so the following may be of interest.
http://support.microsoft.com/kb/169439
Steve
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Follow-Ups:
- Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- From: Joseph M . Newcomer
- Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- References:
- RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- From: Chris H
- RE: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- From: Stephen Myers
- Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- From: Chris H
- Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- From: Joseph M . Newcomer
- RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- Prev by Date: Debugging 'release' problems
- Next by Date: Re: Moving to VisualStudio 2008
- Previous by thread: Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- Next by thread: Re: RpcNsBindingLookupBegin() returns 1761:'The entry is not found'
- Index(es):
Relevant Pages
|