-
Notifications
You must be signed in to change notification settings - Fork 80
Description
I am using C++ QuickFast Engine.
I am using below mention version for QuickFast and Boost library.
Quickfast - 1_4_0
Boost - 1_66_0
I have done all the necessary set up but getting following errors when building the solution.
1>------ Build started: Project: QuickFAST, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1104: cannot open file 'd.lib'
2>------ Build started: Project: QuickFASTDotNet, Configuration: Debug Win32 ------
3>------ Build started: Project: FileToMulticast, Configuration: Debug Win32 ------
4>------ Build started: Project: FileToTCP, Configuration: Debug Win32 ------
5>------ Build started: Project: InterpretApplication, Configuration: Debug Win32 ------
2>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
6>------ Build started: Project: InterpretFASTDotNet, Configuration: Debug Any CPU ------
3>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
7>------ Build started: Project: PerformanceTestDotNet, Configuration: Debug Any CPU ------
4>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
8>------ Build started: Project: PCapToMulticast, Configuration: Debug Win32 ------
6>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "QuickFAST". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
6>CSC : error CS0006: Metadata file '/Output/Debug\QuickFASTDotNetd.dll' could not be found
7>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "QuickFAST". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
7>CSC : error CS0006: Metadata file '/Output/Debug\QuickFASTDotNetd.dll' could not be found
9>------ Build started: Project: PerformanceTest, Configuration: Debug Win32 ------
10>------ Build started: Project: TutorialApplication, Configuration: Debug Win32 ------
5>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
8>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
11>------ Build started: Project: QuickFAST_Test, Configuration: Debug Win32 ------
9>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
10>LINK : fatal error LNK1104: cannot open file 'QuickFASTd.lib'
11> testRoundTripFieldOps.cpp
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(188): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(194): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(200): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(206): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(212): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(218): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(226): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(232): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(238): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(244): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(250): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(256): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(318): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(324): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(332): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testroundtripfieldops.cpp(339): error C3861: 'BOOST_CHECKPOINT': identifier not found
11> testXMLTemplateParser.cpp
11>d:\code\quickfast_1_4_0\src\tests\testxmltemplateparser.cpp(17): error C3861: 'BOOST_CHECKPOINT': identifier not found
11>d:\code\quickfast_1_4_0\src\tests\testxmltemplateparser.cpp(298): error C3861: 'BOOST_CHECKPOINT': identifier not found
11> Generating Code...
========== Build: 0 succeeded, 11 failed, 0 up-to-date, 0 skipped ==========
Please help me to resolve the errors.
Thanks,
Sunil