|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Function pointer not found in dlls
I have some existing code which goes through the dlls in the project and searches for a function pointer using "makemyform" string, but it doesnt find it when I check in the debugger. Is there a way to find out which dll may have "makemyform" registered, so I can include it in my project ?
Thanks |
|
#2
|
|||
|
|||
|
Quote:
Try impdef.exe in bin\ folder. It will output a list of symbols of a DLL file. |
|
#3
|
|||
|
|||
|
Thanks !! Where do I get that exe from ?
|
|
#4
|
|||
|
|||
|
Quote:
Should be inside your Delphi bin folder. You can also try google some utilities that does it graphically. |
|
#5
|
|||
|
|||
|
Thanks ! Will check it out !
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > Function pointer not found in dlls |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|