Why won my Custom SDK Applications from Video Savant 3.0 work with Video Savant 4.0?
Video Savant 3.0 and Video Savant 4.0 are two different programs and while their SDKs functions are similar, each program has it’s own version of vssdkvc.lib that is specific to the version of Video Savant that it is built for and there are differences in the header files. When porting an SDK application from Video Savant 3.0 to Video Savant 4.0 you must rebuild it with the Video Savant 4.0 header files and libraries. Some function prototypes may have changed, some functions will have been renamed and some functions may have been removed if they are no longer appropriate for Video Savant 4.0. When you rebuild your Video Savant 3.0 SDK application with the Video Savant 4.0 SDK it is recommended that you look up the Video Savant 4.0 documentation for each Video Savant SDK function that you use in your application.