GCC Error on getKBchar()
- Posted by euphoric (admin) 2 weeks ago
- 222 views
Just installed newest MinGW to a new PC and trying to compile an app. Anybody recognize this error or have the fix?
PS C:\Users\suppo\Programs\HTF License Server Tools\iNet_maker> gcc --version gcc.exe (x86_64-posix-seh-rev2, Built by MinGW-Builds project) 14.2.0
PS C:\Users\suppo\Programs\HTF License Server Tools\iNet_maker> euc .\iNet_maker.exw Build directory: build-924046\ Translating code, pass: 1 2 3 4 5 6 7 8 9 10 11 12 13 generating Compiling with GCC Compiling 0% init-.c Compiling 3% iNet_maker.c Compiling 5% main-.c Compiling 7% Win32Lib.c Compiling 9% machine.c Compiling 11% memory.c Compiling 13% dll.c Compiling 15% types.c Compiling 17% sort.c Compiling 19% msgbox.c Compiling 21% filesys.c Compiling 23% datetime.c Compiling 25% get.c get.c: In function '_13get_ch': get.c:58:26: error: implicit declaration of function 'getKBchar'; did you mean 'getwchar'? [-Wimplicit-function-declaration] 58 | _13ch_8316 = getKBchar(); | ^~~~~~~~~ | getwchar Couldn't compile file 'get.c' Status: 1 Command: gcc -DEWINDOWS -fomit-frame-pointer -c -w -fsigned-char -O2 -m32 -IC:/Euphoria -ffast-math get.c