Search the Community
Showing results for tags 'visual studio'.
-
I'm aware the files will be needed in order to reproduce the problem but since they are quite large (~5GB) I wanted to first see if anyone else has come across crashes like this: Unhandled Exception at 0x00401DB1 : Fatal program exit requested I've attempted to debug the problem myself but as you'd expect with such little information it has been quite difficult. These crashes generally occur after about 10 - 15 minutes of play time either at the start or middle of a map.
-
Hi all, Just purchased the Leadwerks Engine and Leadwerks Professional Engine DLC from Steam. After creating the new project I can't find the VS solution or project file. And even if changing the file Source/App.cpp, it didn't get recompiled when pressing the Debug button in Leadwerks Script Editor. What am I missing? The About... says it's a professional version: Thanks.
-
Hi guys! I've created a new Project in the Solution which will be for one of my custom frameworks/libraries. My framework references the Leadwerks library and classes. I'm currently having difficulties setting up the project to compile, as I get this error: Error 1 error C1083: Cannot open include file: 'OpenAL/al.h': No such file or directory I've added the dependencies and path macros for this new Project, trying to mimic the setup of the Project in the generated Solution from Leadwerks. I'm not sure what I'm missing! Any advice and guidance would be greatly appreciated! Many thanks