I have a project which takes quite a lot of library paths, due to our
environment setup. The problem now is that the line in the *.dsp filefor the
linker is more than 4Kb long. Is there a limit on how long the line may be?
I mean the
# ADD LINKER32 <linkeroptions>
in the dsp file.
When I paste in the project file all the library paths then Visual Studio can
compile it, but when I exit the project VC asks me to safe the changes to the
project file and when I try to reload the project the line is crippled.
Any ideas how to circumvent this size limit?
I tried to spread the line over several lines which worked, but as soon as I
change something in the settings Visual Studio will rewrite the dsp file and
create the long line again.
--
Gerhard Gruber
Für jedes menschliche Problem gibt es immer eine einfache Lösung:
Klar, einleuchtend und falsch. (Henry Louis Mencken)