Author Topic: Code Blocks with VC Compiler?  (Read 10724 times)

Faz

  • Guest
Code Blocks with VC Compiler?
« 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!

 :)

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: Code Blocks with VC Compiler?
« Reply #1 on: May 01, 2017, 06:42:07 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.