You need to tell the linker where are the SMILE libraries. You can do that at the project level or globally.
At the project level: open the Project settings window, then select Configuration Properties|Linker|General and set 'Additional Library Directories' property. Note that this works per ...
Search found 3 matches
- Sun Jan 31, 2010 5:54 am
- Forum: SMILE
- Topic: lib problem using VC2008, Win32 Console application
- Replies: 3
- Views: 11716
- Thu Jan 28, 2010 9:32 pm
- Forum: SMILE
- Topic: lib problem using VC2008, Win32 Console application
- Replies: 3
- Views: 11716
Re: lib problem using VC2008, Win32 Console application
And my visual c 2008 version information is:
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Professional
Microsoft Visual Basic 2008 91605-270-5237227-60289
Microsoft Visual Basic 2008
Microsoft Visual C# 2008 91605-270-5237227 ...
Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1
Installed Edition: Professional
Microsoft Visual Basic 2008 91605-270-5237227-60289
Microsoft Visual Basic 2008
Microsoft Visual C# 2008 91605-270-5237227 ...
- Thu Jan 28, 2010 6:44 pm
- Forum: SMILE
- Topic: lib problem using VC2008, Win32 Console application
- Replies: 3
- Views: 11716
lib problem using VC2008, Win32 Console application
Hi,
using VC2008, Win32 Console application for the smile, there is an error as below
#include "stdafx.h"
#include "smile/smile.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
The error: LINK : fatal error LNK1104: cannot open file 'smile_dbg.lib'
thanks in advance.
using VC2008, Win32 Console application for the smile, there is an error as below
#include "stdafx.h"
#include "smile/smile.h"
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
The error: LINK : fatal error LNK1104: cannot open file 'smile_dbg.lib'
thanks in advance.