Jump to content
The Dark Mod Forums

Search the Community

Showing results for tags 'compiler'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I noticed a few devs here use linux environments and since i maintain a posix environment for windows this might be of interrest for them. https://sourceforge.net/projects/cbadvanced/files/CB%20Msys2%20version/x86/ this one uses the 32 bit version of Msys2, and is mostly intended for compatibility with non 64 bit OS like XP. https://sourceforge.net/projects/cbadvanced/files/CB%20Msys2%20version/x64/ this one uses the 64 bit version of Msys2, and is the one most users should get in case they do there work on 64 bit vista and up. installer has an option of setting the just in time debugger to drmingw in case this will be your default coding environment you should choose that. If however you use msvc by default then you should untick this option as it will break msvc's JIT debugger setting. Compiler also has an IDE which should be recognizable by many ubuntu users namely codeblocks. My version is a bit old but im working on a new version. Reason it uses an older version is that mine was patched to support the non multilib MinGW64 compilers and my old patchset does not apply to the newer versions anymore. It still works well though . Happy coding
×
×
  • Create New...