quazi Posted 7 hours ago Posted 7 hours ago So I have maxed out my env var path length in windows and have not hacked it in registry to accept more environment variables in the path. My question is how do i re-run the env variable insert stuff that automatically happens? Or better yet. What are those variables? .. Because builds don't work for me due to the engines path vars missing i think. Quote
Solution Josh Posted 7 hours ago Solution Posted 7 hours ago See the section called "Environment Variable" on this page: https://www.leadwerks.com/learn/Programming?lang=cpp This has all the information about it. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
quazi Posted 3 hours ago Author Posted 3 hours ago Getting a strange new problem when trying to compile on Visual Studio Enterprise 2022 with the proper VS Installer options selected. When i go to run the SLN and compile the binary I get the following error: ```Error Code E1696`cannot open source file "atlbase.h"``` ```Error Code C1083`cannot open include file: 'altbase.h': No such file or directory```` And i can confirm that the env is set. However it did set it with the slashes the wrong way / so i fixed it to \ but same issue. Tried a new project from scratch.. same problem. Do i need to use 2017? Quote
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.