Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / compilation

Compilation

compilation

Great Reads

by Gregory Morse
A full-featured Z80/8085 assembler in C++
by honey the codewitch
Adventures in Reflection.Emit! Here I present a regular expression engine with a Compile() feature.
by pi19404
This article describes the method to cross compile C/C++ library for Android OS
by Sundeep Kamath
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.

Latest Articles

by Gregory Morse
A full-featured Z80/8085 assembler in C++
by honey the codewitch
Adventures in Reflection.Emit! Here I present a regular expression engine with a Compile() feature.
by pi19404
This article describes the method to cross compile C/C++ library for Android OS
by Sundeep Kamath
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.

All Articles

Sort by Score

compilation 

by Sundeep Kamath
Ever wondered why Visual Studio IDE provides 3 options for compilation - x86, x64 and Any CPU? As part of this article, I hope to shed some light on this.
by Sundeep Kamath
How to check platform affinity for a managed .NET process executable (PE)
by matt warren
Lowering in the C# compiler (and what happens when you misuse it)
by Trần_Tuấn_Anh
In Java, two common runtime issues related to class loading are ClassNotFoundException and NoClassDefFoundError. These exceptions can be confusing for developers, especially when diagnosing and fixing classpath issues.