The following sample shows spurious characters if run from the root directory (MyDevice):
include "Fwce.ch"
FUNCTION MAIN()
MSGALERT( "*" + CURDIR() + "*" )
RETURN NIL
The problem is reproduceable with the device emulator.
EMG
The following sample shows spurious characters if run from the root directory (MyDevice):
FUNCTION MAIN()
MSGALERT( "*" + CURDIR() + "*" )
RETURN NIL
The problem is reproduceable with the device emulator.
EMG
Try to copy the EXE in MyDevice directory.
EMG
Can you send me your EXE to test it here?
EMG
Enrico,
We have just uploaded a new FWPPC build that may fix what you describe. Please test it again, thanks!
Unfortunately the problem is still here. I've just sent you my EXE and a screenshot of the problem to your private email.
Let me know.
EMG
Enrico,
Your sample fails here. Mine is ok. I have sent you my test.
Are you using standard samples\buildce.bat or do you have a modified one ?
Thanks!
Your test works fine here but I discovered something very strange. I simply made a copy of my PRG and recompiled it. The new EXE works fine while the old EXE shows the bug!
And yes, I tried using the standard FWPPC batch with identical results.
EMG
Enrico,
It looks as we still had a little bug in GetCurrentDirectory() implementation. We are going to upload a new build.
I appreciate your feedback. Thanks,