473,805 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where is "f:\vs70builds\ 3077\vc\mfcatl? \ship\atlmfc\.. ." ?

Thanks for this Oleg, nice try! Unfortunately the solution you gave
refers to .NET 2002 and I am using .NET 2003.

In the article it says:
"This bug was corrected in Microsoft Visual C++ .NET (2003), and all
versions of Microsoft Visual Studio .NET (2003). "

Also, the "SourceFile s" directory DOES exist for VC7.1 and it appears
to contain the correct path.

See if here is something useful:
http://support.microsoft.com/default...b;en-us;318367

Regards,
Oleg
Nov 17 '05 #1
3 2036
Thanks for this Oleg, nice try! Unfortunately the solution you gave
refers to .NET 2002 and I am using .NET 2003.

In the article it says:
"This bug was corrected in Microsoft Visual C++ .NET (2003), and all
versions of Microsoft Visual Studio .NET (2003). "

Also, the "SourceFile s" directory DOES exist for VC7.1 and it appears
to contain the correct path.


OK, then try the following:

1. Make sure that the MFC/ATL source files are installed
(see <VSInstallDir>\ vc7\atlmfc\src)

2. Make sure VS.NET knows the path to them
(Tools | Options | Projects | VC++ Directories,
Show directories for -> Source files)

3. Make sure the files are _not_ in the following list in your solution settings:
Solution properties | Common properties | Debug source files | Do not look
for these source files

4. If none of the above helps, manually open the needed file when debugging,
and use R-Click | Go To Source in Disassembly window to ask the debugger
to go to the source.

Regards,
Oleg


Nov 17 '05 #2
Thanks Oleg for your detailed reply. I will look at this and see if it
resolves the problem. I did find some information though which said
that this drive F path is the path on the Microsoft development
machine where the MFC DLLs were originally built.

No, I don't understand it either but apparently it is good for us!

O.C.
"Oleg Starodumov" <com-dot-debuginfo-at-oleg> wrote in message news:<uG******* *******@TK2MSFT NGP14.phx.gbl>. ..
Thanks for this Oleg, nice try! Unfortunately the solution you gave
refers to .NET 2002 and I am using .NET 2003.

In the article it says:
"This bug was corrected in Microsoft Visual C++ .NET (2003), and all
versions of Microsoft Visual Studio .NET (2003). "

Also, the "SourceFile s" directory DOES exist for VC7.1 and it appears
to contain the correct path.


OK, then try the following:

1. Make sure that the MFC/ATL source files are installed
(see <VSInstallDir>\ vc7\atlmfc\src)

2. Make sure VS.NET knows the path to them
(Tools | Options | Projects | VC++ Directories,
Show directories for -> Source files)

3. Make sure the files are _not_ in the following list in your solution settings:
Solution properties | Common properties | Debug source files | Do not look
for these source files

4. If none of the above helps, manually open the needed file when debugging,
and use R-Click | Go To Source in Disassembly window to ask the debugger
to go to the source.

Regards,
Oleg

Nov 17 '05 #3
You may consider re-build atl library yourself.
open a command line console,
change the current directory to "%VS7.0 Install Path%\Vc7\atlmf c\src",
enter "vsvars32.b at" (%VS7.0 Install Path%\Common7\T ools), this should set
the corrent evironment variables for search paths,
enter "nmake -f atlmfc.mak ATL", this will build atl library,
copy the wanted version to atlmfc\lib directory (*.lib, *.pdb), and
%windows%\syste m32 directory (*.dll).

"Old Codger" <Ol**********@h otmail.com>
??????:c3****** *************** *****@posting.g oogle.com...
Thanks Oleg for your detailed reply. I will look at this and see if it
resolves the problem. I did find some information though which said
that this drive F path is the path on the Microsoft development
machine where the MFC DLLs were originally built.

No, I don't understand it either but apparently it is good for us!

