| | |
DLL and Application
Please support our C++ advertiser: Intel Parallel Studio Home
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 beginner bitmap c++ c/c++ calculator char class classes code coding compile compiler console conversion count database delete deploy desktop developer directshow dll download dynamic email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number output parameter pointer problem program programming project python random read recursion recursive return sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets



).I have nothing to offer. 


