Hi all,
I've done lots of windows programming with VC++ but I've recently begun
doing pilot apps. I have a question about the codewarrior development
tool. I have an application that has been running just fine. I went back
in to add in some Dm* api calls to save preferences. My code compiles just
fine but fails on linking. The linker can't find DmOpenDatabase and
DmFindDatabase although it links DmCreateDatabase fine. I've compiled and
linked a sample with these API calls and it linked fine. I can't find any
difference in the project settings between my code and the sample other
than it is a Large app and mine is small. Does anyone have any ideas?
Thanks,
David