(no subject)
Mar. 26th, 2006 12:06 amOf all the fun things to encounter with Visual Basic 6:
"Unexpected error occured in code generator or linker. --View error messages?" Yes/No/Help
*Yes*
( Wide error message )I didn't think it was possible to generate an internal compiler error in VB.
Edit: okay, I think I've worked out what line is killing it. Unfortuantly, this line of code basically reads "MyControl.Data = GiganticVariableSizeByteArray", and is a rather critical line for that control to work. I may have to abandon that idea of mine. The compiler appears to dislike moving large byte arrays around.