Jump to content

Is it possible to get a Codeblocks+Mingw C++ template project?


afecelis
 Share

Recommended Posts

Hi Josh,

I've been running into a lot of issues lately with Visual Studio Express; Installations become corrupted very easily, and if you need to install previous versions to 2013, one installation breaks the other so you end up in an endless loop of uninstalling-reinstalling with lots of remnants on the system that in the end make the programs impossible to install.

 

Would it be possible when creating a new C++ project to have a Codeblocks+Mingw template (as in Linux)?

This would also make the projects cross-compatible, and I don't know how much .net-dependent do projects become when using MS Visual Studio. Wouldn't it be better to keep them as C++/clean as possible?

 

Let me know if it's viable.

 

regards,

Alvaro

  • Upvote 2

Win8.1 Pro X64/ Intel core I7 @ 3.5GHz / 32GB DDR3 SDRAM / GeForce GTX 660+760/ VC++ Express 2013/ Blender /Unwrap3dpro3 /Modo 8

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...

I think the multiple language options in LE2 was a very good feature(LEBuilder).. and the ability to use code::blocks...

 

BlitzMax

C++

C++(VS2008)

C#

LEO

LUA

VC.net

 

it would be nice if those options were back...

 

Also even Xamarin Studio or MonoDevelop(stand alone) compiles stuff faster than Visual Studio ...and they are cross platform..any compiler should be an option to use...without causing problems..

  • Upvote 2

Threadripper 2920X Gen2 CPU(AMD 12-core 24 thread) | 32Gigs DDR4 RAM | MSI Nvidia GeForce RTX 2070 Stock OCed | ASRock X399 Professional Gaming Motherboard | Triple M.2 500Gig SSD's in Raid0

Windows 10 Pro | Blender | Paint.NetWorld Machine | Shader Map 4 | Substance Designer | Substance Painter | Inkscape | Universal Sound FX | ProBuilder | 3D World Studio | Spacescape | OpenSky | CubeMapGen | Ecrett Music | Godot Engine | Krita | Kumoworks | GDScript | Lua | Python | C# | Leadworks Engine | Unity Engine

 

Link to comment
Share on other sites

I will give it a try.

So far this is the problem showing up

 

post-395-0-02348700-1425124201_thumb.png

 

 

DEFINE_CALLBACK( VolumeHasChanged_t, k_iSteamMusicCallbacks + 2 )
    CALLBACK_MEMBER( 0,    float, m_flNewVolume )
END_DEFINE_CALLBACK_1()


isteammusic.h|62|error: no matching function for call to 'VolumeHasChanged_t::GetMemberVar_0(uint32&, uint32&, uint32&, const char**&, const char**&)'|
isteammusic.h|62|note: candidate is:|
isteammusic.h|61|note: static void VolumeHasChanged_t::GetMemberVar_0(unsigned int&, unsigned int&, uint32&, const char**, const char**)|
isteammusic.h|61|note:   no known conversion for argument 1 from 'uint32 {aka long unsigned int}' to 'unsigned int&'|

AV MX Linux

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...