Re: Can't locate libraries
Yeah, I know how to specify the platforms already. actually sometimes it does that when I have only WINSCW listed in my bld.inf, then if you perform build once again it doesn't :/.
well, anyway that's not actually a problem.
it still gives me this warnings after build in the Problems output(with forementioned output in Console ):
Creation Time Description Resource Path Location Type
1246703730796 Cannot locate library "edgerender" specified in #pragma comment(lib,...) helloworld Unknown C/C++ Problem
1246703730828 referenced from helloworld.o helloworld Unknown C/C++ Problem
1246703730859 Cannot locate library "LIBC" specified in #pragma comment(lib,...) helloworld Unknown C/C++ Problem
1246703730890 referenced from release\Windows desktop (vc 6.0)\edgerender.obj helloworld Unknown C/C++ Problem
1246703730921 Cannot locate library "OLDNAMES" specified in #pragma comment(lib,...) helloworld Unknown C/C++ Problem
1246703730953 Option 'Use default libraries' is enabled but linker used helloworld Unknown C/C++ Problem
1246703730984 runtime library from MW[...]LibraryFiles (MSL_All_MSE_Symbian_D.lib); helloworld Unknown C/C++ Problem
1246703731015 this indicates a potential settings/libraries mismatch helloworld Unknown C/C++ Problem
:\
Re: Can't locate libraries
[QUOTE=jack-o;610859]1246703730796 Cannot locate library "edgerender" specified in #pragma comment(lib,...)[/QUOTE]It still means that something is wrong with edgerender.* - consider telling what files .lib/.dso come with the extra API you use, and where you have copied them.[QUOTE]1246703730859 Cannot locate library "LIBC" specified in #pragma comment(lib,...)[/QUOTE]libc is part of OpenC, have you installed it?[QUOTE]1246703730921 Cannot locate library "OLDNAMES" specified in #pragma comment(lib,...)[/QUOTE]try to find out what oldnames could be.
Re: Can't locate libraries
It built successfully , finally.
I 've reinstalled the OpenC plug-in for S60 and it 's fine. I have two SDKs installed (3rd Edition and 3rd Edition FP1), likely it wasn't installed for the former. turns out that's what caused the errors.
thanks for replies :).