Recent content by UncleOwen

  1. U

    A simple guide to compiling the DLL

    That's just saying "There was an error". The important information is further up.
  2. U

    A simple guide to compiling the DLL

    Yeah, no problem. Just have a look when you got the time.
  3. U

    A simple guide to compiling the DLL

    Sure. This is my debug .dll. Does it work for you?
  4. U

    A simple guide to compiling the DLL

    Yes, I am. Ok, so that's not the problem, either :(
  5. U

    A simple guide to compiling the DLL

    I'm using the files you posted in this thread - so yes, this should be the original BTS files :) What I described above is debug. Release doesn't work either: "Unhandled exception at 0x779f15de in Civ4BeyondSword.exe: 0xC0000005: Access violation reading location 0x00000000." It's unmodified...
  6. U

    A simple guide to compiling the DLL

    It breaks in the constructor of CvXMLLoadUtility (CvXMLLoadUtility.cpp, line 68), which get's called directly from Civ4BeyondTheSword.exe, so not much to see in the call stack. Which reminds me: I only have the dll in my mods directory - do I need something else? Currenty I'm just trying to...
  7. U

    A simple guide to compiling the DLL

    Ok, next problem :blush: When running the debug dll from Visual Studio, I get the following error: DLL Load:C:\Users\<myusername>\Documents\My Games\Beyond the Sword\Mods\MyMod\Assets\CvGameCoreDLL.dll 'Civ4BeyondSword.exe': Loaded 'C:\Users\<myusername>\Documents\My Games\Beyond the...
  8. U

    A simple guide to compiling the DLL

    Great. That solves not only problem #1, but also #2 (don't know why, it simply works not now) Thanks! I had actually found the Configuration Properties dialog, just not that setting...
  9. U

    A simple guide to compiling the DLL

    Hi, I'm trying to follow your step-by-step guide. I'm using VS2010 since I have that already installed (I have a MSDN-AA license), but that's the only change. However, I'm having some problems: 1. VS2010 doesn't use the Makefile. If I understand correctly, the dll needs to be compiled with...
Back
Top Bottom