Clarion
Setup
Download the Clarion module: Clarion_Everything.zip
Source code of the module is included.
Extract Everything.lib to your clarion project.
Add the LIB to “Library, object, and resource files” i...
C
Make sure to link to Everything32.lib or Everything64.lib.
Copy Everything32.dll or Everything64.dll to your programs executable directory.
#include <stdio.h>
#include "Everything.h"
int main(int argc,char **argv)
{
DWORD i;
...