XJDHDR Posted January 20, 2020 Share Posted January 20, 2020 I recently made a small change to the source code for Enhanced Camera and I'm now trying to compile it. Unfortunately, I am having some trouble doing so that I can't figure out. I would greatly appreciate it if someone can help. What I did was that I downloaded the EC source and extracted it into a folder in the same place as the OBSE v21 source (I ended up with a folder that contained the "common", "obse" and "obse_plugin_example" folders from the OBSE src folder and a folder named "ec" that contained the source code for Enhanced Camera). I then opened Visual C++ 2008 Express and loaded the EC project into it by opening "OBSE_EnhancedCamera.sln". I then attempted to build EC but the compiler spat out a long list of errors (around 950) in the OBSE source (most in the Utilities header file). I have included that build log in this pastebin. I also tried the same with the 2010 Visual C++ Express version but it gave the same errors. I did try asking LogicDragon for help a week ago but he hasn't read my PM yet. I think he must be busy with other things (which is understandable). Can anyone help me figure this out? I think my main question is why Visual Studio has a problem with OBSE's source code? Also, I'm sorry if these question seem basic: I have very little experience with C++ programming. Link to comment Share on other sites More sharing options...
XJDHDR Posted January 21, 2020 Author Share Posted January 21, 2020 Funny story, LogicDragon replied to my PM earlier today and managed to solve the problem. Basically, EC's source code is incompatible with OBSE v21's source code. To compile the former, I had to use the source for v20 instead. Link to comment Share on other sites More sharing options...
Recommended Posts