NO

Author Topic: bug related to VARIANT and VARIANTARG  (Read 2425 times)

JosefM

  • Guest
bug related to VARIANT and VARIANTARG
« 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.


Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: bug related to VARIANT and VARIANTARG
« Reply #1 on: February 28, 2009, 04:39:25 PM »
I can't reproduce this...
/Pelle