News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

codeblocks with UnrealEngine4?

Started by helghast, March 20, 2014, 04:54:38 PM

Previous topic - Next topic

helghast

Can I use code::blocks with UnrealEngine4?
Knowing that scripting in UnrealEngine4 is now in C++.

Greetings.

stahta01

Quote from: helghast on March 20, 2014, 04:54:38 PM
Can I use code::blocks with UnrealEngine4?
Knowing that scripting in UnrealEngine4 is now in C++.

Greetings.

Do you know what a compiler is?
Does CB support a compiler that works with UnrealEngine4?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]


oBFusCATed

Hm, how would you expect C::B to support something that has just being released?
And yes, the first answer is the correct one. If the required compiler is supported then it could work, but someone has to try it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

helghast

Quote from: oBFusCATed on March 20, 2014, 07:39:29 PM
Hm, how would you expect C::B to support something that has just being released?

Because UnrealEngine4 uses VisualStudio2013 and VisualStudio2012 C++ projects (even vstudio2010 solutions).

And I've seen that Code::Blocks can import MSVisualStudio solutions (.sln), but was not sure if the 2013 (or 2012) version is supported.

So I came here to ask, the "temple of knowledge" of Code::Blocks.

For my part, I tried to import VStudio2013 solution (.sln), but gives errors on "csproj" files, perhaps because they are C# or related.

Basically, if they publish UnrealEngine4 for Linux (there are users trying this, since the UE4 source code is on GitHub for developers), it would be very interesting to use C::B as IDE. In MAC, Xcode is used for UE4 projects.

Greetings.

oBFusCATed

Probably it could be done, but someone with access to it should try to use it.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]