Please enable JavaScript to view this site.

Memory Validator Help

Navigation: API

Source Files

Scroll Prev Top Next More

 

The source files can be found in the API directory in the Memory Validator install directory.

 

 

C / C++ Source files

 

If you're using Memory Validator x86, use the files in the Memory Validator x86 API directory.

 

If you're using Memory Validator x64, use the files in the Memory Validator x64 API directory.

 

 svlMVAPI.h

 svlMVAPI.c

 

Just add these files to your project and build.
 
If you are using precompiled headers you will need to disable them for svlMVAPI.c.

 

 

C# API Source files

 

If you're using Memory Validator x86, use the files in the Memory Validator x86 API directory.

 

If you're using Memory Validator x64, use the files in the Memory Validator x64 API directory.

 

 svlMVAPI.cs

 

Just add these files to your project and build.