Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralStrings Constants Pin
Dirso6-Dec-04 23:51
Dirso6-Dec-04 23:51 
GeneralRe: Strings Constants Pin
Robin Panther7-Dec-04 3:17
Robin Panther7-Dec-04 3:17 
GeneralJIT Pin
Amirzeb6-Dec-04 23:19
Amirzeb6-Dec-04 23:19 
GeneralRe: JIT Pin
benjymous7-Dec-04 0:46
benjymous7-Dec-04 0:46 
GeneralMessage loop Pin
akarwa6-Dec-04 22:52
akarwa6-Dec-04 22:52 
GeneralRe: Message loop Pin
Daniel Turini7-Dec-04 4:40
Daniel Turini7-Dec-04 4:40 
GeneralCustom control properties Pin
spif20016-Dec-04 22:33
spif20016-Dec-04 22:33 
GeneralRe: Custom control properties Pin
spif20016-Dec-04 23:20
spif20016-Dec-04 23:20 
Generalcount number of rows in query Pin
Stijn Goris6-Dec-04 21:57
Stijn Goris6-Dec-04 21:57 
GeneralRe: count number of rows in query Pin
sreejith ss nair7-Dec-04 1:59
sreejith ss nair7-Dec-04 1:59 
GeneralRe: count number of rows in query Pin
Jay Shankar7-Dec-04 17:00
Jay Shankar7-Dec-04 17:00 
QuestionQuery SPS database? Pin
6-Dec-04 20:57
suss6-Dec-04 20:57 
QuestionHow can I dispose a client activated proxy in .Net Remoting? Pin
Bjoern.adG6-Dec-04 20:57
Bjoern.adG6-Dec-04 20:57 
Generalproblem retrieving values from combo box Pin
Rashid_Mehmood6-Dec-04 20:06
Rashid_Mehmood6-Dec-04 20:06 
GeneralRe: problem retrieving values from combo box Pin
sreejith ss nair6-Dec-04 21:24
sreejith ss nair6-Dec-04 21:24 
GeneralRe: problem retrieving values from combo box Pin
Skynyrd6-Dec-04 23:05
Skynyrd6-Dec-04 23:05 
GeneralGet data type and Create table Pin
Member 10976996-Dec-04 19:37
Member 10976996-Dec-04 19:37 
GeneralEmbedding Win32 dll Pin
Yaakov Davis6-Dec-04 18:43
Yaakov Davis6-Dec-04 18:43 
GeneralRe: Embedding Win32 dll Pin
Daniel Turini6-Dec-04 20:11
Daniel Turini6-Dec-04 20:11 
GeneralRe: Embedding Win32 dll Pin
sreejith ss nair6-Dec-04 21:36
sreejith ss nair6-Dec-04 21:36 
GeneralRe: Embedding Win32 dll Pin
Yaakov Davis7-Dec-04 1:35
Yaakov Davis7-Dec-04 1:35 
GeneralRe: Embedding Win32 dll Pin
sreejith ss nair7-Dec-04 1:53
sreejith ss nair7-Dec-04 1:53 
GeneralRe: Embedding Win32 dll Pin
Yaakov Davis7-Dec-04 2:06
Yaakov Davis7-Dec-04 2:06 
sreejith ss nair wrote:
So you don't want to copy the calling .dll.

Hi.

I DO want to copy the dll, since it isn't a windows dll. it's a dll of some third party API. The program doesn't load without the dll in the running directory.

I'll repeat my problem to make it clear.

I use an external Win32 (i.e. not .Net) dll which contains function foo(). The dll isn't part of Windows. I'm afraid that somebody will place in the folder a dll with the same name, that contains some malicious function foo(), who do some evil job before he calls in turn to the original foo().

I thought I can avoid this, if I find a way to embed the called dll in my application.

I'm open to another suggestion or information.

Thanks for your help.
GeneralAnybody please? Pin
Yaakov Davis7-Dec-04 3:46
Yaakov Davis7-Dec-04 3:46 
GeneralRe: Embedding Win32 dll Pin
Dave Kreskowiak7-Dec-04 4:32
mveDave Kreskowiak7-Dec-04 4:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.