News:

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

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.