| | |
Loading 2 DLL that have a Function with the same name
Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
![]() |
Use this link for a bit info http://delphi.about.com/od/windowssh...dll_basics.htm
The above link can help you create and then call a dll file from delphi
What if you use only one dll?If both of dll contains only the same function,my opinion is that enough one.
The above link can help you create and then call a dll file from delphi
What if you use only one dll?If both of dll contains only the same function,my opinion is that enough one.
Be a good part of the community.Don't be ungrateful.
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
Listen
call them by their names like ShowHelpA; or ShowHelpB;
by the way showhelp() is a procedure
delphi Syntax (Toggle Plain Text)
{a.dll} Procedure ShowHelpA; Begin ShowHelp();{you have to fill the arguments} End; {and the b.dll} Procedure ShowHelpB; Begin ShowHelp();{you have to fill the arguments} {Do Keyword-based Help request. procedure ShowHelp(const HelpKeyword, HelpFileName: String);} End;
by the way showhelp() is a procedure
Be a good part of the community.Don't be ungrateful.
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
![]() |
Similar Threads
- Popups and problem loading desktop (Viruses, Spyware and other Nasties)
- Problem loading vb dll from c/c++ (C++)
- Loading the Library with LoadLibrary and GetProcAddress() (C++)
- loading another software using a VB form (Visual Basic 4 / 5 / 6)
- DLL and Application (C++)
- missing outex.dll file (IT Professionals' Lounge)
- Dll Library Function loading (Visual Basic 4 / 5 / 6)
- Missing bridge.dll error and automatic shutdown (Viruses, Spyware and other Nasties)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Hiding from Windows Process List
- Next Thread: Delphi - Object Pascal Language Guide.pdf
| Thread Tools | Search this Thread |
Tag cloud for Pascal and Delphi





