Click here to Skip to main content
15,926,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# and VB6 Interop Pin
Anonymous21-Feb-05 13:45
Anonymous21-Feb-05 13:45 
GeneralGetting other app.config files Pin
Esmo200021-Feb-05 10:12
Esmo200021-Feb-05 10:12 
GeneralRe: Getting other app.config files Pin
Heath Stewart21-Feb-05 12:34
protectorHeath Stewart21-Feb-05 12:34 
GeneralCombo box Pin
webhay21-Feb-05 10:07
webhay21-Feb-05 10:07 
GeneralRe: Combo box Pin
Heath Stewart21-Feb-05 12:33
protectorHeath Stewart21-Feb-05 12:33 
GeneralRe: Combo box Pin
webhay21-Feb-05 12:41
webhay21-Feb-05 12:41 
GeneralRe: Combo box Pin
Heath Stewart21-Feb-05 12:59
protectorHeath Stewart21-Feb-05 12:59 
Generalmanaged DLL error with C# Pin
Doom-Child21-Feb-05 9:32
Doom-Child21-Feb-05 9:32 
I've created a managed DLL with C++ wrapping unmanaged code. This error gets a bit tricksy. Here we go.

Loading the dll (using a reference) and building causes no errors. Declaring an object from inside that dll causes no errors (such as MyClass mclass; ). DEFINING that variable (mclass = new mclass(); ) causes the program to exit before it has started. That is, I can't step through the program to an offending line, the program exits before any line is executed.

Anyone got any ideas?

DC
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 12:30
protectorHeath Stewart21-Feb-05 12:30 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 12:48
Doom-Child21-Feb-05 12:48 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:03
protectorHeath Stewart21-Feb-05 13:03 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 13:45
Doom-Child21-Feb-05 13:45 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:59
protectorHeath Stewart21-Feb-05 13:59 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 16:13
Doom-Child21-Feb-05 16:13 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 6:50
protectorHeath Stewart22-Feb-05 6:50 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 6:58
Doom-Child22-Feb-05 6:58 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 7:18
protectorHeath Stewart22-Feb-05 7:18 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 8:16
Doom-Child22-Feb-05 8:16 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 8:20
Doom-Child22-Feb-05 8:20 
GeneralRe: managed DLL error with C# Pin
Doom-Child22-Feb-05 9:26
Doom-Child22-Feb-05 9:26 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 13:10
protectorHeath Stewart22-Feb-05 13:10 
GeneralRe: managed DLL error with C# Pin
Heath Stewart22-Feb-05 13:06
protectorHeath Stewart22-Feb-05 13:06 
QuestionIs it possible??? Pin
students552 university21-Feb-05 8:27
students552 university21-Feb-05 8:27 
AnswerRe: Is it possible??? Pin
Heath Stewart21-Feb-05 12:27
protectorHeath Stewart21-Feb-05 12:27 
Questionhow to connect to Net without voilating security issues Pin
Samar Aarkotti21-Feb-05 7:34
Samar Aarkotti21-Feb-05 7:34 

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.