Using VS 2005
| Mon, 2006-10-09 10:20 | |
|
Hi.
Anybody tries to use VS 2005 under S80? I’ve had project test.mmp, If I do makmake test.mmp vc7 I’ll get a message: Error: failed to find version information for LINK.EXE, after that I found in article how solved this error: Edit file C:\Symbian\7.0s\S80_DP2_0_SDK\epoc32\tools\winutl.pm And edit the line if ((/^.+\s+Version\s+(\d)\.(\d{2})\.(\d{4})\s*$/o) Change to if ((/^.+\s+Version\s+(\d)\.(\d{2})\.(\d{4})\s*/o) But, when I create project file for VC++, I couldn’t compile it: Error occur: C:\Symbian\7.0s\S80_DP2_0_SDK\epoc32\include\e32std.h(1414) : error c2440: ‘initializing’ : cannot convert from ‘const wchar_t [1]’ to ‘TLitC16<S>::__TText’ with [S=1] There is no context in which this conversion is possible So, can I use VS 2005 for develop application on S80? Thanks. |
|






Forum posts: 732
Forum posts: 2006
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 15
I'll still to use VC++ 6.0.
Forum posts: 732
Forum posts: 278
I can't understand if CARBIDE also include VS 2003 or if it needs it: if I install carbide, will I have all I need to start development? For WINS target too?
-- JumpJack --
Forum posts: 720
Carbide.c++ Express doesn't need/use anything else (except the actual SDK, of course).