cwindowsdllide

Good IDE/compiler for simple C dll's


I'm trying to disassemble a C/C++ DLL, and have made some progress, but I would like to create my own C DLL with the same function the original exports, and compare disassemblies.

Visual Studio adds to much crap, and when I remove the crap and build my project, the expected DLL is missing.

I need a lightweight, preferably IDE, tool to edit and build very simple C libraries.


Solution

  • Take a look at Code::Blocks