There are many ways to share memory with TCC 64-bit and a 32-bit application.
Here's a method that I use.
Read more
Here's a method that I use.
Code:
@echo off
iff %_shralias ne 1 then
echo Shralias must be in memory.
quit
endiff
iff %_admin ne 1 then
echo Admin level is required to run %_batchname
quit
endiff
unalias smjlcav*
memory | ffind /kvme"global|free"...
Read more