![]() |
|
#1
|
|||
|
|||
hmm, actually, having "_SECURE_SCL=0" set is kind of disabling as its not default. Is this temporary until some kinks are worked out? Even if your plugins are compiled with this switch by default it should be possible to set "_SECURE_SCL=1" without the code dying on me
Code:
--------------------------- Microsoft Visual C++ Runtime Library --------------------------- Runtime Error! Program: C:\Program Files\WorldViz\Vizard4\bin\winviz.exe This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. --------------------------- OK --------------------------- |
#2
|
|||
|
|||
You will need to add "_SECURE_SCL=0" to the preprocessor definition list of your project. The example projects should have this defined.
Here is a list of Visual Studio 2008 project settings you should set for all your plugins: Code:
C/C++: Preprocessor: Preprocessor Definitions += "_SECURE_SCL=0" Code Generation: Runtime Library = Multi-threaded DLL Linker: Manifest File: Generate Manifest = No |
#3
|
|||
|
|||
A new beta has been released, which supports the new plugin interface. The Vizard 4.0 SDK on our download page contains a new sample project showing how to use the new interface.
Let us know if you have any problems or suggestions. |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|