S
Steve McLellan
Hi,
I'm trying to call GetEncoders in C++. I've got code that does it
successfully in C# but whatever I do I seem to get errors.
The lines below, which is my current hacked off state, cause the problem:
System:rawing::Imaging::ImageCodecInfo __gc *encoders __gc[];
encoders = System:rawing::Imaging::ImageCodecInfo::GetImageEncoders();
The error is error C2691: 'unsigned char __gc[]' : invalid type for __gc
array element
Any help much appreciated, before I rampage murderously through the office.
Steve
I'm trying to call GetEncoders in C++. I've got code that does it
successfully in C# but whatever I do I seem to get errors.
The lines below, which is my current hacked off state, cause the problem:
System:rawing::Imaging::ImageCodecInfo __gc *encoders __gc[];
encoders = System:rawing::Imaging::ImageCodecInfo::GetImageEncoders();
The error is error C2691: 'unsigned char __gc[]' : invalid type for __gc
array element
Any help much appreciated, before I rampage murderously through the office.
Steve