Click here to Skip to main content
16,006,442 members
Home / Discussions / C#
   

C#

 
GeneralRe: Public Key & Certificate Validation Pin
led mike17-May-07 9:44
led mike17-May-07 9:44 
GeneralRe: Public Key & Certificate Validation Pin
Nicholas Cardi17-May-07 10:14
Nicholas Cardi17-May-07 10:14 
QuestionDllNotFoundException Pin
thebeekeeper17-May-07 8:46
thebeekeeper17-May-07 8:46 
AnswerRe: DllNotFoundException Pin
kubben17-May-07 8:53
kubben17-May-07 8:53 
GeneralRe: DllNotFoundException Pin
thebeekeeper17-May-07 9:06
thebeekeeper17-May-07 9:06 
AnswerRe: DllNotFoundException Pin
Wes Aday17-May-07 9:52
professionalWes Aday17-May-07 9:52 
GeneralRe: DllNotFoundException Pin
thebeekeeper17-May-07 10:12
thebeekeeper17-May-07 10:12 
GeneralRe: DllNotFoundException Pin
mav.northwind17-May-07 19:38
mav.northwind17-May-07 19:38 
You should start reading about static linking vs. dynamic linking.
When you're using a lib, you're copying the functions your program is using right into the binary.
When you're using a dll, you only include a reference in the application saying "call function number 3 from mysharedlibrary.dll".
In this case the application must be able to find mysharedlibrary.dll at runtime and every dll mysharedlibrary.dll is depending on.

In your case savemat.dll seems to be found but it cannot be loaded because libmx.dll cannot be found.


Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: DllNotFoundException Pin
thebeekeeper18-May-07 6:42
thebeekeeper18-May-07 6:42 
QuestionRead from text file..! Pin
mr jets17-May-07 8:26
mr jets17-May-07 8:26 
AnswerRe: Read from text file..! Pin
Not Active17-May-07 9:02
mentorNot Active17-May-07 9:02 
AnswerRe: Read from text file..! Pin
led mike17-May-07 9:11
led mike17-May-07 9:11 
GeneralRe: Read from text file..! Pin
mr jets17-May-07 11:31
mr jets17-May-07 11:31 
QuestionHow do I call javascript functions from my c# application? Pin
chance@crwmail.com17-May-07 8:23
chance@crwmail.com17-May-07 8:23 
AnswerRe: How do I call javascript functions from my c# application? Pin
led mike17-May-07 9:06
led mike17-May-07 9:06 
QuestionRe: How do I call javascript functions from my c# application? Pin
chance@crwmail.com17-May-07 10:02
chance@crwmail.com17-May-07 10:02 
QuestionClass Modifiers Pin
Chwins17-May-07 7:00
Chwins17-May-07 7:00 
AnswerRe: Class Modifiers [modified] Pin
Edmundisme17-May-07 7:27
Edmundisme17-May-07 7:27 
GeneralRe: Class Modifiers Pin
Dave Doknjas17-May-07 14:03
Dave Doknjas17-May-07 14:03 
GeneralRe: Class Modifiers Pin
Mundo Cani17-May-07 18:35
Mundo Cani17-May-07 18:35 
AnswerRe: Class Modifiers Pin
Manoj Kumar Rai17-May-07 7:34
professionalManoj Kumar Rai17-May-07 7:34 
GeneralRe: Class Modifiers Pin
Edmundisme17-May-07 7:41
Edmundisme17-May-07 7:41 
GeneralRe: Class Modifiers Pin
Manoj Kumar Rai17-May-07 7:49
professionalManoj Kumar Rai17-May-07 7:49 
Questionhow to compare the two versions of same software Pin
pashitech17-May-07 5:54
pashitech17-May-07 5:54 
QuestionWindows Media Player and Sounds levels Pin
seanf71117-May-07 5:32
seanf71117-May-07 5: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.