JClement
21st December 2014, 15:50
I am trying to fix BorderControl and I have VC 2008 Express on a Win 7 box. So can anyone give me some tips as to doing this. So far:
1. I located a simple but nasty bug in BorderControl and know how to fix it. It currently saves parameters with bad syntax so that restoring them kills subsequent plugins.
2. After locating various included files in other plugin sources and changing a small amount of MS system calls involving character strings I have gotten it to compile.
3. Now there are 27 link errors of type
error LNK2028: unresolved token... and
error LNK2019: unresolved external symbol...
I have yet to find a solution to these. I have successfully built some other plugins and also some Avisynth plugins with little trouble.
Moving to 2008 or higher might be a boon because you are confronted with deprecated functions which should be changed to insure code stability.
Does anyone have suggestions I could use to complete the task?
1. I located a simple but nasty bug in BorderControl and know how to fix it. It currently saves parameters with bad syntax so that restoring them kills subsequent plugins.
2. After locating various included files in other plugin sources and changing a small amount of MS system calls involving character strings I have gotten it to compile.
3. Now there are 27 link errors of type
error LNK2028: unresolved token... and
error LNK2019: unresolved external symbol...
I have yet to find a solution to these. I have successfully built some other plugins and also some Avisynth plugins with little trouble.
Moving to 2008 or higher might be a boon because you are confronted with deprecated functions which should be changed to insure code stability.
Does anyone have suggestions I could use to complete the task?