From: Janusz <jan...@in...> - 2004-05-31 21:38:18
|
W li=B6cie z pon, 31-05-2004, godz. 17:17, Janusz pisze:=20 > Hi, >=20 > First many thanks for a good job > and sorry for my english ( still under construction :)) >=20 > I have just installed the wx.Net library and found a few problems. >=20 > My enviroment is Windows XP - NET 1.1, Linux Mandrake 10 - mono 0.92 > from CVS , wxWindows and wx.NET from the CVS, Celeron 1.7 . >=20 > 1. Startup time in Linux. > Running from the command line a sample application e.g. " mono > controls.exe " takes about 17 sec in my computer. > The same application running from the Monodevelop 0.3 starts > immediately. Why it takes so long time and why is there such a diferenc= e > ?. >=20 > 2. The sample Mdi.exe does not work properly. The child windows are > invisible. In the wx.NET for Windows I can see them but after closing a > child an error occures. In Windows also the "me.Dragging" property=20 > works all time even if I release the mouse button. >=20 > regards=20 > Janusz Mars >=20 I have just noticed that the long time statup occurs only if I compile wxnet with options --with-shared and wxWidgets is linking as shared library. Whitout this option the samples start immediately. Janusz |