|
-
Jul 2nd, 2004, 04:01 AM
#15
Thread Starter
Junior Member
re: err help!
wooo just three now
------ Build started: Project: questerer Configuration: Debug ------
Performing main compilation...
C:\Documents and Settings\Scott\My Documents\SharpDevelop Projects\questerer\AddQuestform.vb(21) : error BC30002: Type 'WindowsApplication1.DefaultNamespace.MainForm' is not defined.
Dim mainform As WindowsApplication1.DefaultNamespace.MainForm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Documents and Settings\Scott\My Documents\SharpDevelop Projects\questerer\QuestStorage.vb(3) : error BC30002: Type 'ArrayList' is not defined.
Private commandList As New ArrayList
~~~~~~~~~
C:\Documents and Settings\Scott\My Documents\SharpDevelop Projects\questerer\QuestStorage.vb(14) : error BC30002: Type 'ArrayList' is not defined.
Public Function getCommands() As ArrayList
~~~~~~~~~
Build complete -- 3 errors, 0 warnings
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
|