I download dng_sdk and compile in VS community 2017.
Some errors like below:
Severity | Code | Description | Project | File | Line | Suppression State |
Error | C2440 | 'initializing': cannot convert from 'dng_std_allocator<dng_noise_function>' to 'dng_std_allocator<_Newfirst>' | c:\program files (x86)\microsoft visual studio\2017\community\vc\tools\msvc\14.11.25503\include\vector | 558 |
I learned from past post = mentioned that template issue.
But I still confuse.
Any suggestions are welcome.
Thanks in advance.