-
Notifications
You must be signed in to change notification settings - Fork 800
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
Syntax errors when integrating into Visual Studio project [13361] #2300
Comments
I tried an instillation on Windows from binaries, and that install method more or less generates the same syntax errors from fastrtps sources. It's also not clear if I'm referencing dependencies in my project correctly. There's a surprising lack of documentation on how to setup a Visual Studio project to use FastDDS. |
@ghostravenstorm Sorry for the late response. I think this has been solved by #1746, but it has not been backported to |
I am going to close this issue due to inactivity. A fix has been proposed but no feedback from the user has been received. @ghostravenstorm, feel free to reopen if the issue is still happening after the fix. |
hello , when I use Visual Studio , a similar error was encountered,。 Do you now know how to configure fastdds in VS? |
When integrating Fast-DDS as a third party library in Visual Studio, the IDE complains about various syntax errors in the FastRTPS source.
Expected Behavior
If installed correctly without errors, there should be no compile errors when adding FastDDS includes to a Visual Studio project.
Current Behavior
When including
<fastrtps/Domain.h>
in a file in a Visual Studio C++ UWP project, the VS compiler throws several syntax errors preventing a Hello World project from building.Steps to Reproduce
#include <fastrtps/Domain.h
to theApp.xaml.cpp
file.System information
Windows 10 21H1, Boost 1.77.0, Fast-DDS 2.1.0, Visual Stuio 2019 16.11.5
The text was updated successfully, but these errors were encountered: