Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1686

Using ALIAS as Shared Memory

$
0
0
There are many ways to share memory with TCC 64-bit and a 32-bit application.

Here's a method that I use.

In the source code below,
and the notes that follow,
I have a few issues,
but they have not caused any problems,
or crashes,
when using this method.

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

Viewing all articles
Browse latest Browse all 1686

Trending Articles