|
-
Jan 8th, 2002, 06:51 AM
#1
Thread Starter
Addicted Member
DLL Problem
Ho do u check for errors on a DLL. I have created a DLL and now want to use it on web. but I keep on getting this error Method~of Object~Failed .
Is there a way to check the dll in run mode using VB.
-
Jan 8th, 2002, 02:48 PM
#2
Hyperactive Member
please answer this one. I have the same problem. My dll gives no errors, but I know problems are happening. How can I check for errors???
-
Jan 8th, 2002, 08:44 PM
#3
PowerPoster
There all kinds of ways that you can handle errors. You can return error codes to the client application, raise events, or just resume next pass the error. It's a matter of preference.
-
Jan 17th, 2002, 08:55 AM
#4
Hyperactive Member
Start a new project
Add the DLL-project
Call the DLL from the MAIN project
TADA: Error=true or something like it...
DLL sounds creepy just think of it as a module, a very global module :-)
Regards,
visualsander
-
Jan 19th, 2002, 07:35 AM
#5
New Member
adding the dll project to the main project better one, remove reference before adding...
-
Jan 23rd, 2002, 02:12 AM
#6
Thread Starter
Addicted Member
can u give me the code how to do it ?. I have added the DLL Project to another project now what's the code ?
-
Jan 23rd, 2002, 02:17 AM
#7
just treat it like u were using a compiled dll
-
Jan 23rd, 2002, 02:42 AM
#8
Thread Starter
Addicted Member
he he 
what's the code ?
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
|