Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: calling C++ dll function in C# Pin
Heath Stewart31-Jan-05 13:14
protectorHeath Stewart31-Jan-05 13:14 
GeneralRotate Flip Image isn't working Pin
adonisv31-Jan-05 12:17
adonisv31-Jan-05 12:17 
GeneralRe: Rotate Flip Image isn't working Pin
Charlie Williams31-Jan-05 12:32
Charlie Williams31-Jan-05 12:32 
GeneralAhhhhhh Sank you sahh! Pin
adonisv31-Jan-05 16:11
adonisv31-Jan-05 16:11 
GeneralProgram crashes.... Pin
Christian Graus31-Jan-05 12:13
protectorChristian Graus31-Jan-05 12:13 
GeneralRe: Program crashes.... Pin
Heath Stewart31-Jan-05 13:19
protectorHeath Stewart31-Jan-05 13:19 
GeneralRe: Program crashes.... Pin
Christian Graus31-Jan-05 13:27
protectorChristian Graus31-Jan-05 13:27 
GeneralRe: Program crashes.... Pin
Heath Stewart31-Jan-05 13:36
protectorHeath Stewart31-Jan-05 13:36 
Sorry. Since you inserted a paragraph between your colon and the actual error it didn't really make sense.

It's hard to know what the problem is. Unless they're trying to P/Invoke an exported function - rare for EXEs and it requires custom load code to resolve relative addresses - the only entry point that matters is the main function (which is vastly different under different circumstances). Since the program proceeds to run that is just weird. The format of the error is also odd.

Could it be that the EXE is trying to dynamically load a function via its proc address and is reporting back an error? If they can, have them take a look at the process list while this error is displayed to see if the executable is even running. If so, the problem is with the EXE itself.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Program crashes.... Pin
Christian Graus31-Jan-05 13:50
protectorChristian Graus31-Jan-05 13:50 
GeneralRe: Program crashes.... Pin
Heath Stewart31-Jan-05 13:56
protectorHeath Stewart31-Jan-05 13:56 
GeneralRe: Program crashes.... Pin
Christian Graus31-Jan-05 14:03
protectorChristian Graus31-Jan-05 14:03 
GeneralRe: Program crashes.... Pin
Heath Stewart1-Feb-05 6:20
protectorHeath Stewart1-Feb-05 6:20 
GeneralRe: Program crashes.... Pin
Christian Graus1-Feb-05 9:05
protectorChristian Graus1-Feb-05 9:05 
GeneralCompare a mask to a filename or path Pin
Guinness4Strength31-Jan-05 12:01
Guinness4Strength31-Jan-05 12:01 
GeneralRe: Compare a mask to a filename or path Pin
Christian Graus31-Jan-05 12:15
protectorChristian Graus31-Jan-05 12:15 
GeneralIs there something better than this... Pin
Member 9631-Jan-05 10:40
Member 9631-Jan-05 10:40 
GeneralRe: Is there something better than this... Pin
Christian Graus31-Jan-05 11:24
protectorChristian Graus31-Jan-05 11:24 
GeneralRe: Is there something better than this... Pin
Member 9631-Jan-05 12:21
Member 9631-Jan-05 12:21 
General.NET Remoting and Windows Service Pin
Prodduturi31-Jan-05 10:22
Prodduturi31-Jan-05 10:22 
QuestionWhy C#? Pin
david.pilgrim@hs.utc.com31-Jan-05 10:12
david.pilgrim@hs.utc.com31-Jan-05 10:12 
AnswerRe: Why C#? Pin
mav.northwind31-Jan-05 10:23
mav.northwind31-Jan-05 10:23 
AnswerRe: Why C#? Pin
Christian Graus31-Jan-05 10:31
protectorChristian Graus31-Jan-05 10:31 
GeneralRe: Why C#? Pin
Member 9631-Jan-05 10:49
Member 9631-Jan-05 10:49 
GeneralRe: Why C#? Pin
Christian Graus31-Jan-05 11:14
protectorChristian Graus31-Jan-05 11:14 
GeneralRe: Why C#? Pin
Member 9631-Jan-05 12:24
Member 9631-Jan-05 12:24 

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.