Meanwhile I have another question:
A testprogram, compiled in the minigui directory will run OK.
When I compile or move the compiled program to another directory it does not work.
How come?
example
Code: Select all
#include "minigui.ch"
//---------------------------------------------------------
Function Main()
external dbgoto
use klanten
dbgoto(9)
outstd(naam)
dbcloseall()
wait
Return