Exported Procedure Prototype Mangle Limited to 2 Source Lines by Templates

Another important note i would like to add is to not put a class prototype on more than 2 lines, because the ABC class parser #SERVICE('ClaTPLS.DLL','GenReadABCFiles') will not read more then 2 lines per method.

For example: this class method in a exporting dll, will generate as a unresolved external: EXECUTESQL@F11SQLCLASSsbRuPuPuPuPuPuPuPuPuPuPuPuPuPuPuPuPuPuPuPu @?

ExecuteSQL PROCEDURE(STRING SQLQuery,  *ANY Out01 , <*ANY Out02>, <*ANY Out03>, <*ANY Out04>, <*ANY Out05>, <*ANY Out06>, <*ANY Out07>, <*ANY Out08>, <*ANY Out09>, <*ANY Out10>, |
                     <*ANY Out11>, <*ANY Out12>, <*ANY Out13>, <*ANY Out14>, <*ANY Out15>, <*ANY Out16>, <*ANY Out17>, <*ANY Out18>, <*ANY Out19>, <*ANY Out20>, | 
                     <*ANY Out21>, <*ANY Out22>, <*ANY Out23>, <*ANY Out24>, <*ANY Out25>, <*ANY Out26>, <*ANY Out27>, <*ANY Out28>, <*ANY Out29>, <*ANY Out30>, |
                     <*ANY Out31>, <*ANY Out32>, <*ANY Out33>, <*ANY Out34>, <*ANY Out35>, <*ANY Out36>, <*ANY Out37>, <*ANY Out38>, <*ANY Out39>, <*ANY Out40>), LONG, PROC
1 Like