I just upgraded TG Developer Edition from v2.5 to v3.0.5. I have a rather big UDF project with multiple source files and linked with custom libraries as well. Everything works fine in v2.5 by using #include header files in ExprFunctions.hpp and customizing MakeUdf. Looks like the flow has changed in v3.0.5 and my flow doesn’t work anymore.
- Query compilation can’t find the included file in ExprFunctions.hpp.
- MakeUdf doesn’t seem to get used by the query compilation.
Any suggestion on how I can get this to work in v3.0.5?
Cheers,
Jim