Comments: Win32 Fruits

Something that wasn't immediately obvious from the code: how does the Image scale the Pixbuf when the window is resized?

Without that, you might as well just convert the SVG to PNG before shipping the product.

Posted by tn at December 19, 2004 11:49 PM

You spelled FRUIT wrong.
Just to let you know I do read your blog!!!!

Posted by Mimi at December 20, 2004 03:53 PM

Hi There,

I have to say thank you for the mono 1.1.3 installer I've been waiting ages for it

Just thought I would bring a problem I had with the installer to your attention.

After installing mono and starting the mono command prompt (which runs setmonopath.bat) I get an error when I try to run mcs.

"cannot open assembly C:\PROGRA~1\MONO-1~1.3\lib\mono\1.0\mono\1.0\mcs.exe"

This can easily be fixed by adjusting the file mcs.bat on line 6 from

"C:\PROGRA~1\MONO-1~1.3\lib\mono.exe" "C:\PROGRA~1\MONO-1~1.3\lib\mono\1.0\mono\1.0\mcs.exe" %*

to

"C:\PROGRA~1\MONO-1~1.3\lib\mono.exe" "C:\PROGRA~1\MONO-1~1.3\lib\mono\1.0\mcs.exe" %*

As you can see it seems to have added \mono\1.0 twice

Hope it helps and keep up the good work ;)

Posted by Houmam at December 20, 2004 06:20 PM