Pelles C forum

Pelles C => Bug reports => Topic started by: JosefM on February 26, 2009, 03:53:47 AM

Title: bug related to VARIANT and VARIANTARG
Post by: JosefM on February 26, 2009, 03:53:47 AM
I found a bug in PellesC related to VARIANT and VARIANTARG. Type this code and see:

VARIANT myVar;

Declaring the variable went well, but every time you try to fill the value (that is, hit the '.' button)

myVar.            //hit the '.' button and you'll get the auto-generated code.

Title: Re: bug related to VARIANT and VARIANTARG
Post by: Pelle on February 28, 2009, 04:39:25 PM
I can't reproduce this...