Can't compile to Windows CE

Previous topic - Next topic

MrTAToad

As mentioned by BasicMe, you currently can't compile to Windows CE, because you get the following :

Quote/cygdrive/S/Compiler/platform/WinCE/Lib/libGLBasic.a(glb-full.o)(.text+0xaea4):glb-full.cpp: undefined reference to `environ'
*** FATAL ERROR - Please post this output in the forum

Kitty Hello

It's when you use GETENV$(). I'll try to fix it.

Kitty Hello

great :/
I'll fix it ASAP. Very sorry.
So far insert this between any 2 functions.
Code (glbasic) Select

INLINE
}
const char** _environ;
namespace __GLBASIC__{
ENDINLINE