Yes, you are a genius! I was missing a semi-colon separating the two library names. Thank you.
Eric Covener wrote: > > On Thu, Jan 26, 2012 at 4:46 PM, sidinsd <[email protected]> wrote: >> >> I have a C++ project in Visual Studio that I am using APR with. When I >> link >> the project I get the following error message. >> >> 1>LINK : fatal error LNK1104: cannot open file >> 'aprapp-1.libkernel32.lib' > > Missing a space in one of your build files? > > -- View this message in context: http://old.nabble.com/Link-error-with-APR-tp33210565p33211015.html Sent from the APR Dev (Apache Portable Runtime) mailing list archive at Nabble.com.
