D
Deleted member 10449
After dusting off my VS2010 I am able to successfully build OBS for both x86 and x64 and both run without problems.
The only work around I have had to employ is everytime I build --- copying the appropriate x86/x64 OBSApi.lib file to the NoiseGate directory each time.
This is not a huge inconvenience, and investigation shows the linker for NoiseGate is pointing to the correct OBSApi directory. However if the file is not present within the NoiseGate source directory it will not compile due to LINK errors only related to the OBSApi.lib file.
I should add, when the file is not in the directory, NoiseGate will compile just fine as an individual project.
Any insight or thoughts of what I have done wrong are very appreciated to help simplify the build process. Thanks!
The only work around I have had to employ is everytime I build --- copying the appropriate x86/x64 OBSApi.lib file to the NoiseGate directory each time.
This is not a huge inconvenience, and investigation shows the linker for NoiseGate is pointing to the correct OBSApi directory. However if the file is not present within the NoiseGate source directory it will not compile due to LINK errors only related to the OBSApi.lib file.
I should add, when the file is not in the directory, NoiseGate will compile just fine as an individual project.
Any insight or thoughts of what I have done wrong are very appreciated to help simplify the build process. Thanks!