Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation and linking error #137

Open
sunilchouksey opened this issue Sep 12, 2017 · 1 comment
Open

compilation and linking error #137

sunilchouksey opened this issue Sep 12, 2017 · 1 comment

Comments

@sunilchouksey
Copy link

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

@SMTHBY
Copy link

SMTHBY commented Feb 4, 2022

Hi Sunil,

can u please let me know how u resolved it. I am also facing same issue with quickfastd.lib not able to link.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants