添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
473,945 Members | 4,114 Online

LINK : fatal error LNK1000: Internal error during LIB::Search

When doing a "Whole Program Optimization" release build, I get the following
error during LINK:-
Searching \main\Binaries\ lib\pc_retail\A AALibs.lib:
LINK : fatal error LNK1000: Internal error during LIB::Search

Version 7.10.3077

ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddres s = 10707ADA (10700000) "C:\Program Files\Microsoft
Visual Studio .NET 2003\Vc7\bin\c2 .dll"
NumberParameter s = 00000002
ExceptionInform ation[ 0] = 00000000
ExceptionInform ation[ 1] = 00000000
CONTEXT:
Eax = 00000000 Esp = 0013E710
Ebx = 0346B992 Ebp = 0013E98C
Ecx = 00000000 Esi = 7900AD90
Edx = 3E85F6F8 Edi = 00000000
Eip = 10707ADA EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0013E710 Dr3 = 0346B992
Dr1 = 0013E98C Dr6 = 00000000
Dr2 = 00000000 Dr7 = 00000000

Is there a fix for this, has anyone else experienced the problem?

I believe it has something to do with the 3 gigs of precompiled headers that
our project is using - but it might not be?

Robert
Aug 31 '06 # 1
1 5914
Plz try turning off generation of debugging info.

-Shekhar

"BobPitbull " <Bo********@dis cussions.micros oft.comwrote in message
news:AF******** *************** ***********@mic rosoft.com... When doing a "Whole Program Optimization" release build, I get the
following
error during LINK:-
Searching \main\Binaries\ lib\pc_retail\A AALibs.lib:
LINK : fatal error LNK1000: Internal error during LIB::Search

Version 7.10.3077

ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddres s = 10707ADA (10700000) "C:\Program
Files\Microsoft
Visual Studio .NET 2003\Vc7\bin\c2 .dll"
NumberParameter s = 00000002
ExceptionInform ation[ 0] = 00000000
ExceptionInform ation[ 1] = 00000000
CONTEXT:
Eax = 00000000 Esp = 0013E710
Ebx = 0346B992 Ebp = 0013E98C
Ecx = 00000000 Esi = 7900AD90
Edx = 3E85F6F8 Edi = 00000000
Eip = 10707ADA EFlags = 00010246
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0013E710 Dr3 = 0346B992
Dr1 = 0013E98C Dr6 = 00000000
Dr2 = 00000000 Dr7 = 00000000

Is there a fix for this, has anyone else experienced the problem?

I believe it has something to do with the 3 gigs of precompiled headers
our project is using - but it might not be?

Robert Sep 1 '06 # 2

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

Similar topics

3626
by: Sean Dodsworth | last post by: Can anyone tell me how to get a message's number from the message-id using IMAP4.search? I've tried this: resp, items = server.search(None, 'HEADER', '"Message-id"', msgID) but it gives me a 'bogus search criteria' error Any ideas?
1204
by: Andi B | last post by: Greetings to everyone - I hope someone can help me with a frustrating problem... I am writing some ASP code which connects to a back-end MS Access database containing a list of name, phone numbers, etc for the purposes of creating a small search function on our intranet. The code works mostly OK (just a couple of tweaks here and there) however, when I test it one minute it works fine, however if I press back on my browser and try...
1745
by: Ghost Dog | last post by: After installing the .Net framework (v1.1) I lose the ability to find all DLL files on the C: drive. Show all files is checked, and hide extensions is unchecked in the folder option settings, and I have local admin rights. If I go to the winnt directory and search for dll files, I get the dll files in winnt, but not in the system32 subdirectory. Searching at the root returns all dll files in all folders except for winnt. It's not so much a...
1687
by: andrew.bistak | last post by: hi all, I've totally hit a brick wall and I've checked the numerous (some helpful) tutorials in making a php link search engine friendly but the following link: <font face="Tahoma" size="2"> href='ps2reviewsdisplay.php?page=ps2/ps2acecombatsquadronleader&type=htm&title=- Ace Combat Squadron Leader Review - www.impulsegamer.com Australia'> <span style="text-decoration: none">Ace Combat: Squadron Leader<br> 1536
by: Luis Corrales | last post by: Hi all, I have a problem when searching for text with special characters in e-mails in an IMAP server. I'm using imaplib in python 2.4.3 and I can't get this code working: # first connect and login conn = IMAP4(my_server) conn.login(my_user, my_pass)
1121
by: Bishman | last post by: I have an odd problem that someone else may have come accross. VS2005 Pro. Fulll MSDN Installed. Search set up to only go local (Not online) On Friday I noticed that I was getting no results back from my searches. I investigated today (Monday) and have determined that when signed on as a local Administrator I get the expected search results. When signed onto the
3762
by: Chronictank | last post by: Hi, as a bit of background (and seeing as it is my first post :)) i am a complete newbie at perl. I literally picked it up a week ago to do this project as it seemed like the best choice for a language to connect to a SQL database in a Unix envirment as well as script parsing so there is more than likely a ton of things i could have done a better way. I have been at this for 3 days now and cant for the life of me work out why the code is... 1918
by: PrabodhanP | last post by: I want to build application where I can enter the roll number in the input field and after pressing go button i can get exam result of that roll number on web page. Please help. Also how can i store excel data in in a single array with defining the source only
10937
Search in Listbox via Textbox
by: weirdguy | last post by: Hello, Just for anyone information, there is a similar title "Search in Listbox" but it is via Combo Box. In case, anyone need it, I put a link to here. Please let me know if I break any rules by posting a link so then, I will remove it. Okay, here is my question. If you ever refer to the link, I am almost doing the same thing. Just that, I am doing a textbox and a combo box to search the listed data in the listbox. The listbox...
9974
by: Hystou | last post by: Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
11548
by: Oralloy | last post by: Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
11319
by: Hystou | last post by: Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
10679
by: tracyyun | last post by: Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
9872
by: agi2029 | last post by: Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
8239
by: isladogs | last post by: The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
7402
by: conductexam | last post by: I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
6315
by: adsilva | last post by: A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3523
by: bsmnconsultancy | last post by: In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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