: I am starting a program in Pascal! Someone can clarify me about if is possible to establish connection of Pascal with Visual Basic ? wich would be the instructions necessary such to happen? Thank you for your time spended with me! My email is Jonhy__Bravo@hotmail.com
:
You can call dll's from pascal for windows. These can be written in any language. You can also shell to other programs from pascal. This way you can start VB programs and use temporary files to get the results back. Here are some possible words you can use:
DLLs: external, LoadLibrary
Exes: ShellExecute, Exec
The help files contain more info and possibly examples.