| | |
DLL and Application
Thread Solved
![]() |
A DLL is not very different than an EXE. (Both are PE32 files.) The primary difference is how they are expected to be used. (That is by no means the only significant difference, so you can't just rename your DLLs to EXEs and expect them to work...)
You might start out by checking out what MSDN has to say.
If by "get into a dll file" you mean that you want a list of its import and/or export tables, then google "pe32 import export table" to get started. There are system APIs to help here.
Hope this helps.
You might start out by checking out what MSDN has to say.
If by "get into a dll file" you mean that you want a list of its import and/or export tables, then google "pe32 import export table" to get started. There are system APIs to help here.
Hope this helps.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
doesn't matter what compiler you use. If you want to write a DLL then you need to create all those files as shown in the tutorial.
To start the DLL project select menu File --> New --> Project then select the DLL icon.
To start the DLL project select menu File --> New --> Project then select the DLL icon.
Last edited by Ancient Dragon; Dec 20th, 2007 at 12:14 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Did you create a DLL project when you got to the window that listed all the different project types? I did, then tried to compile what Dev-C++ generated and got an error that the linker can not find dllcrt0.o even though its in the lib directory. I'm trying to find the solution to this problem.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Similar Threads
- How Do I . . . Make a Class Accessible from a DLL (C++)
- Console application and MFC-DLL application (C++)
- Localization application (C++)
- DLL in C For Vbasic (Visual Basic 4 / 5 / 6)
- static and dynamic Dll (C++)
- Export Obejct from DLL (C++)
- How to use interface of a dll which is developed in C#>NET in my VC++.NET appli (C++)
- Faulting application msimn.exe (Windows NT / 2000 / XP)
Other Threads in the C++ Forum
- Previous Thread: Help reading/writing to text files...
- Next Thread: Read a text file
| Thread Tools | Search this Thread |
api array based binary bitmap business c++ c/c++ char class classes code codesamplerunwhilecommands coding commentinghelp compile console conversion count decide delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error faq file forms fstream function functions game givemetehcodez graph guess gui hash homeworkhelp homeworkhelper iamthwee ifpug ifstream incrementoperators infinite input int integer java lib linkedlist linker listing loop looping loops map math matrix memory multiple news node output pointer port problem proficiency program programming project python random read recursion reference rpg string strings temperature template test text text-file tree url variable vector video win32 windows winsock wordfrequency wxwidgets




).I have nothing to offer. 

