Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Gregor_51

#1
I thought I just had with entering my question in this forum.
So: if I haven't I will do it now:
How? Where?
I just want to know if I might be of any help and that I'll know when I see the code, the language it's written in and the way it's written.
#2
Quote
And for few days ago he have zipped anything down and uploade the to the server in the Bonus forum.
How to get to this forum?
#3
Quote from: Schranz0r on 2014-Oct-29
Gregor, the old man from the chat  :nana:
Why "old man"?
#4
ok, now that it is confirmed that it's not my system that caused the problem:
is somebody able to fix it?
Is he/she doing it in the very near future?
Any tips to get around the problem?
I have to decide if GlBasic is the tool to develop the small project for the up to 8 scanners with Embedded 6.5.
Or Visual Studio Express with SDKs?

#5
As you can see I was finally able to login.
Thanks for the help.
I posted my problem under "Bugs".
#6
I use Windows 8.1 and the newest GlBasic-Version.
I have to devlop a program for an Intermec Scanner with Windows Embedded 6.5.

I just installed and created a new project.
// --------------------------------- //
// Project: Komm
// Start: Tuesday, October 28, 2014
// IDE Version: 12.308


// SETCURRENTDIR("Media") // go to media files
PRINT "AAL", 100, 100
SHOWSCREEN
MOUSEWAIT
END

I get the following errors (for Win it compiles and runs ok):
/cygdrive/c/Users/Gerhard/AppData/Local/Temp/ccTEkkmR.o(.text+0x88):gpc_temp0.cpp: undefined reference to `ZN11__GLBASIC__10SHOWSCREENEv'
/cygdrive/Q/Compiler/platform/WinCE/Lib/libGLBasic.a(glb-full.o)(.text+0x1c4bc):glb-full.cpp: undefined reference to `ZN11__GLBASIC__10SHOWSCREENEv'
/cygdrive/Q/Compiler/platform/WinCE/Lib/libGLBasic.a(glb-full.o)(.text+0x1c524):glb-full.cpp: undefined reference to `ZN11__GLBASIC__10SHOWSCREENEv'
/cygdrive/Q/Compiler/platform/WinCE/Lib/libGLBasic.a(glb_ppc.o)(.text+0x1180):glb_ppc.cpp: undefined reference to `ZN11__GLBASIC__10SHOWSCREENEv'
/cygdrive/Q/Compiler/platform/WinCE/Lib/libGLBasic.a(glb_ppc.o)(.text+0x6930):glb_ppc.cpp: undefined reference to `ZN11__GLBASIC__10SHOWSCREENEv'
/cygdrive/Q/Compiler/platform/WinCE/Lib/libGLBasic.a(ceFramework.o)(.text+0x998):ceFramework.cpp: undefined reference to `ZN11__GLBASIC__15__g_LicenseBitsE'
/cygdrive/Q/Compiler/platform/WinCE/Lib/libGLBasic.a(ceFramework.o)(.text+0xf94):ceFramework.cpp: undefined reference to `ZN11__GLBASIC__15__g_LicenseBitsE'
*** FATAL ERROR - Bitte die Compiler-Ausgabe ins Forum kopieren
_______________________________________
*** Fertig ***

Maybe somebody can help me
TIA
Gregor