Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Virtual memory problem Pin
Alan Balkany9-Jul-08 4:55
Alan Balkany9-Jul-08 4:55 
QuestionWhats wrong with DebuggerDisplay in Visual Studio 2008 Pin
MarkPhB8-Jul-08 22:05
MarkPhB8-Jul-08 22:05 
AnswerRe: Whats wrong with DebuggerDisplay in Visual Studio 2008 Pin
leppie8-Jul-08 22:32
leppie8-Jul-08 22:32 
GeneralRe: Whats wrong with DebuggerDisplay in Visual Studio 2008 Pin
MarkPhB8-Jul-08 22:45
MarkPhB8-Jul-08 22:45 
GeneralRe: Whats wrong with DebuggerDisplay in Visual Studio 2008 Pin
leppie8-Jul-08 22:49
leppie8-Jul-08 22:49 
QuestionHow To Use HASP Device Security Pin
Thaer Hamael8-Jul-08 21:46
Thaer Hamael8-Jul-08 21:46 
AnswerRe: How To Use HASP Device Security Pin
leppie8-Jul-08 22:31
leppie8-Jul-08 22:31 
QuestionProblem using DllImport when importing MFC DLLs Pin
James848-Jul-08 21:33
James848-Jul-08 21:33 
I have declared an internal class to store the functions of the MFC DLL

internal static class Translate
{
//Importing unmanaged Translation DLL
#region Translation DLL
[DllImport("ECTalc.dll", ExactSpelling = false, EntryPoint = "EC_newInstance")]
public static extern int EC_newInstance();
[DllImport("ECTalc.dll", ExactSpelling = false, EntryPoint = "EC_initSys")]
public static extern int EC_initSys();
[DllImport("ECTalc.dll", ExactSpelling = false, EntryPoint = "EC_quit")]
public static extern void EC_quit();
[DllImport("ECTalc.dll", ExactSpelling = false, EntryPoint = "EC_destroyInstance")]
public static extern void EC_destroyInstance();
#endregion
//endregion

}

After which at a point, I have these two statements:
Translate.EC_newInstance();
Translate.EC_initSys();

However when my program loads, Translate.EC_newInstance(); is able to load but not Translate.EC_initSys();
The given error is as follows : "Error reading system data files. Please reload the files."
Could anyone enlighten me on this problem?
AnswerRe: Problem using DllImport when importing MFC DLLs Pin
leppie8-Jul-08 22:29
leppie8-Jul-08 22:29 
GeneralRe: Problem using DllImport when importing MFC DLLs Pin
James849-Jul-08 17:59
James849-Jul-08 17:59 
QuestionGlobal Assembly cache Pin
Pankaj Garg8-Jul-08 21:09
Pankaj Garg8-Jul-08 21:09 
AnswerRe: Global Assembly cache Pin
leppie8-Jul-08 22:27
leppie8-Jul-08 22:27 
AnswerRe: Global Assembly cache Pin
N a v a n e e t h8-Jul-08 22:28
N a v a n e e t h8-Jul-08 22:28 
AnswerRe: Global Assembly cache Pin
PIEBALDconsult9-Jul-08 15:19
mvePIEBALDconsult9-Jul-08 15:19 
QuestionHow to develop Application to control Printer in C# Pin
$unil Dhiman8-Jul-08 21:08
$unil Dhiman8-Jul-08 21:08 
AnswerRe: How to develop Application to control Printer in C# Pin
leppie8-Jul-08 22:25
leppie8-Jul-08 22:25 
QuestionUrgent information required for PJL (Printer job language) Pin
Rajesh_K_Sharma8-Jul-08 20:22
Rajesh_K_Sharma8-Jul-08 20:22 
AnswerRe: Urgent information required for PJL (Printer job language) Pin
leppie8-Jul-08 20:43
leppie8-Jul-08 20:43 
QuestionProblem in parsing event log [modified] Pin
Mogaambo8-Jul-08 18:55
Mogaambo8-Jul-08 18:55 
AnswerRe: Problem in parsing event log Pin
leppie8-Jul-08 20:52
leppie8-Jul-08 20:52 
Questionsql remote connection creating exception Pin
diggudg8-Jul-08 17:51
diggudg8-Jul-08 17:51 
AnswerRe: sql remote connection creating exception Pin
darkelv8-Jul-08 18:39
darkelv8-Jul-08 18:39 
AnswerRe: sql remote connection creating exception Pin
Harvey Saayman9-Jul-08 1:49
Harvey Saayman9-Jul-08 1:49 
Questionhow to verify userid and password fromdatabase in window applicaton Pin
diggudg8-Jul-08 16:37
diggudg8-Jul-08 16:37 
AnswerRe: how to verify userid and password fromdatabase in window applicaton Pin
N a v a n e e t h8-Jul-08 16:58
N a v a n e e t h8-Jul-08 16:58 

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.