Le jeudi 24 décembre 2009 17:33:56, Benoît Minisini a écrit :
> > > Le jeudi 24 décembre 2009 16:27:14, Charlie Reinl a écrit :
> > > > gambas3 Revision: 2514
> > > > does not compile for me , fails at reconf
> > > >
> > > > Charlie
> > >
> > > I guess it's because the m4/ltversion.m4 is missing..
I've found a better solution: I've created a module file with a process.
This can be triggered from within the main program.
' Gambas module file
PUBLIC hProcess AS Process
PUBLIC wins AS Form
PUBLIC szoveg1 AS TextBox
PUBLIC SUB ReadPassword()
DIM black AS Button
wins = NEW Form
wins.Width = 150