Bug in XmlResource.Get().Load

"Vincent RICHOMME" <[email protected]> Mon, 16 Aug 2004 10:37:23 +0200
Newsgroups gmane.comp.lib.wxwindows.wxnet
Message-ID <[email protected]>
I have downloaded the samples applications and trying to compile and test
them.

I don't know why but xrcdemo doesn't work on my machine (windows XP SP1,
Visual Studio .NET 2003 7.1.3088 and .Net framework 1.1).

 

Compilation is ok but every time I launch the xrcdemo.exe I have the
following message : 

 

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/frame.xrc'.

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/uncenter.xrc'.

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/custclas.xrc'.

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/artprov.xrc'.

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/platform.xrc'.

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/variable.xrc'.

10:32:31: Cannot load resources from file 'file:/D%3A/Developpement/C#/
wx.NET-0.5-Windows-Build/Samples/Xrc/rc/wxglade.xrc'.

10:32:31: XRC resource 'main_frame' (class 'wxFrame') not found!

. and so on

 

Don't know if it is normal that there is some weird characters %3A

 

Any idea?