Hello!
I encountered a strange link error when I try to compile my basic project. It's called untitled as it was named by wizard and it actually does nothing but serves for learning purposes.
I added requied libraries into project but now when I try to compile I get link error: "specified file ..\WINSCW_UDEB\UNTITLED.lib" not found".
What should I do? Why there even should by any library like that?
Thx in advance!
Andrew
The solution was pretty nasty but easy. I forgot to define NewApplication() as EXPORT_C function. If only CodeWarrior doesn't have such a non-informative errror messages.