One Hour Builds: DLL for Windows and Linux, just for fun, using this cross-platform C build template featuring GCC, Mingw, and the new, Anchor "pseudocode" compiler. Also in the video we craft the template itself, line by line, and comment all of its parts, as much as possible in the one-hour time constraint.
DLL Crossbuild Template http://anch.org/downloads/dll-crossbu...
Anchor "Pseudocode" Compiler http://anch.org/anchor.html
==References==
Building and Using DLLs. https://cygwin.com/cygwin-ug-net/dll....
GNU make - Conditional Parts of Makefiles. http://www.chemie.fu-berlin.de/chemne...
How to count characters in a unicode string in C - Stack Overflow. http://stackoverflow.com/questions/72...
HOWTO Create and Deploy a Sample DLL using MinGW | MinGW. http://www.mingw.org/wiki/sampleDLL
Shared libraries with GCC on Linux - Cprogramming.com. http://www.cprogramming.com/tutorial/...
Using __declspec(dllimport) and __declspec(dllexport). https://msdn.microsoft.com/en-us/libr...