Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: AW: enum in a dll...


Message #1 by "Grau Kilian (rds)" <rds@a...> on Tue, 3 Dec 2002 09:16:08 +0100
Gonzalo,

When you said, "it doesn't appear", you're talking about intellisense right?

From what I notice, if there is something wrong with the class module (ie:
syntax errors, etc.), intellisense doesn't resolve for parts (if not the
entire) class module.

As Grau mentioned, referencing the DLL and making the enums Public should do
it.  Hmm... maybe you're defining the enum twice in the application?


Regards,
Rommel


-----Original Message-----
From: Gonzalo Martin Bianchi [mailto:gbianchi@a...]
Sent: Tuesday, December 03, 2002 6:26 AM
To: professional vb
Subject: [pro_vb] Re: AW: enum in a dll...


thanks for the answer..

yes.. i make a reference in the other project to the dll (the project
already had a reference to that dll)...

when i try to create a var of that type, it doesnt apear...

maybe i doing something wrong.. i will try everything again and i will get
back to you..


Gonzalo Martin Bianchi
Desarrollo de sistemas de cuenta corriente tributaria
Hipolito Yrigoyen 370
Entrepiso B pasillo 600 oficina 5
4347-3181
----- Original Message -----
From: "Grau Kilian (rds)" <rds@a...>
To: "professional vb" <pro_vb@p...>
Sent: Tuesday, December 03, 2002 5:16 AM
Subject: [pro_vb] AW: enum in a dll...







AW: [pro_vb] enum in a dll...




Did you made a reference to your dll
and did you made the enum public ?


(it is possible to access a enum from a dll)


cheers Kilian


-----Ursprüngliche Nachricht-----
Von: Gonzalo Martin Bianchi [mailto:gbianchi@a...]
Gesendet: Montag, 2. Dezember 2002 19:47
An: professional vb
Betreff: [pro_vb] enum in a dll...



hi there...


maybe weekend put me into sleep.. but im trying to put a enum into a dll so
all my projects can access it and i can use it everywhere.. but i have no
luck with it...

i try to put it at class level.. and module level.. but i never saw it..


any ideas?? im doing something wrong??


thanks in advance..


Gonzalo Martin Bianchi
Desarrollo de sistemas de cuenta corriente tributaria
Hipolito Yrigoyen 370
Entrepiso B pasillo 600 oficina 5
4347-3181











  Return to Index