Extra! Macro
Extra! Macro
(OP)
I inherited an Extra! macro from a contract programmer... The macro has run fine for almost 3 years. All of the sudden on Monday it stopped working. When I went in to look at the macro I tried to compile it and the first error displayed was on the line:
'$include: "Utility.ebh"
The macro also has the line:
'$include: "extra!.ebh"
but that part seems to be working fine. I went to Windows Explorer and could find the file 'extra!.ebh', however I would not locate the file 'Utility.ebh'. I believe I need the 'utility.ebh' to be able to use external functions and the macro does have reference to GetPrivateProfileString, WritePrivateProfileString. If I comment out the '$include: "Utility.ebh", then I get compile errors on the GetPrivateProfileString and WritePrivateProfileString commands. I am at a total loss. Any suggestions or help will be greatly appreciated!
'$include: "Utility.ebh"
The macro also has the line:
'$include: "extra!.ebh"
but that part seems to be working fine. I went to Windows Explorer and could find the file 'extra!.ebh', however I would not locate the file 'Utility.ebh'. I believe I need the 'utility.ebh' to be able to use external functions and the macro does have reference to GetPrivateProfileString, WritePrivateProfileString. If I comment out the '$include: "Utility.ebh", then I get compile errors on the GetPrivateProfileString and WritePrivateProfileString commands. I am at a total loss. Any suggestions or help will be greatly appreciated!
RE: Extra! Macro
RE: Extra! Macro
thanks to all