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

VS Intellisense - Missing Detours include & REMIX_BRIDGE_CLIENT/REMIX_BRIDGE_SERVER Macro #11

Open
xoxor4d opened this issue Jun 29, 2024 · 0 comments

Comments

@xoxor4d
Copy link
Contributor

xoxor4d commented Jun 29, 2024

  • The VS solution is missing the detours include path / search path. Adding ..\ext\Detours\src to the search path in the NMake tab within the bridge-remix project settings fixes that.

  • I've also noticed that REMIX_BRIDGE_CLIENT nor REMIX_BRIDGE_SERVER is defined when viewing utils_messagechannel.h.
    Intellisense tries to include thread.h which can not be found in any of the defined search paths. The dxvk namespace can not be resolved either ( typedef dxvk::thread ThreadType;).

image

Edit: another unresolved Macro:

  • BRIDGE_VERSION in client/d3d9_lss.cpp
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

1 participant