O.C.
"Oleg Starodumov" <com-dot-debuginfo-at-oleg> wrote in message
news:<uG******* *******@TK2MSFT NGP14.phx.gbl>. ..
> Thanks for this Oleg, nice try! Unfortunately the solution you gave
> refers to .NET 2002 and I am using .NET 2003.
>
> In the article it says:
> "This bug was corrected in Microsoft Visual C++ .NET (2003), and all
> versions of Microsoft Visual Studio .NET (2003). "
>
> Also, the "SourceFile s" directory DOES exist for VC7.1 and it appears
> to contain the correct path.
>


OK, then try the following:

1. Make sure that the MFC/ATL source files are installed
(see <VSInstallDir>\ vc7\atlmfc\src)

2. Make sure VS.NET knows the path to them
(Tools | Options | Projects | VC++ Directories,
Show directories for -> Source files)

3. Make sure the files are _not_ in the following list in your solution
settings:
Solution properties | Common properties | Debug source files | Do not
look
for these source files

4. If none of the above helps, manually open the needed file when
debugging,
and use R-Click | Go To Source in Disassembly window to ask the debugger
to go to the source.

Regards,
Oleg

Nov 17 '05 #4

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

Similar topics

9
4402
by: LRW | last post by:
I'm not exactly sure how to even ask the question, and I know my terminology is not good as I'm a SQL beginner, but, here goes. I need to find a way to make an if statement within an array...or, the "while" portion of a recordset. The best way I can ask is show what I mean. http://oscarguy.mechphisto.net/awardbrowse.php If you go there and select an award (like Best Picture), leave the year field alone, and select YES and submit,...
2
23361
by: ITM | last post by:
Does anyone have an example of an SQL query which returns rows for the year-to-date, but where the "year" commences on August 1st? e.g. select * from mytable where datefield > last august 1st TIA for any help Isabel
5
4078
by: Rachel Weeden | last post by:
I'm working on an ASP Web application, and am having syntax issues in a WHERE statement I'm trying to write that uses the CInt Function on a field. Basically, I want to select records using criteria of Race, Gender and Crime Code. But the Crime Code field in the table is text, and I cannot change it. I want to use a range of crime codes, so need to convert it to an integer on-the-fly. Here's what I have in my code so far:
2
2725
by: Ellen Manning | last post by:
Using A2K. In my table I have the field "Grant" which can have a value or be null. I have a query that counts the number of records and has a Where clause on the Grant field. The query won't work when Grant is null. What's the proper syntax for getting it to work when Grant is null? Here's my Where criteria: !!
1
4489
by: Tom Louchbaum | last post by:
Can someonw pls tell me how to reference the Where clause made by the VBA statement DoCmd.OPENREPORT "Report",acviewpreview,,where as a control within the Report itself? Thanks.
3
14941
by: bughunter | last post by:
IMHO, statements like this is mistake typically. May be more better made this construction - I said about empty WHERE - invalid? A lot of data will saved... :-) Andy
13
2824
by: andro | last post by:
Hi everybody! I have several tables from which I want to exract the SAME value (along with other referenced data). All the values are in the same column within the tables. How can I achieve this? TIA. Andro
2
3464
by: santoshsri | last post by:
Hello, Is there any by which I can write a SQL to get the 4th largest salary from a table without using "join" and without using "where" clause. Suppose the table is having two columns : Employee_id, Employee_salary. Please let me know.. I faced this question in an interview and I did not have any answer for this.
1
3362
by: itamar82 | last post by:
I am getting the following error: Microsoft OLE DB Provider for SQL Server error '80040e14' Incorrect syntax near the keyword 'WHERE'. for the sql below: SELECT TourId FROM (SELECT ROW_NUMBER() OVER (ORDER BY BaseTours.DateCreated DESC) AS RowNumber
1
1308
by: lyealain | last post by:
select * from cbomnew where (comCode= 'PCEC'or comCode='L0X'or comCode='CCEC') expert please help me on this... the comCode after WHERE statement are static(hardcoded).. PCEC,L0X,CCEC ... what should i do if i allow user to add a new comCode???? how do i define ?? after i add a new comCode.. it will store into the database..so
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
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,...
0
10359
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10104
tracyyun
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...
0
9182
agi2029
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...
0
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4317
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3843
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3007
bsmnconsultancy
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.

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