Are there tips for compiling C++ custom functions on Windows?
When building C++ custom functions on a Windows platform, keep in mind the following guidelines: • You must compile in release mode, not in debug mode. • You cannot use Visual C++ default projects. For project settings, please refer to the StreamBase Help topic, Creating C++ Clients, in the API Guide.