C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 12-30-2002, 12:37 AM   #1
Ref_chick
Guest
 
Posts: n/a
Ref

If I create a reference to the DirectShow COM DLL (or any other non .NET DLL) and send it out to clients, will they need this dll installed ? or will the reference make a copy of it in the .exe and carry it around without the .dll file ?
  Reply With Quote
Old 12-30-2002, 01:20 AM   #2
the hat of redundancy hat
 
nvoigt's Avatar
 
Join Date: Aug 2001
Location: Hannover, Germany
Posts: 2,769
In case of DirectX they will definetly need the whole DirectX installed. And while we are at it, have a look at DX9, it has a very nice manageg C++ and C# interface.
__________________
hth
-nv

She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

When in doubt, read the FAQ.
Then ask a smart question.
nvoigt is offline   Reply With Quote
Old 12-30-2002, 07:07 PM   #3
Ref_chick
Guest
 
Posts: n/a
ok I'll check it out.

but

What about other Non dot net / Non Direct X DLL's ?
  Reply With Quote
Old 12-31-2002, 04:14 AM   #4
the hat of redundancy hat
 
nvoigt's Avatar
 
Join Date: Aug 2001
Location: Hannover, Germany
Posts: 2,769
The client will need a copy of it. Your executable will only have a reference to it. You might find an installer that checks all those dependencies and includes the dlls in your setup, but I'm not sure if the inbuild installer will do this.
__________________
hth
-nv

She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

When in doubt, read the FAQ.
Then ask a smart question.
nvoigt is offline   Reply With Quote
Old 01-15-2003, 03:22 PM   #5
Ref_Chick
Guest
 
Posts: n/a
What about Crystal reports ? with the end user need something installed or will the framework runtime cover that ?

what if it's crystal reports over asp.net ?
  Reply With Quote
Old 01-16-2003, 04:49 PM   #6
UNBANNED
 
OneStiffRod's Avatar
 
Join Date: Jan 2002
Posts: 669
If it's ASP.NET then it is Server-Side executed and generates HTML - nothing extra is needed.
__________________
My Avatar says: "Stay in School"

Rocco is the Boy!
"SHUT YOUR LIPS..."
OneStiffRod is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ref and out Mavix C# Programming 2 01-22-2008 07:54 AM
To pass by ref or not to. prog-bman C++ Programming 10 04-18-2006 08:56 PM
C function - Pass by value? Pass By Ref? stevong C Programming 4 11-18-2005 08:02 AM
HowTo increase 1 value to the pointer and pass by ref? Mathsniper C Programming 10 10-29-2005 05:21 PM
Need ref for some C++ stuff... hypertension C++ Programming 2 11-11-2003 05:24 AM


All times are GMT -6. The time now is 10:29 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22