I have a simple VS project that contains a Sample.c generated by a Pro*C compiler. This file doesn't do any thing fancy, it just try to connect to an Oracle database.
I'm getting the following error message:
unresolved external symbol _sqlcxt referenced in function _main OracleProC
I came a cross couple of posts and they all suggested to:
To add the folder containing the .lib files under Linker-->General:-->Additional Library Directories

Specify the lib in that folder that I'm linking by going to Linker-->Input-->Additional Dependencies

Despite having these set, I'm still getting the error message.
