Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vb Journal run ok but Dll journal throw error

Status
Not open for further replies.

Ehaviv

Computer
Joined
Jul 2, 2003
Messages
1,012
Location
IL
Hi
I have a journal that using a static
variable inside a function the
Journal run ok but when compiling
To dll I got compiling error
That say the static variable is not
Declared.

Thank you.
 
I changed the variable
From
Static alist As List (Of String)({Nothing})
To
Static alist As List (Of String)

And the journal compiled OK.

Can someone explain why?.

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top