Hi,
Can anyone please help me in getting out of the problem i am facing related to compiling the example using vc++ ide. I am getting the error:
EDLL.LIB(UP_DLL.obj) : fatal error LNK1103: debugging information corrupt; recompile module
NMAKE : fatal error U1077: 'link.exe' : return code '0x44f'
Please Help
I am sorry that i posted my problem on this thread pool.
Anyways if anyone has got the solution related to this prob..
please help
Looks like there is a problem with EDLL.LIB. Either you're doing a debug build, but linking against a non-debug (release) version of EDLL.LIB, or it could be an EDLL.LIB from the wrong SDK (check your PATH/LIB variables or something).
This is the path from which i am using my libraries edll.lib
C:\Symbian\7.0s\Series60_v21\Epoc32\release\wins\udeb\edll.lib
do i need to change this .
Same error is occuring when i am using vs.net in debug mode
also , when i run using the release version in vs.net in release mode, its working fine.
I am totally confused 😮
Maybe the debugging version is not compatible with VS.NET, but just the old VS 6 (VS.NET is not really supported by Nokia, as far as I recall)?
I ran into the same problem with VC 6.0. Anyone knows what the solution is?
In your symbian directory where the edll.lib resides, there are libs with the name edll_vc7.lib and edll_vc6.lib.
Just take the right lib file and copy and rename it to edll.lib.
This also applies to eexe.lib and ecrt0.lib.
Greetings, -chris-