Solution Josh Posted November 19, 2023 Solution Share Posted November 19, 2023 If you get this error when compiling a C++ program in release mode, disable "whole program optimization" in the C++ > Optimization project settings. I think the OpenVR lib is causing this. I am making this change in the template files.... Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted November 19, 2023 Share Posted November 19, 2023 I was able to compile my project just fine with the delayload option, but it seems to be ignoring it. I'm probably going to refresh my projects being all the changes that happened recently. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted November 19, 2023 Author Share Posted November 19, 2023 The delayload parameter should be in linker settings, not in the C++ compiler settings. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted November 19, 2023 Share Posted November 19, 2023 Fixed it, but still not getting this issue. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.