richardchaven
Programmer
Code:
load_dll("Kernel32");
extern int GetEnvironmentVariable(string Key,out string Value <255>,int MaxSize);
GetEnvironmentVariable(ENV_NAME, BASE_URL, 255);
This gives an error 19: RPC error. Same error if "<255>" is ommited.
Any ideas?
Cheers