| | |
Problem in using dll in another project
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
You use dll functions all the time in c++ programs. Every win32 api function and every standard c and c++ functions are contained in dlls. (they could also be statically linked, but that's for another discussion) So use your dll just like the others, include the header file and link with the *.lib that was produced with the dll.
Last edited by Ancient Dragon; Dec 3rd, 2008 at 9:20 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.
![]() |
Similar Threads
- Import DLL functions problem (C++)
- DLL and Application (C++)
- problem with cygcurl-2.dll (C++)
- working with dll (Visual Basic 4 / 5 / 6)
- ActiveX DLL reference (Visual Basic 4 / 5 / 6)
- dll problem,help me:) (C)
- How to use Windowless ActiveX.dll in my project (VB.NET)
- Export Obejct from DLL (C++)
Other Threads in the C++ Forum
- Previous Thread: Global Function Problems
- Next Thread: m_Test' : undeclared identifier
| Thread Tools | Search this Thread |
api array based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock wordfrequency wxwidgets






