Microsoft VC++ 6.0 for S60 SDK 2.1??????
| Thu, 2004-07-01 11:39 | |
|
Hi
I have downloaded S60 SDk2.1 and was trying sample code using Microsoft VC++ 6.0(service pack 3 installed).but i m getting the following linker error.and same is happening for all other codes. But the same code works fine with sdk2.0... Please help me out..what cud be the reason??? plz help me out.. thanx Doing first-stage link by name link.exe @C:\DOCUME~1\Tarunc\LOCALS~1\Temp\nma03732. Creating library \Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SOUND\GROUP\SOUND\WINS\UDEB\SOUND.lib and object \Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SOUND\GROUP\SOUND\WINS\UDE B\SOUND.exp EDLL.LIB(UP_DLL.obj) : fatal error LNK1103: debugging information corrupt; recompile module NMAKE : fatal error U1077: 'link.exe' : return code '0x44f' Stop. if exist "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SOUND\GROUP\SOUND\WINS\UDEB\SOUND.exp" del "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SOUND\GROUP\SOUND\WINS\UDEB\SOUND.exp" Stopped the build by removing the export object, if present, because the pre-link stage failed Linking... LINK : fatal error LNK1104: cannot open file "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SOUND\GROUP\SOUND\WINS\UDEB\SOUND.exp" Error executing link.exe. SOUND.APP - 3 error(s), 0 warning(s) |
|






Forum posts: 1
-Open a Visual Studio.net command prompt (from the Visual Studio .Net tools click on "Visual Studio .NET 2003 Command Prompt"). This should take care of setting the correct environment paths
-CD to your project/group directory
-Type makmake project_filename.mmp vc7
-Open the generated .sln compile and link, things should work fine
If you still have problems try turning off debug info in you project settings
Regards
Forum posts: 6
I think the problem is because EDLL.LIB is compiled using VC.NET and you are using VC6.
Antony
Forum posts: 9
ecrt0_vc7.lib and eexe_vc7.lib might also be worth coping them over as well.
Nice of Symban to tell us