Click here to Skip to main content
15,902,786 members
Home / Discussions / C#
   

C#

 
AnswerRe: Removing white spaces from an ArrayList Pin
Christian Graus9-May-06 10:37
protectorChristian Graus9-May-06 10:37 
Questiontab char Pin
Manu_819-May-06 7:45
Manu_819-May-06 7:45 
AnswerRe: tab char Pin
Wjousts9-May-06 8:14
Wjousts9-May-06 8:14 
GeneralRe: tab char Pin
Manu_819-May-06 8:16
Manu_819-May-06 8:16 
GeneralRe: tab char Pin
NaNg152419-May-06 9:18
NaNg152419-May-06 9:18 
Questionaccesing form from another Class Pin
cshivaprasad9-May-06 7:41
cshivaprasad9-May-06 7:41 
AnswerRe: accesing form from another Class Pin
led mike9-May-06 8:45
led mike9-May-06 8:45 
QuestionDllNotFoundException Pin
Larsenal9-May-06 7:40
Larsenal9-May-06 7:40 
I am porting a C# app from .Net 1.1 to 2.0. The app uses a native DLL. In 1.1, I used the following code successfully:
<br />
[DllImport(@"cbWaypoint.dll", EntryPoint="NEWJOB")]<br />
public static extern void NEWJOB();<br />

The DLL was located in the same folder as the assembly (bin/Debug).

However, when I try to do the same thing using 2.0, I get a DllNotFoundException:

Unable to load DLL 'cbWaypoint.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Is anyone aware of changes to PInvoke in 2.0 that would cause this problem?
AnswerRe: DllNotFoundException Pin
Phillip M. Hoff9-May-06 19:43
Phillip M. Hoff9-May-06 19:43 
QuestionCreating Application's Option Window Pin
student_rhr9-May-06 6:22
student_rhr9-May-06 6:22 
AnswerRe: Creating Application's Option Window Pin
Josh Smith9-May-06 7:09
Josh Smith9-May-06 7:09 
GeneralRe: Creating Application's Option Window Pin
student_rhr9-May-06 7:37
student_rhr9-May-06 7:37 
QuestionIncluding traditional C code in a C# project Pin
Kenny O'Dell9-May-06 5:44
Kenny O'Dell9-May-06 5:44 
AnswerRe: Including traditional C code in a C# project Pin
Andy Moore9-May-06 6:58
Andy Moore9-May-06 6:58 
GeneralRe: Including traditional C code in a C# project Pin
Kenny O'Dell9-May-06 10:32
Kenny O'Dell9-May-06 10:32 
GeneralRe: Including traditional C code in a C# project Pin
Andy Moore9-May-06 10:39
Andy Moore9-May-06 10:39 
QuestionHelp with Random integers Array Pin
eric_tran9-May-06 5:35
eric_tran9-May-06 5:35 
AnswerRe: Help with Random integers Array Pin
J4amieC9-May-06 5:38
J4amieC9-May-06 5:38 
AnswerRe: Help with Random integers Array Pin
conemajstor9-May-06 5:42
conemajstor9-May-06 5:42 
AnswerRe: Help with Random integers Array Pin
eric_tran9-May-06 5:50
eric_tran9-May-06 5:50 
GeneralRe: Help with Random integers Array Pin
conemajstor9-May-06 5:58
conemajstor9-May-06 5:58 
GeneralRe: Help with Random integers Array Pin
eric_tran9-May-06 6:12
eric_tran9-May-06 6:12 
AnswerRe: Help with Random integers Array Pin
Robert Rohde9-May-06 6:21
Robert Rohde9-May-06 6:21 
GeneralRe: Help with Random integers Array Pin
eric_tran9-May-06 6:30
eric_tran9-May-06 6:30 
GeneralRe: Help with Random integers Array Pin
Wjousts9-May-06 7:14
Wjousts9-May-06 7:14 

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.