Wed, 23 Dec 2009 11:47:04 +0000 Re-merge improved comments
William Roberts <williamr@symbian.org> [Wed, 23 Dec 2009 11:47:04 +0000] rev 32
Re-merge improved comments
Wed, 23 Dec 2009 11:43:31 +0000 Revision: 200951
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> [Wed, 23 Dec 2009 11:43:31 +0000] rev 31
Revision: 200951 Kit: 200951
Mon, 21 Dec 2009 16:15:43 +0000 Merge improved comments
William Roberts <williamr@symbian.org> [Mon, 21 Dec 2009 16:15:43 +0000] rev 30
Merge improved comments
Fri, 08 Jan 2010 16:24:50 +0000 Added tag PDK_3.0.e for changeset 6d8ad5bee44b
andy simpson <andrews@symbian.org> [Fri, 08 Jan 2010 16:24:50 +0000] rev 29
Added tag PDK_3.0.e for changeset 6d8ad5bee44b
Sat, 09 Jan 2010 02:16:07 +0100 Can't get the kernel start-up code to work using VC8 compiler. It crashes while trying to run constructStatics. Maybe I will try my luck with GCC from MinGW, that should also make the Linux port much easier. anywhere
Slion [Sat, 09 Jan 2010 02:16:07 +0100] rev 28
Can't get the kernel start-up code to work using VC8 compiler. It crashes while trying to run constructStatics. Maybe I will try my luck with GCC from MinGW, that should also make the Linux port much easier.
Thu, 07 Jan 2010 02:37:41 +0100 Managed to copy ekern.dll along side epoc.exe so that debug session is made easy. ekern.dll is expected to export _E32Startup put it does not. Should ekern compile that k_entry.cpp file? anywhere
Slion [Thu, 07 Jan 2010 02:37:41 +0100] rev 27
Managed to copy ekern.dll along side epoc.exe so that debug session is made easy. ekern.dll is expected to export _E32Startup put it does not. Should ekern compile that k_entry.cpp file?
Thu, 07 Jan 2010 01:56:11 +0100 Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think. anywhere
Slion [Thu, 07 Jan 2010 01:56:11 +0100] rev 26
Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think.
Thu, 07 Jan 2010 01:23:42 +0100 Adding epoc target. Tried to define our own entry point but it fails at runtime trying to load msvcr80d.dll. Try using /NODEFAULTLIB for all targets maybe. Must somehow export ekern.dll for it to be loadable by epoc.exe. anywhere
Slion [Thu, 07 Jan 2010 01:23:42 +0100] rev 25
Adding epoc target. Tried to define our own entry point but it fails at runtime trying to load msvcr80d.dll. Try using /NODEFAULTLIB for all targets maybe. Must somehow export ekern.dll for it to be loadable by epoc.exe.
Wed, 06 Jan 2010 20:35:57 +0100 Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL. anywhere
Slion [Wed, 06 Jan 2010 20:35:57 +0100] rev 24
Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL.
Wed, 06 Jan 2010 16:05:22 +0100 Making our cmake file look a lot better using cmake macro. anywhere
Slion [Wed, 06 Jan 2010 16:05:22 +0100] rev 23
Making our cmake file look a lot better using cmake macro.
(0) -10 +10 +100 tip