Surprise after updating SDK I got the error :
As it is not a new one I took a look at SDK and bam...
yes newly downloaded one is only the old previous one renamed:
As it is not a new one I took a look at SDK and bam...
yes newly downloaded one is only the old previous one renamed:
Mensajes Wed 17 Jul 19 @ 10:41 am
As you can see in your screenshot, the file sizes are different.
I'm guessing during the creation of the zip it only took the creation date, and not the modified date to create the zip.
I'm guessing during the creation of the zip it only took the creation date, and not the modified date to create the zip.
Mensajes Wed 17 Jul 19 @ 11:01 am
OK for the vdjVideo8.h but the vdjPlugin8.h headers differ the wrong way
Header of the old one from site, not from old SDK
// VirtualDJ
// Plugin SDK
// (c)Atomix Productions 2011-2016
the new one from new and old SDK
// VirtualDJ
// Plugin SDK
// (c)Atomix Productions 2011-2015
It looks like the old 2015 SDK zip file was never updated with the 2016 updated header file
and the new SDK only updated the old zip with the new vdjVideo8.h header file
Header of the old one from site, not from old SDK
// VirtualDJ
// Plugin SDK
// (c)Atomix Productions 2011-2016
the new one from new and old SDK
// VirtualDJ
// Plugin SDK
// (c)Atomix Productions 2011-2015
It looks like the old 2015 SDK zip file was never updated with the 2016 updated header file
and the new SDK only updated the old zip with the new vdjVideo8.h header file
Mensajes Wed 17 Jul 19 @ 11:15 am