|
-
April 22nd, 1999, 06:11 AM
#1
enumerated props bug?
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 [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|