Plz help me on abld build armi urel
| Sat, 2005-01-29 20:56 | |
..\\..\\Symbian\\6.1\\Series60\\EPOC32\\INCLUDE\\e32std.h:3012: `AData' was not declared in this scope ..\\..\\Symbian\\6.1\\Series60\\EPOC32\\INCLUDE\\e32std.h:3012: `AData' was not declared in this scope ..\\..\\Symbian\\6.1\\Series60\\EPOC32\\INCLUDE\\e32std.h:3012: template argument 1 is invalid ..\\..\\Symbian\\6.1\\Series60\\EPOC32\\INCLUDE\\e32std.h:3012: stray '\' in program ... [/list:u] I use SDK 1.2. With the same code, I can build on wins udeb with no problem. But when i try to build armi urel, the error occur. After i tried to re-install sdk, It did not work. And I try to use another computer to compile the same code, it work well. This happen, after i try to add icon to helloworld from tutuorial. All projects include e32std.h cannot compile on armi urel. How do I solve this? Thanks |
|






Forum posts: 31
As you point out, e32std.h is used in all the examples, so that's not what causing the problem. It's probably something you added that is conflicting with e32std.h; try #ifdef-ing out sections of your code until it compiles in urel. Then narrow down the section that doesn't compile until you find what's causing the errors.
Please explain.
Forum posts: 31
Still, try #ifdef-ing out sections of code to narrow down what is causing the error.
Forum posts: 6
I've had the same problem (and more) when Symbian was on drive C: and Visual Studio on drive E:. By moving Symbian to E: all problems were gone.
Forum posts: 683
I've had the same problem (and more) when Symbian was on drive C: and Visual Studio on drive E:. By moving Symbian to E: all problems were gone.
This should not be a problem. Probably you moved your source code to the same disk where the Symbian SDK is -- that is a requirement. All source code must be on the same disk as the Symbian SDK.
Forum posts: 11
Thanks
www.l2tool.com
Forum posts: 90
For quality Symbian idling, join #symbian at irc.freenode.net
Forum posts: 5
Symbian and Visual Studio 2003 are on the same drive. Guess I have to reinstall Windows
Forum posts: 5
Moral of the story, don't update your pc after installing the sdk
Forum posts: 278
set PATH=C:\Symbian\UIQ_70\epoc32\gcc;%PATH%
-- JumpJack --