1. Bernie forgive me...
- Posted by Flaminio <newpow at TIN.IT>
Oct 13, 1999
-
Last edited Oct 14, 1999
--------------6A1C6AC73074
but i have modified another time the file and still doesn't work...
--------------6A1C6AC73074
Content-Disposition: inline; filename="prova.exw"
include machine.e
include dll.e
atom kernel, SetEnvironmentVariable
kernel = open_dll("kernel32.dll")
SetEnvironmentVariable = define_c_func(kernel, "SetEnvironmentVariableA",
{C_POINTER, C_POINTER},C_INT)
? c_func(SetEnvironmentVariable,
{allocate_string("ciao"),allocate_string("oiac")})
--------------6A1C6AC73074--