[Mono-winforms-list] SWF failed to start in Linux-Mandrake 9.1

Mohammad DAMT md@mt.web.id
Tue, 3 Jun 2003 11:15:39 +0700


On 2003.06.03 10:56 Mohammad DAMT wrote:
>> So, those warnings should not appear in output :)
> 
> how current and what server?
> I use
> [mdamt@gordon mono]$ cat CVS/Root
> :pserver:anonymous@anoncvs.go-mono.com:/mono
> 
> I've checked out this morning and yields the same result

for mono-devel-list:
make -f makefile.gnu install did not copy mcs/class/lib/*  to PREFIX/lib
so I have to manually copy all dlls to PREFIX/lib

for mono-winform-list: :D
the same exception still came when I ran the app

[mdamt@gordon Coba]$ mono coba.exe
  Unhandled Exception: System.NullReferenceException: A null value was 
found where an object instance was required
in (unmanaged) 00 System.Windows.Forms.Control:.ctor ()
in <0x0000e> 00 System.Windows.Forms.ScrollableControl:.ctor ()
in <0x00014> 00 System.Windows.Forms.ContainerControl:.ctor ()
in <0x00018> 00 System.Windows.Forms.Form:.ctor ()
in <0x0000a> 00 MyFormProject.MainForm:.ctor ()
in <0x00054> 08 MyFormProject.MainForm:.ctor ()
in <0x0001e> 00 MyFormProject.MainForm:Main (string[])