wx.NET 0.6.1 & VS.Net

Questions about wxWidgets running on MS.NET, mono or Portable.NET ? Ask it here !
Post Reply
xeron
In need of some credit
In need of some credit
Posts: 2
Joined: Wed Jan 26, 2005 2:01 am

wx.NET 0.6.1 & VS.Net

Post by xeron »

So, I went to use the new dll's from the 0.6.1 release, but got the following error:

Code: Select all

Assembly 'Z:\test\wx.NET.dll' has the non-standard metadata heap #-.
Recompile it correctly (without the /incremental switch or in Release mode).

I then decided to try my hand at compiling wx.NET with my copy of VS.Net 2002. I followed the instructions, everything worked beautifully until the using the produced DLLs.

The result, if I assign the value to a TextCtrl or use the value from a TextCtrl, it ends up in strange high ASCII.

Example:

Code: Select all

txtResults.Value += " one ";
txtResults.Value += " two ";
This sould produce something in txtResults.Value as " one two " but instead I get something like "
xeron
In need of some credit
In need of some credit
Posts: 2
Joined: Wed Jan 26, 2005 2:01 am

Post by xeron »

So, upon further investigation, it turns out this behavior happens in mono.

If I run it without mono, it seems to work...

Still very strange.
Post Reply