Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual C++
C/C++ Build Errors
 Linker Tools Error LNK1299
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual C++ Concepts: Building a C/C++ Program
Linker Tools Error LNK1299

Error Message

no response file specified with '@'

The linker option to invoke a response file was specified, but no file name was passed to the option.

The following sample generates LNK1299:

// LNK1299.cpp
// compile with: /c
int main() {}

and then type link @ lnk1299.obj on the command line, the linker will generate LNK1299.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker