Re: fatal error LNK1118
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Thu, 16 Oct 2008 15:52:34 -0700
Sounds like your sources file is garbage. Maybe you have something like
this:
SOURCELIBS=\
lib1.lib \
lib2.lib \
!if !defined(x86)
whatever
!endif
Since the \ continues the line with lib2.lib on it, the directive !if, etc.
is included as a source library and link is trying to link with it. This
seems like the sort of thing that you should be able to fool around with for
an hour or two and figure out without posting a question...
Paul T.
"Miky" <miky@xxxxxxxxxxxx> wrote in message
news:uyzyeB%23LJHA.276@xxxxxxxxxxxxxxxxxxxxxxx
Dear All,
I have build a new project with PBWince4.2 but I have this error when
copiled
fatal error LNK1118: syntax error in '!defined(x86)' statement
Why?
Thanks a lot
Miky
.
- References:
- fatal error LNK1118
- From: Miky
- fatal error LNK1118
- Prev by Date: fatal error LNK1118
- Next by Date: Re: Build and Sysgen question
- Previous by thread: fatal error LNK1118
- Next by thread: Re: fatal error LNK1118
- Index(es):
Relevant Pages
|