VS.net 2002 - ERROR: failed to find version information for LINK.EXE
| Tue, 2005-05-31 09:48 | |
|
Hi,
i try to do a makefile for my visual studio 7.0... I have install the sdk 2.1 series60 and do few modification on the ide_vc7.pm file like : 1. Search for the string "Microsoft Visual Studio Solution File, Format Version 8.00" and then replace it with "Microsoft Visual Studio Solution File, Format Version 7.00". This is the line to create .sln file. 2. Search for the string " Version=\"7.10\"\n" and replace it with " Version=\"7.00\"\n". This is the line to write the header of .vcproj file. 3. Search for string "foreach (@MacroList) {" and then if you take a look a few lines below and read the string " $_;", remove the space before $ sign. The line should looks like this "$_;". There are three occurrences of this string and you should change all of them. (i have found this information on this forum) now my problem is about the link.exe. I have add the path C:\Program Files\Microsoft Visual Studio .NET\VC7\bin\ ( where is located the link.exe) and C:\Program Files\Microsoft Visual Studio .NET\Common7\ ( where is located the mspdb70.dll) but when i launch link.exe on command line or when i do abld makefile vc7, i still have an error message :" this application can't start because mspdb70.dll not found..." and with the abld i have :"ERROR: failed to find version information for LINK.EXE" Someone have an idee for help me? Thanks for your answers. ps: Sorry for my buggy english |
|






Forum posts: 276
Is it possible to compile for WINS using only FREE tools?
Would installing Visual .NET Express Edition solve the problem?
Where else coudl I find mspdbXX.dll file?
-- JumpJack --
Forum posts: 2
You can build for UIQ2.1 with VS2K5 with unofficial trick. See
Forum posts: 2
Sorry about that (it did not accept <>s around URL). See http://alas.matf.bg.ac.yu/~mg94c18/backport.txt.cgi