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

C#

 
AnswerRe: How to create folder in remote server Pin
Samuel Cherinet23-Mar-09 7:55
Samuel Cherinet23-Mar-09 7:55 
QuestionPaint application Pin
yesu prakash23-Mar-09 3:44
yesu prakash23-Mar-09 3:44 
AnswerRe: Paint application Pin
Henry Minute23-Mar-09 4:59
Henry Minute23-Mar-09 4:59 
Question[Message Deleted] Pin
pwm196423-Mar-09 3:41
pwm196423-Mar-09 3:41 
QuestionRe: Creating a server type program Pin
led mike23-Mar-09 5:24
led mike23-Mar-09 5:24 
AnswerRe: Creating a server type program Pin
EliottA23-Mar-09 6:57
EliottA23-Mar-09 6:57 
Questionproblem in getting the handle of browser, when a pdf file is generated in new window? Pin
svt gdwl23-Mar-09 3:12
svt gdwl23-Mar-09 3:12 
QuestionHELP!!! Entry Point Was Not Found Pin
dataminers23-Mar-09 3:09
dataminers23-Mar-09 3:09 
I wrote following C code in notepad;

//Test.c File
__declspec (dllexport) int MyFunc (void)
{
return 5;
}



And compile on command prompt using with Borland C++ 5.5.1 compiler with following command;

bcc32 -tWD Test.c



And use in C#.NET 2008 with following code;

[DllImport("Test.dll")]
static extern int MyFunc();


private void button1_Click(object sender, EventArgs e)
{
int str = MyFunc();
}



BUT I GET ERROR!!! Entry Point Was Not Found.


What can I do???
AnswerRe: HELP!!! Entry Point Was Not Found Pin
Eddy Vluggen23-Mar-09 3:36
professionalEddy Vluggen23-Mar-09 3:36 
GeneralRe: HELP!!! Entry Point Was Not Found Pin
harold aptroot23-Mar-09 3:55
harold aptroot23-Mar-09 3:55 
GeneralRe: HELP!!! Entry Point Was Not Found [modified] Pin
Eddy Vluggen23-Mar-09 4:00
professionalEddy Vluggen23-Mar-09 4:00 
GeneralRe: HELP!!! Entry Point Was Not Found Pin
dataminers23-Mar-09 6:22
dataminers23-Mar-09 6:22 
AnswerRe: HELP!!! Entry Point Was Not Found Pin
Mbah Dhaim23-Mar-09 6:47
Mbah Dhaim23-Mar-09 6:47 
QuestionOne of the column in the gridview has a link button..when i click on it then the file attachemnt has to get downloaded which is already saved in the database. Pin
grkrishna23-Mar-09 2:32
grkrishna23-Mar-09 2:32 
AnswerRe: One of the column in the gridview has a link button..when i click on it then the file attachemnt has to get downloaded which is already saved in the database. Pin
dan!sh 23-Mar-09 2:41
professional dan!sh 23-Mar-09 2:41 
AnswerWhy have you wrote more for the subject then you have for the actual post? anyway the complete source code for your requirements is as follow: Pin
musefan23-Mar-09 2:47
musefan23-Mar-09 2:47 
QuestionSource code arranger/formatter Pin
Martin Hart Turner23-Mar-09 2:18
Martin Hart Turner23-Mar-09 2:18 
QuestionError while calling C++ DLL in C# Pin
Amit_T23-Mar-09 1:21
Amit_T23-Mar-09 1:21 
AnswerRe: Error while calling C++ DLL in C# Pin
«_Superman_»23-Mar-09 1:41
professional«_Superman_»23-Mar-09 1:41 
GeneralRe: Error while calling C++ DLL in C# Pin
Amit_T23-Mar-09 2:07
Amit_T23-Mar-09 2:07 
QuestionUploading/Download files on a server Pin
musefan23-Mar-09 0:41
musefan23-Mar-09 0:41 
AnswerRe: Uploading/Download files on a server Pin
Samuel Cherinet23-Mar-09 5:09
Samuel Cherinet23-Mar-09 5:09 
GeneralRe: Uploading/Download files on a server Pin
musefan23-Mar-09 5:34
musefan23-Mar-09 5:34 
GeneralRe: Uploading/Download files on a server Pin
Samuel Cherinet23-Mar-09 7:41
Samuel Cherinet23-Mar-09 7:41 
QuestionMicrosoft Sync Framework Pin
Axonn Echysttas23-Mar-09 0:23
Axonn Echysttas23-Mar-09 0:23 

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.