layout | title | categories | parent | weight |
---|---|---|---|---|
post |
GigaSpaces-Excel Troubleshooting |
SBP |
excel-that-scales-solution.html |
600 |
{% summary page|65 %}Debugging using Excel; how to write a hosting application for easy debugging.{% endsummary %}
{% lampon %} If it's the first time you are running UDF of RTD, try running a simple example that only returns a value, to check that the API works in your environment.
Writing applicative UDF/RTD:
- Comment the space API calls inside UDF/RTD code and make it return constant values.
- Create a console or Win-form application that hosts the UDF/RTD DLL and debug it directly to solve the function implementation problems.