How Can I use .net dll in C program?

Let’s learn how Can I use .net dll in C program. The most accurate or helpful solution is served by Stack Overflow.

There are ten answers to this question.

Best solution

how can i create a DLL of a program written in c program..?

how can i create a DLL of a program written in c program..?(am using turbo c compiler) the same program i could use with c# or VB program as- DLL reference.. http://support.microsoft.com/kb/106553 check out this link(i didn't understand this..)

Answer:

Do not use Turbo C and compile with Visual C++ since we have to use Win32 calling conventions. Suppose...

Read more

pvaju896 at Stack Overflow Mark as irrelevant Undo

Other solutions

Answer:

well you cant read them so i do not know???????????????????????????????????????????????????????????...

Read more

wiki.answers.com Mark as irrelevant Undo

Answer:

Unfortunately, DLLs are compiled and not human-readable in the slightest. You can try to decompile it...

Read more

Anonymous at ChaCha Mark as irrelevant Undo

Answer:

There is a website called www.dll-files.com. It is for total support on how to install these files and...

Read more

Thearesa Z. at ChaCha Mark as irrelevant Undo

Answer:

It is part of microsoft C Runtime library. So any program that was written in Microsoft C could use...

Read more

hc at Yahoo! Answers Mark as irrelevant Undo

MSVCRT.dll versus MSVCRT40.dll

I use the C Runtime library as a DLL as the size of my programs are very important. Typically this is done by linking with msvcrt.lib which is an import library for msvcrt.dll. This will require that msvcrt.dll be present on the computer loading your...

Answer:

Dear jonathanclark: Thank you for your question. From what I have found, there is no import library...

Read more

jonathanclark-ga at Google Answers Mark as irrelevant Undo

WTF is This Crap? Sqlite3.dll? NOTHING Can Eliminate the Issue, NOTHING.?

I had a virus on my computer, I was able to dispose of it. When I booted up my laptop afterwords, I had this thing popping up telling me the computer couldn't start up properly due to some "sqlite3.dll" thing missing. It told me to try reinstalling...

Answer:

You should check your startup programs for a reference to sqlite3.dll. Probably it is part of the virus...

Read more

Andrew at Yahoo! Answers Mark as irrelevant Undo

A program cannot locate a certain .dll file and won't run.?

One of the programs i am trying to use will never open and will always come up as an error saying that it cannot locate/find a .dll file. I've found this .dll and downloaded it but the program has no installation directory so how can i import the .dll...

Answer:

There's a place you need to copy it. Go into your Windows folder and find the System32 folder, and paste...

Read more

Yahoo! Answers Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.