View Single Post
Old 07-15-2005, 04:47 PM   #4 (permalink)
Iron_Cross
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Then you need to add a reference using the command line compiler options. I'm not sure what they are, but you could look that up since it's easy.

edit use this: (replace csc with whatever the vb.net compiler is)
Code:
csc /lib:<path_to_dll> /reference:<dll_name> <source_file_to_compile>

__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline