Flutterby™! : Aaargh!

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

Aaargh!

2010-03-31 23:10:37.908407+00 by Dan Lyke 1 comments

It's been a VisualStudio and Visual C++ day.

error C2664: 'void System::Drawing::Drawing2D::Matrix::TransformVectors(cli::array<type> ^)' : cannot convert parameter 1 from 'cli::array<type> ^' to 'cli::array<type> ^'

This would suck far far less if Visual C++ bore more than a passing resemblance to C++, or I had the technology that I'm sure Microsoft has that would let me more easily convert C# to C++, or probably even if I were developing on a more recent version of VisualStudio.

But, sadly, no. It just sucks lots.

[ related topics: Humor Microsoft moron ]

comments in ascending chronological order (reverse):

#Comment Re: made: 2010-03-31 23:48:52.818141+00 by: Shawn

Ah, yes. Sadly, I find these errors all too familiar. (I get them in C# too.)