News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code Blocks with VC Compiler?

Started by Faz, May 01, 2017, 05:08:05 PM

Previous topic - Next topic

Faz

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!

:)

cacb

Quote from: Faz on May 01, 2017, 05:08:05 PM
Is Visual Studio Compiler compatible with Code Blocks?

Yes, you can use the MSVC compiler with Code::Blocks, see foe example this link 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.