|
-
Oct 8th, 2004, 12:22 PM
#1
Thread Starter
Hyperactive Member
Getting globals to show in project browser
I want some constants for my DLL to show up in the project browser,, how to accomplish this?
Disiance
-
Oct 8th, 2004, 12:25 PM
#2
Which constants? What do you mean "Have them show up in the project browser"?
-
Oct 8th, 2004, 12:35 PM
#3
Thread Starter
Hyperactive Member
I have some constants in a module in a DLL I'm creating
When someone adds the DLL as a reference I would like the constants to show up in the project browser (press F2 in VB) so that the user can see what constants are available to use.
Disiance
-
Oct 8th, 2004, 12:37 PM
#4
What language is the DLL written in? C++, VB?
-
Oct 8th, 2004, 12:37 PM
#5
Thread Starter
Hyperactive Member
-
Oct 8th, 2004, 12:48 PM
#6
I don't know that VB6 is capable of this. Did you try to make them Public in a module? I'm not sure that would even do it.
-
Oct 8th, 2004, 12:52 PM
#7
Thread Starter
Hyperactive Member
I put them into a module as 'Public Const's, there's no way to specify the module itself as public or not. Perhaps I should run down to the library and pick up a book, thanks for your help.
Disiance
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
|