Re: asm noob needs help compiling tutorial samples!?
- From: Paul Carter <spamtrap@xxxxxxxxxx>
- Date: Mon, 24 Mar 2008 16:51:58 -0400
giddy wrote:
and it almost never ends!.......... but i did manage to get to
first.exe so this is for anyone else who has the same problems.
I tried using cl.exe and i got Application failed to start
'mspdb80.dll' missing.
Seems the environment variables needed by Visual Studio were missing/
not present, the file vSvars32.bat fixes everything, there is another
file vCvars32.bat that just runs the earlier file. This wasn't the end
of it, the batch file did not work for some reason, i tried running it
in every different way. None of the env vars were actually set.
I ended up copying the "missing" dll files from my VS Install dir to
the VC\Bin, which is mentioned in some post on forums.microsoft.com,
after that i still got a link error 'some lib file missing', for that
i manually set
LIB=G:\Microsoft Visual Studio 8\VC\ATLMFC\LIB;G:\Microsoft Visual
Studio 8\VC\LIB;G:\Microsoft Visual Studio 8\VC\PlatformSDK\lib;G:
\Microsoft Visual Studio 8\SDK\v2.0\lib;
(I'm guessing setting all the Env vars mentioned in vsvars.bat should
fix any other errors)
So finally i got first.exe created! And somehow it was terribly
exciting to see the output of the program that took all that effort!
lol
-Gideon
Something must be messed up with your install. I've had none of this trouble. I just use the VS 2005 Command Prompt (which sets up the environment by using one of the bat files you mention) and everything works. You did try this, right?
--
Paul Carter
.
- Follow-Ups:
- References:
- asm noob needs help compiling tutorial samples!?
- From: giddy
- Re: asm noob needs help compiling tutorial samples!?
- From: Frank Kotler
- Re: asm noob needs help compiling tutorial samples!?
- From: Paul Carter
- Re: asm noob needs help compiling tutorial samples!?
- From: giddy
- Re: asm noob needs help compiling tutorial samples!?
- From: Paul Carter
- Re: asm noob needs help compiling tutorial samples!?
- From: giddy
- asm noob needs help compiling tutorial samples!?
- Prev by Date: Re: Obtaining PCI ROM addresses and sizes?
- Next by Date: Re: int 0x13 utility
- Previous by thread: Re: asm noob needs help compiling tutorial samples!?
- Next by thread: Re: asm noob needs help compiling tutorial samples!?
- Index(es):
Relevant Pages
|