Code::Blocks Forums
User forums => Help => Topic started by: Faz on May 01, 2017, 05:08:05 pm
-
Hello
I'm learning C++ I have already few basics things that everyone can, but I'm trying to make a DLL and inject it into a program
but the problem is i'm getting errors on compiling, asked some guys they say use Microsoft Visual Studio Tools ( the compiler)
I tried to, I didn't find any tools.
the thing is I can't find MS Tools idk why, tried to search but don't find any files so Is Visual Studio Compiler compatible with Code Blocks?
I wasted a week to find solutions but unfortunatly so I came here to get some help from you guys!
:)
-
Is Visual Studio Compiler compatible with Code Blocks?
Yes, you can use the MSVC compiler with Code::Blocks, see foe example this link (https://github.com/arnholm/cpde_utils/blob/master/doc/toolchain/CodeBlocks_MSVC_setup.pdf) for some inspiration on how I do it. This is probably not the only way, but it works with MSVC2013, also the free Express version.