LINK : warning LNK4089: all references to "OLEAUT32.dll" discarded by /OPT:REF
..... and the other warnings...
This happens because I have Incremental linking turned off.. I don't trust IL, myself. It has caused me grief, especially in debug mode. Turning it back on will make the warnings disappear.
Concerning the app just dying, I am curious if you saw the readme.txt file in the main source dir. I am going to go back and look to see if I mentioned anything about using the new "test connection" button in MyODBC 3.51 .. Does the ODBC driver connect to the database okay? If not, the app will die becuase there is no error checking.
Hope that helps..
|