Antonio Linares wrote:All this outside functions ( mod_pas, newRec, delRec and excRec ) are "Undefined ..."
Have you declared them as extern ?
After this you sugestion I tried that :
#include "fivewin.ch"
#include "xbrowse.ch"
#include "tdolphin.ch"
#include "dtpicker.ch"
external mod_pas
external newRec
external delRec
external excRec
FUNCTION uzsak()
...
Sorry , the same result ...
Antonio , can you direct where I can insert direction for minGw build ( \samples\buildg.bat ) ? Daniels TDolphin require that setting : -ldflag=-Wl,--allow-multiple-definition . I'll try that with your buildg.bat and only needs to add dolphins libs . It will be clear if this is a problem of settings for build ...