Do the DLLs mentioned use C/C++ runtime components? For example, do they allocate memory with ‘new’? If yes, how to eliminate memory conflicts, i.e. how to use a unified C-runtime (single heap) in both the application and DLLs loaded? May I use statically or dinamically linked MSVCRT…?
the tobiigazecore32.dll has been compiled with the /MD flag: dynamically linked msvcrt(110). We recommend that you use the same setting when compiling your application.
Also note that the tobiigazeconfig component is deprecated as of the latest Gaze SDK release.