Page 1 of 3 1 2 3 LastLast
Results 1 to 30 of 77

Thread: Compiling the SDK

  1. #1
    Locutus
    Deity Locutus's Avatar
    Join Date
    23 Nov 1999
    Location
    De Hel van Enschede
    Posts
    11,706
    Country
    This is Locutus's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:32

    Compiling the SDK

    Edit: I merged this thread with smacfan's, since they cover the same topic.

    I suspect there will be some issues with this, so might as well create a thread about it.

    If you have Visual Studio 2003 (Visual C++ 7) you should be able to load the SDK up directly. If not, you can use the following process to get codeblocks to allow you to modify and compile the SDK. All the software you need for this is freeware. DaveMcW pioneered this:

    Here is a free method of building the DLL. (Thanks to Ogre Wiki for many of the details.)

    I had trouble getting some of the debug options to compile, so I turned them off.


    1: Download the VC++ Toolkit 2003 and install it.

    2: Grab the 3 multithreaded library files and put them in C:\Program Files\Microsoft Visual C++ Toolkit 2003\lib.
    msvcrt.lib and msvcrtd.lib (found in the .NET runtime)
    msvcprt.lib (Read Ogre Wiki to see where this comes from)

    3: Download the Platform SDK. You can also use internet explorer to install it automatically (recommended).

    4: Download the latest CodeBlocks "without compiler" and install it.

    5: The first time you install CodeBlocks, you will be shown a list of compilers. Select Microsoft Visual C++ Toolkit, and click Set As Default. Press OK.

    6: Go to Settings->Compiler in the CodeBlocks menu. Click the "Directories" tab and add the the following directories to the compiler tab (changing to account for where you installed the packages):

    Code:
    C:\Program Files\Microsoft Visual C++ Toolkit 2003\Include
    C:\Program Files\Microsoft Platform SDK\Include
    In the Directories/Linker tab add the following directories:

    Code:
    C:\Program Files\Microsoft Visual C++ Toolkit 2003\Lib
    C:\Program Files\Microsoft Platform SDK\Lib
    7: Open \CvGameCoreDLL\CvGameCoreDLL.vcproj in CodeBlocks.

    8: Go to Project->Build options->Final Release.

    On the "Compiler Flags" tab, uncheck "Produce debugging symbols [/Zi]".

    On the "Other options" tab, change EHsc to /EHsc

    On the "Linker" tab, add a new link library called user32

    Also on the Linker tab, delete the linker option "/pdb:Final Release\CvGameCoreDLL.pdb" and press OK.

    9: Change the "Build target" drop-down to Final Release.

    10: File->Save project. This creates a CodeBlocks project (.cbp) that you can open in the future.

    11: Build->Build. When the compiler finishes, you will have \..\Assets\CvGameCoreDLL.dll !
    Last edited by Locutus; April 15, 2006 at 08:53.
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

  2. #2
    MMC
    King MMC's Avatar
    Join Date
    30 Mar 2006
    Location
    of the wet little isle known as Britain
    Posts
    1,205
    Country
    This is MMC's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    The SDK converts to Visual C++ 2005 (8.0) as long as you remember the ensure that no files are read-only. I haven't tried compiling it yet, so I can't say about possible stability issues, but I don't think there should be many (VC++ 2003 -> 2005 shouldn't have anywhere near as many problems as VC++ 6 -> 2003 is famous for).

    Also Visual Studio 2005 Express Edition is fully capable of handling the SDK. Plus it's free, which is rare for Microsoft.
    Ceeforee v0.1 - The Unofficial Civ 4 Editor -= Something no Civ Modder should ever be without =- Last Updated: 27/03/2009
    "Just because I'm paranoid doesn't mean there's no conspiracy"

  3. #3
    Locutus
    Deity Locutus's Avatar
    Join Date
    23 Nov 1999
    Location
    De Hel van Enschede
    Posts
    11,706
    Country
    This is Locutus's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:32
    Originally posted by MMC
    The SDK converts to Visual C++ 2005 (8.0) as long as you remember the ensure that no files are read-only. I haven't tried compiling it yet, so I can't say about possible stability issues, but I don't think there should be many (VC++ 2003 -> 2005 shouldn't have anywhere near as many problems as VC++ 6 -> 2003 is famous for).
    Nope, 2005 doesn't compile. There's some problem with something in the Boost Python code IIRC (which is outside the SDK). This may well be fixed in the XP (no promises though), but for this SDK it's too late.
    Last edited by Locutus; April 13, 2006 at 18:28.
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

  4. #4
    MMC
    King MMC's Avatar
    Join Date
    30 Mar 2006
    Location
    of the wet little isle known as Britain
    Posts
    1,205
    Country
    This is MMC's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    Ok... Although I have been able to compile Source (ie Half Life 2) on VC++ 2005, and that's not supposed to work either. Maybe I have a weird version of VC++ that doesn't have all the bugs in it that M$ use to make you need the service packs.
    Ceeforee v0.1 - The Unofficial Civ 4 Editor -= Something no Civ Modder should ever be without =- Last Updated: 27/03/2009
    "Just because I'm paranoid doesn't mean there's no conspiracy"

  5. #5
    Nacht
    Prince Nacht's Avatar
    Join Date
    09 May 2002
    Location
    Amsterdam
    Posts
    539
    Country
    This is Nacht's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:32
    So microsoft incorporates bugs just to make sure that we download service packs that are free anyway?

  6. #6
    MMC
    King MMC's Avatar
    Join Date
    30 Mar 2006
    Location
    of the wet little isle known as Britain
    Posts
    1,205
    Country
    This is MMC's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    meh... just because the services packs are free, why should they change the operating policy that seems to have worked for them for 20 odd years? :P

    DOS never had 'service packs'. You had to buy the next version to fix problems or get new features.
    Ceeforee v0.1 - The Unofficial Civ 4 Editor -= Something no Civ Modder should ever be without =- Last Updated: 27/03/2009
    "Just because I'm paranoid doesn't mean there's no conspiracy"

  7. #7
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32

    Compiling the SDK to match 1.61

    OK, per the post by PJayTycy in the 1.61 patch thread (about 2/3 of the way down on this page: http://www.apolyton.com/forums/showt...9&pagenumber=2) I have installed the MSVC 2003 stuff, Platform SDK, .NET SDK, .NET libs, plus CodeBlocks, made the compiler & linker dir and option changes, saved the project file and ran a build. Substituting my DLL for the 1.61 DLL, first thing I notice is that the intro graphics and movie are even choppier than they were with the 1.61 release version.

    So, what can we do in building the DLL to fix the choppiness of the movies? I noticed a linker switch in the Final Release target, "/debug", does this need to be deleted? I also notice that the newly built DLL is about 1 MB bigger than the released patch version. How did they do that?

    To prevent the same question from being asked again, yes I am building the "Final Release" target, and *not* a debug target. Checked and double-checked.

    TIA for any help you can provide.

    smacfan

  8. #8
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32
    Sorry to answer my own post, but I tried a build without the Linker "/debug" switch, this reduced the "Final Release" DLL to 3756KB in size, vs 3620KB for the released 1.61 patch DLL. I would presume that the Linker switch was including debug libraries even though compiler debugging had been turned off.

    However, it is still not identical in size, which worries me a little.

    Can anyone tell what that "/pdb:..." switch in the original "vcproj" project file was intended to do? I deleted it per the instructions, but I hate to do things without knowing the reasons for doing it.

    WRT the size difference, could it be differences in the MS SDK or .NET SDK libs that cause the difference?

    Oh, and the rebuilt DLL runs the game just fine (so far, not really thoroughly tested yet on my games in progresss, but I'll get around to it, sooner or later... )

    smacfan

  9. #9
    Peter Triggs
    King
    Join Date
    25 Jan 2000
    Location
    Gone Fishin, Canada
    Posts
    1,059
    Country
    This is Peter Triggs's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    That must be the switch that (now) builds a program database file:

    A program database (PDB) file holds debugging and project state information that allows incremental linking of a Debug configuration of your program.
    http://msdn2.microsoft.com/en-us/library/yd4f8bd1(VS.80).aspx

  10. #10
    Mirakle
    Settler Mirakle's Avatar
    Join Date
    16 Aug 2003
    Posts
    19
    Country
    This is Mirakle's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    06:32
    Is it possible to compile with another compiler than Visual C++ ?
    In all that we undertake it is necessary to give two thirds to the mind and the other third randomly. Increase the first fraction and you will become pusillanimous, increase the second and you will be reckless.
    Napoleon

  11. #11
    Locutus
    Deity Locutus's Avatar
    Join Date
    23 Nov 1999
    Location
    De Hel van Enschede
    Posts
    11,706
    Country
    This is Locutus's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:32
    Originally posted by Mirakle
    Is it possible to compile with another compiler than Visual C++ ?
    Sure, but you'll have to make your own makefile.
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

  12. #12
    Gramphos
    Technical Director Gramphos's Avatar
    Join Date
    08 Apr 2001
    Location
    Linkping, Sweden
    Posts
    9,304
    Country
    This is Gramphos's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    06:32
    Originally posted by Locutus


    Sure, but you'll have to make your own makefile.
    The exported function names has to be decorated in the same way as MS compilers decorartes them. This makes it difficult, but not impossible to use other compilers. (You will most likely have to assign the export names for the functions yourself.)
    Creator of the Civ3MultiTool

  13. #13
    Locutus
    Deity Locutus's Avatar
    Join Date
    23 Nov 1999
    Location
    De Hel van Enschede
    Posts
    11,706
    Country
    This is Locutus's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:32
    I never said it was easy
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

  14. #14
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32
    Originally posted by Peter Triggs
    That must be the switch that (now) builds a program database file:

    http://msdn2.microsoft.com/en-us/library/yd4f8bd1(VS.80).aspx
    Many thanks, that eases my worries.

    Now, if I (we) can figure out how the Fireaxians created a DLL that's 136KB smaller than I (we) can create out here in the wild, I would have no worries at all.

    Can we ask Soren or Thamer to chime in on this, please?

    Pretty please? With a cherry on top?

    smacfan

  15. #15
    kato-uke
    Settler
    Join Date
    01 Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    136 KB sounds almost exactly like the default debug info VC/VC+ adds if you don't turn that off. on binaries at least, no idea about libraries.

  16. #16
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32
    Originally posted by kato-uke
    136 KB sounds almost exactly like the default debug info VC/VC+ adds if you don't turn that off. on binaries at least, no idea about libraries.
    Interesting. I'll check the VC++ "/help" output to see if there is a switch other than just not specifying the debug one I know about.

    On a second item, the choppiness of the movies, especially the intro movie:

    I have discovered that it is choppy (or not) depending on the resolution I use. On my desktop system I normally play at 1600x1200 (19in monitor), but on my 1280x800 laptop the movies are not choppy at all.

    SO, I reduced the desktop game graphics to 1280x800, and lo and behold, no choppiness.

    I guess the 128K video memory in my Radeon X300 isn't quite enough for non-choppy movies at 1600x1200 resolution.

    At least I have an explanation, and it isn't the rebuilt SDK I'm now using. That's the good news.

    smacfan

  17. #17
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32
    A couple of things:

    1. The "/EHsc" switch on the "Other Options" screen, under "Build Options" for the "Final Release" target, can be replaced in CodeBlocks with the "Enable C++ Exception Handling [/GX]" switch on the "Compiler options" tab instead. "/GX" (according to the VC++ help output) is equivalent to "/EHsc". Checked by rebuilding and comparing the size of the outputs, got the same 3756KB size with "/GX" as with "/EHsc".

    2. In the project file, the optimization for the "Final Release" target is "Maximize Speed [/O2]". By chosing "Minimize space [/O1]" instead, the DLL became only 3132KB instead of the 3620KB of the 1.61 patch or the 3756KB of the SDK build with "Maximize speed [/O2]".

    I don't intend to run the "Minimize space" version, since like everyone else I would far rather "Maximize speed"! However, it's an interesting difference nonetheless.

    Now to actually start looking at some code!

    smacfan

    [edit] -- Checked the compiler switches in the VC++ help output, and there do not seem to be switches to turn off any "default" debugging info that might be generated in an SDK build. There are some switches I won't claim to understand, but I guess the bottom line is that the SDK build seems to work OK, even if it isn't *exactly* what they released.

  18. #18
    nik9000
    Settler
    Join Date
    28 Mar 2005
    Posts
    9
    Country
    This is nik9000's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    I wish they had spent some more time documenting this thing. Every time I look for something its like trying to stab someone through curtain.

    Edit:
    Its probably worth saying what I'm trying to do and what I'm looking for.

    I want to create a framework to allow interrested parties to write AIs and have them all in the same game. My first point of order is to figure out how the game stores its CvPlayer objects and to then define an interface for client AIs that does not allow them to "cheat."

    At this point, I'm looking for where that player information is stored. I know in objects of type CvPlayer, but not where they are kept.

  19. #19
    dsplaisted
    Chieftain
    Join Date
    01 Nov 2005
    Posts
    76
    Country
    This is dsplaisted's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    Originally posted by nik9000
    I want to create a framework to allow interrested parties to write AIs and have them all in the same game. My first point of order is to figure out how the game stores its CvPlayer objects and to then define an interface for client AIs that does not allow them to "cheat."

    At this point, I'm looking for where that player information is stored. I know in objects of type CvPlayer, but not where they are kept.
    I am working on something similar, although I am not going to worry about preventing the AI from cheating. I have a feeling it would add a lot of overhead, and if an AI is using compiled code they can bypass your interface and cheat anyway.

    If I remember correctly, the CvPlayer objects are actually CvPlayerAI objects. CvPlayerAI is a subclass of CvPlayer. There is a static array of these objects in CvPlayerAI.h and also a GET_PLAYER macro which will return the object given an id.

    It appears that the enum PlayerTypes is used for the player id. This is kind of confusing because based on the name you would think the enum would be used for something else.

    Daniel

  20. #20
    Fromafar
    Prince
    Join Date
    25 May 2003
    Posts
    622
    Country
    This is Fromafar's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    07:32
    Originally posted by Locutus
    Nope, 2005 doesn't compile. There's some problem with something in the Boost Python code IIRC (which is outside the SDK). This may well be fixed in the XP (no promises though), but for this SDK it's too late.
    Actually, it will compile with MSVC 2005 after a small change. Frankly, I am somewhat surprised that it does not issue a compiler error in its present form. In CyInfoInterface2.cpp, line 304 is really suspect. I would suggest changing
    Code:
    .def_readwrite("getUniqueRange", &CvBonusClassInfo::getUniqueRange)
    to either
    Code:
    .def("getUniqueRange", &CvBonusClassInfo::getUniqueRange, "int ()")
    for read-only access through a Getter, or
    Code:
    .def_readwrite("iUniqueRange", &CvBonusClassInfo::m_iUniqueRange)
    for direct read-write access to a member variable. In the latter case, you also have to make CvBonusClassInfo::m_iUniqueRange public.

    You would have to ask Firaxis which version is intended.

  21. #21
    wgabrie
    Prince wgabrie's Avatar
    Join Date
    19 Oct 2001
    Location
    New York, USA
    Posts
    786
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    01:32
    I couldn't build the SDK after following the instructions in the first post. I got a "fatal error C1083 - windows.h not found" when I tried to build the project.

    To fix this I needed to add "C:\Microsoft Visual Studio 8\Microsoft Platform SDK\Include" path to the Project >> build-options >> Final >> Directory list.

    Just thought everyone should know, in case they are having the same problem.
    Don't rule me out when I'm losing. Save your celebration until after I'm gone.

  22. #22
    Ari
    Warlord
    Join Date
    19 Nov 2001
    Location
    Boston
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    When I follow the link to get the toolkit, I'm told that "The Visual C++ Toolkit 2003 has been replaced by Visual C++ 2005 Express Edition."

    Given that posts below mention that this cannot compile, am I out of luck? Or can I search for a 2003 version elsewhere? Or am I wrong and the 2005 version is perfectly acceptable?

  23. #23
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32
    Originally posted by Ari
    When I follow the link to get the toolkit, I'm told that "The Visual C++ Toolkit 2003 has been replaced by Visual C++ 2005 Express Edition."

    Given that posts below mention that this cannot compile, am I out of luck? Or can I search for a 2003 version elsewhere? Or am I wrong and the 2005 version is perfectly acceptable?
    Oh my. You are quite correct, M$ seems to have removed that DL since I got it on April 13th.

    I can upload it if someone can host it, it is about 32MB (32,177KB) though, so it needs to be a big HD and fast net connection.

    Don't know the legality of hosting it either, IANAL.

    smacfan

  24. #24
    Ari
    Warlord
    Join Date
    19 Nov 2001
    Location
    Boston
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    I went to the archived page on archive.org, and got a valid link to *a* download. I won't know until I actually install it if it's 2003 or simply the newest version pointed to from the same link (which will be later today, since I'm on a 56k, and have to get out anyway)

    http://web.archive.org/web/200604221...displaylang=en


    edit: confirmed that this is indeed the 2003 version.
    Last edited by Ari; April 22, 2006 at 18:24.

  25. #25
    smacfan
    Chieftain
    Join Date
    11 Jan 2005
    Location
    Brooklyn, NY
    Posts
    97
    Country
    This is smacfan's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    00:32
    Originally posted by Ari
    I went to the archived page on archive.org, and got a valid link to *a* download. I won't know until I actually install it if it's 2003 or simply the newest version pointed to from the same link (which will be later today, since I'm on a 56k, and have to get out anyway)

    http://web.archive.org/web/200604221...displaylang=en

    edit: confirmed that this is indeed the 2003 version.
    Glad you got it, I just checked your web.archive.org link and it's gone from there as well.

    Do you think M$ is trying to send a message? Will they come after us next?

    smacfan

  26. #26
    Ari
    Warlord
    Join Date
    19 Nov 2001
    Location
    Boston
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    05:32
    Geez, so it is. I wonder if my downloading it prompted them to realize they still had it on their server. I'd be more than happy to upload it someplace if anyone wants.

  27. #27
    PJayTycy
    King
    Join Date
    23 Apr 2005
    Posts
    1,709
    Country
    This is PJayTycy's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 21, 2013
    Local Time
    06:32
    Has anybody confirmed Fromafar's solution works for compiling in VC 2005 ?

    Especially now M$ has removed the 2003 toolkit, it would be interesting to know if VC2005 can compile.
    no sig

  28. #28
    mdbill
    Warlord mdbill's Avatar
    Join Date
    29 Oct 2001
    Posts
    140
    Country
    This is mdbill's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 20, 2013
    Local Time
    21:32
    VC2005 working.
    I just built the dll with Fromafar's solution (choice #1).

  29. #29
    mdbill
    Warlord mdbill's Avatar
    Join Date
    29 Oct 2001
    Posts
    140
    Country
    This is mdbill's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 20, 2013
    Local Time
    21:32
    Hold on. Yes, It compiled. But I'm getting CTD. Anoyone else have success?

  30. #30
    mdbill
    Warlord mdbill's Avatar
    Join Date
    29 Oct 2001
    Posts
    140
    Country
    This is mdbill's Country Flag
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Local Date
    May 20, 2013
    Local Time
    21:32
    FYI, I compiled the new CyInfoInterface2.cpp with VC 2003 and that works fine. So the change appears to be OK, just not with VC 2005.

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Compiling the SDK to match 1.61
    By smacfan in forum Civilization IV General
    Replies: 2
    Last Post: April 15, 2006, 00:44
  2. Compiling the GTk Client...
    By Dandeloreon1984 in forum Freeciv
    Replies: 10
    Last Post: February 27, 2004, 13:56
  3. Compiling error... AGAIN!!!
    By CMaster2003 in forum Freeciv
    Replies: 4
    Last Post: January 24, 2004, 17:21
  4. compiling on other than c++ or .net
    By Seesjuh in forum CtP2 Source Code Project
    Replies: 5
    Last Post: January 12, 2004, 03:31
  5. Compiling error... please help
    By CMaster2003 in forum Freeciv
    Replies: 2
    Last Post: January 4, 2004, 07:28

Visitors found this page by searching for:

CvGameCore Expansion 1.dll

civ v OR civ 5 OR civilization v OR civilization 5 gods and kings cvgamecoredll.dll

civilization 5 unspecified error

CvGameCore_Expansion1.dll

civ 4 error in game start event handler

civilization v steam unspecified errorcivilization v crash cvgamecore expansion 1.dllunspecified error civilization vcvgamecore expansion 1.dll downloadcvgamecore expansion1.dllDue to a change in the exception handling switches for the CC Compiler EHsc has been automatically converted to EHa in this projectcode block LINKfatal error LNK1181: 无法打开输入文件“winmm.lib”civilization 5 ошибка с cvgamecore expansion 1.dllcvgamecore expansion1.dll crashciv 5 unspecified errorcivilization 5 gods and kings error loading cvgamecore expansion1.dllciv4 boost_python-vc71probleme mise à jour civilization v (unspecified error)cvgamecore_expansion1.dll crashcivilization 5 sdk cpp 2012finalrelease.dll civ5download vc 2003 archivecivilization 5 sdk g&k downloadvs2003 pdb.make sure that the file is not open by another process and is not write-protected.baixar a dll cvgamecore release

Bookmarks

Posting Permissions