|
-
April 19th, 2011, 11:19 AM
#1
LIB giving strange error message, can't handle it.
Im trying to compose .lib file using lib.exe from vc 10 and .def file. Getting following error:
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin>lib.exe /DEF:sqlite3.def
Microsoft (R) Library Manager Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
Creating library sqlite3.lib and object sqlite3.exp
LINK : fatal error LNK1104: cannot open file 'sqlite3.lib'
Looked into other orums/topics on the web but wasnt able to find working solution (LNK1104 usually appears during projects compilation, what a suprise!)
Thanks in advice for any tips
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|