Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 8:27
professionalAzad Giordano Ratzki6-Jul-07 8:27 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
led mike6-Jul-07 8:36
led mike6-Jul-07 8:36 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Not Active6-Jul-07 9:24
mentorNot Active6-Jul-07 9:24 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Martin#6-Jul-07 20:57
Martin#6-Jul-07 20:57 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Not Active7-Jul-07 2:36
mentorNot Active7-Jul-07 2:36 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
leckey6-Jul-07 8:40
leckey6-Jul-07 8:40 
AnswerRe: Helllp!!! :-) About using a method from a Dll... Pin
Guffa6-Jul-07 8:44
Guffa6-Jul-07 8:44 
GeneralRe: Helllp!!! :-) About using a method from a Dll... Pin
Azad Giordano Ratzki6-Jul-07 9:09
professionalAzad Giordano Ratzki6-Jul-07 9:09 
When you say "load the assembly" do you mean like [DllImport]? If so, I am currently trying to use DllImport and it finds the DLL, however, it says it can't find the entry point in the DLL, and I've made the function I'm importing the same name as the method in the DLL so I thought it would find it and it doesn't, so then I tried to specify the entry point by doing

[DllImport("myDll.dll", Entrypoint="myMethod")] public static extern void myMethod()

and it still can't find the "entry point" when I run the method in the code later? Do I have to specify something within the DLL?

Thanks for the help,
Taicho
AnswerRe: Helllp!!! :-) About using a method from a Dll... Pin
Leslie Sanford6-Jul-07 9:19
Leslie Sanford6-Jul-07 9:19 
QuestionProblem with KeyEventHandler Pin
terraverdetech6-Jul-07 5:55
terraverdetech6-Jul-07 5:55 
AnswerRe: Problem with KeyEventHandler Pin
Wjousts6-Jul-07 6:28
Wjousts6-Jul-07 6:28 
GeneralRe: Problem with KeyEventHandler Pin
terraverdetech6-Jul-07 6:39
terraverdetech6-Jul-07 6:39 
GeneralRe: Problem with KeyEventHandler Pin
Luc Pattyn6-Jul-07 16:29
sitebuilderLuc Pattyn6-Jul-07 16:29 
QuestionBinded ComboBox displays wrong item! Pin
goldoche6-Jul-07 5:13
goldoche6-Jul-07 5:13 
AnswerRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 5:39
Christopher Stratmann6-Jul-07 5:39 
AnswerRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 5:40
Christopher Stratmann6-Jul-07 5:40 
AnswerRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 5:45
Christopher Stratmann6-Jul-07 5:45 
GeneralRe: Binded ComboBox displays wrong item! Pin
goldoche6-Jul-07 6:09
goldoche6-Jul-07 6:09 
GeneralRe: Binded ComboBox displays wrong item! Pin
Christopher Stratmann6-Jul-07 6:16
Christopher Stratmann6-Jul-07 6:16 
GeneralRe: Binded ComboBox displays wrong item! Pin
goldoche6-Jul-07 7:55
goldoche6-Jul-07 7:55 
AnswerRe: Binded ComboBox displays wrong item! Pin
Luc Pattyn6-Jul-07 16:32
sitebuilderLuc Pattyn6-Jul-07 16:32 
Questionwebservice return Pin
brsecu6-Jul-07 4:30
brsecu6-Jul-07 4:30 
AnswerRe: webservice return Pin
Christian Graus6-Jul-07 4:48
protectorChristian Graus6-Jul-07 4:48 
GeneralRe: webservice return Pin
brsecu6-Jul-07 4:52
brsecu6-Jul-07 4:52 
GeneralRe: webservice return Pin
Christian Graus6-Jul-07 5:33
protectorChristian Graus6-Jul-07 5:33 

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.