Category Articles RSS Feed
How to compile a C++ project using the sample LDM makefile
Viewed 1 times since Tue, May 12, 2015
Although the samples included with the LDM modules are written in C, it is also possible to compile the C++ code as a C++ project. 1) Rename your source code extensions from .cpp to .c (case sensitive!) 2) Replace all instances of "gcc" with "g++"... Read More