473,396 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

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 "SourceFiles" 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 2010
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 "SourceFiles" 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**************@TK2MSFTNGP14.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 "SourceFiles" 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\atlmfc\src",
enter "vsvars32.bat" (%VS7.0 Install Path%\Common7\Tools), 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%\system32 directory (*.dll).

"Old Codger" <Ol**********@hotmail.com>
??????:c3**************************@posting.google .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**************@TK2MSFTNGP14.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 "SourceFiles" 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
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,...
2
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 ...
5
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...
2
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...
1
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
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
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...
2
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 :...
1
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...
1
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 ... ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...

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.