Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
QuestionSplitting a list into seperate threads. Pin
Buckleyindahouse31-Aug-08 9:08
Buckleyindahouse31-Aug-08 9:08 
QuestionRe: Splitting a list into seperate threads. Pin
Mark Salsbery31-Aug-08 9:49
Mark Salsbery31-Aug-08 9:49 
AnswerRe: Splitting a list into seperate threads. Pin
Buckleyindahouse31-Aug-08 17:58
Buckleyindahouse31-Aug-08 17:58 
AnswerRe: Splitting a list into seperate threads. Pin
Guffa31-Aug-08 10:30
Guffa31-Aug-08 10:30 
QuestionMDI App, MenuStrip and Icon Pin
paas31-Aug-08 6:25
paas31-Aug-08 6:25 
AnswerRe: MDI App, MenuStrip and Icon Pin
paas1-Sep-08 4:39
paas1-Sep-08 4:39 
QuestionRefresh DataGridView on BindingSource revert Pin
AndrusM31-Aug-08 6:21
AndrusM31-Aug-08 6:21 
QuestionCalling an embedded unmanaged dll Pin
jamie55031-Aug-08 2:33
jamie55031-Aug-08 2:33 
I have a dll written in unmanaged c++ that I need to call. Currently, it is embedded inside the main assembly as an resource, and is extracted when it needs to be called. This call is done by using DllImport, for example:

[DllImport("CppImplementation.dll")]
public unsafe static extern bool AreEqual(byte* lhs, byte* rhs, int len);


Is there any way to tell DllImport to look inside the main assembly's resources, so that it is not necessary to extract the unmanaged assembly into a file before calling? Or is there some other efficient method to call these unmanaged functions?
QuestionGeneric Printer class Pin
Silvyster31-Aug-08 1:47
Silvyster31-Aug-08 1:47 
QuestionProblem referencing class library in a web service Pin
dlarkin7731-Aug-08 0:54
dlarkin7731-Aug-08 0:54 
AnswerRe: Problem referencing class library in a web service Pin
#realJSOP31-Aug-08 1:11
mve#realJSOP31-Aug-08 1:11 
GeneralRe: Problem referencing class library in a web service Pin
dlarkin7731-Aug-08 2:07
dlarkin7731-Aug-08 2:07 
GeneralRe: Problem referencing class library in a web service Pin
#realJSOP31-Aug-08 2:20
mve#realJSOP31-Aug-08 2:20 
GeneralRe: Problem referencing class library in a web service Pin
dlarkin7731-Aug-08 3:02
dlarkin7731-Aug-08 3:02 
GeneralRe: Problem referencing class library in a web service Pin
#realJSOP31-Aug-08 3:33
mve#realJSOP31-Aug-08 3:33 
GeneralRe: Problem referencing class library in a web service Pin
dlarkin7731-Aug-08 3:37
dlarkin7731-Aug-08 3:37 
AnswerRe: Problem referencing class library in a web service Pin
Wendelius31-Aug-08 7:02
mentorWendelius31-Aug-08 7:02 
Questionexporting excel file to database Pin
abhijitjathar31-Aug-08 0:29
abhijitjathar31-Aug-08 0:29 
AnswerRe: exporting excel file to database Pin
Natza Mitzi31-Aug-08 2:22
Natza Mitzi31-Aug-08 2:22 
AnswerRe: exporting excel file to database Pin
MumbleB31-Aug-08 7:12
MumbleB31-Aug-08 7:12 
Questionproblem with crystal report in .net2 Pin
Member 385128630-Aug-08 22:01
Member 385128630-Aug-08 22:01 
AnswerRe: problem with crystal report in .net2 Pin
Wendelius30-Aug-08 22:29
mentorWendelius30-Aug-08 22:29 
Questionwhich is better to choose? Pin
Sajjad Izadi30-Aug-08 21:42
Sajjad Izadi30-Aug-08 21:42 
AnswerRe: which is better to choose? Pin
zafersavas30-Aug-08 23:33
zafersavas30-Aug-08 23:33 
GeneralRe: which is better to choose? [modified] Pin
Sajjad Izadi31-Aug-08 1:21
Sajjad Izadi31-Aug-08 1:21 

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.