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

rlPlabDemo bug #71

Open
qpmg opened this issue Jul 8, 2023 · 1 comment
Open

rlPlabDemo bug #71

qpmg opened this issue Jul 8, 2023 · 1 comment

Comments

@qpmg
Copy link

qpmg commented Jul 8, 2023

When using Visual Studio 16 2019 to run a case,

Severity Code Description Project File Line Suppress Display Status

Error LNK1104 Unable to open file 'D: projet\DT\c++\rl-0.7.0\build\demos\rlPlanDemo\Release\rlPlanDemo. exe'

@qpmg qpmg changed the title bug rlPlabDemo bug Jul 8, 2023
@rickertm
Copy link
Member

rickertm commented Oct 3, 2023

Could you please provide additional information on what command you are running, how you setup the project, which operating system you're using, how your environment variables (in particular PATH) is configured etc.?

LNK1104 refers to a linker tool error, it is likely the library paths are incorrect or missing double-quotes. The filename above looks like it is missing a backslash and has an extra space before exe at the end.

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