|
-
Sep 21st, 2002, 06:17 PM
#1
Thread Starter
Lively Member
Humm Adding referances wont work.
When I try to add a referance to a dll I download I get the error.
"A referance to 'z.dll' could not be added. This is not a valid assembly or com component. Only assemblies with extension 'dll' and COM components can be referenced. Please make sure that the file is accessible, and that it is a valid assembly or com component."
The dll was written in C++.
-
Sep 21st, 2002, 08:33 PM
#2
then the dll is not a .net dll nor a com dll. you have to use it like api calls.
-
Sep 21st, 2002, 08:40 PM
#3
Thread Starter
Lively Member
humm, Well, That Sucks . Anyway to get a function out of a DLL or EXE? Kindof hoping that this would do it. The DLL, or EXE, Does a lot of work with Winsock that I, quite frankly, dont know how to do.
-
Sep 21st, 2002, 08:43 PM
#4
yay gay
use System.Reflection to get the functions and classes and parameters..but i think it only works with .NET or COM dlls...
-
Sep 21st, 2002, 08:48 PM
#5
Thread Starter
Lively Member
You where right. Only works with .net/.com
Last edited by cogman; Sep 21st, 2002 at 08:54 PM.
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
|