answersLogoWhite

0


Best Answer

Hi, Creating dll is pretty easy if you have Microsoft visula studio.. The basic concept is as follows: 1)Create new project and choose a win 32 - dll from the projects 2) Append the following line before every class declaration class _declspec ( dllexport ) Eg. class _declspec ( dllexport ) cComplex { public: cComplex(float a= 0.0, float b = 0.0); private: float real; float img; }; 3) Similarly if u are using any function just append _declspec ( dllexport ) before function. 4) for consuming or using that dll just mention dllimport in place of dllexport Thats all for now, anupamonu@gmail.com

User Avatar

Wiki User

17y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

By running a compiler, assuming the text file contains a source program. The compiler translates source language into machine language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert a Text file to a DLL file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert a dll file into a mib file?

Right mouse click on dll file, click convert to, click options, click mib, click apply.


How do you make a dll file go back to its original or default form if it was opened with a text editor by accident?

Overwrite the file with the original dll file.


Is there a way to convert a binary dll file to text so the dll file can be read and understood?

If you have access to the symbols and a debugger, then yes. However, without a symbol file for the binary, you can only extract limited information from the binary. You might try Spy++(SpyXX.exe), Dependency Walker (depends.exe), and/or a hex editor. A symbol file will have the same name as the binary DLL, or EXE and a file extension of .pdb (e.g. ntdll.dll, ntdll.pdb / ntoskrnl.exe, ntoskrnl.pdb)


How do you convert a dll file to an asi file?

You can download a free converter. One of them, which I recommend is called Format Factory Google IT


How do you register a dll file in dos mode?

To register a file, type regsvr32 .dll. Or type regsvr32 \.dll, where is the path to the file, and is the name of the file.


How do you convert dll file into exe file?

When Your Windows Explorer Screen Is Up Go on top Tools>Folder Options>View> Then Uncheck "Hide Extinsions For Known File Types. Then Your File Will Be Named "Example.dll" all you have to do is highlight ".dll" and change it to ".exe"


Where does a win32 application look for a dll?

You can file dll file in C:\WINDOWS\system32.


Where can you find karasX2 dll?

You can find karasX2.dll file in Windows System32 file.


Will cleaning your computer fix your dll problem?

Yes and no. The dll file may be just misplaced, then yes. A defrag your hdd and that should fix it. If a dll file is corrupt, then no. You will have to find or repair the dll file yourself.


Which program file opens DLL files?

If you understand DLL files as series of instructions to a computer that has a printer or other attached device to communicate effectively then any text reading or word processing program will open and then read DLL files


How do you launch a dll file?

You do not launch a DLL. It's used by something else and will start up when needed. Read up on DLL file.


What can open dll files?

A DLL (dynamic link library) file is a file used by a specific application to communicate with devices inside or attached to the computer. DLL files aren't meant to be opened separately from the program they belong to. When you load the program the DLL file belongs to, that program will automatically load the DLL file if it needs it.