Click to See Complete Forum and Search --> : enumerated props bug?


April 22nd, 1999, 06:11 AM
Hi there, I ported an ocx from 16bit to 32bits (VC++1.52 --> VC++ 6.0) and I noticed something strange. The code in my ODL file uses a couple of typedef enum constructs to set enumerated props in RAD tool prop editor. I used helpstring keyword to display this string in the prop editor
ex:
typedef enum {
[helpstring("Lullabies")], valone,
[helpstring("flies")], valtwo; }


should display "lullabies" and "flies" in the prop editor under RAD tool (as it is in 16 bits VB4). But not in 32 bits. Instead of the text in the help string it is "valone" and "valtwo" that displays in the prop editor.

Has anyone around got this issue. Thanks for the tips.

PS.: This is my first time here, so don't know about name and password required for this post, It can be posted as anonymous.
My Name is Jacques Abada and my e-mail is jabada@cybercable.fr