please verify
--------------1AB37F2152E
Please verify the code below and please execute it to see which errors
are in it :
--------------1AB37F2152E
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")})
--------------1AB37F2152E--
|
Not Categorized, Please Help
|
|