|
-
Jan 18th, 2000, 08:56 AM
#1
Thread Starter
Member
I have created an Active DLL, and added standard EXE project that references the Active DLL.
On my EXE project, I'm trying to create object, but it give me a "Type mismatch error"
Here's my code
-----------------------------------------
Private WithEvents mobjFCCID As BaseModel
Private Sub Form_Load()
I get Type mismatch error here ==> Set mobjFCCID = New BaseModel
End Sub
-----------------------------------------
I have created other objects with exact same way as above, and had no problem.
Any one has any idea what might cause this error?
Joon
-
Jan 18th, 2000, 01:07 PM
#2
Lively Member
try checking your dll for any type mismatch error.
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
|