Notes |
|
(0013656)
|
Bill Hoffman
|
2008-10-01 13:37
|
|
Is there a way to test this with a dashboard? If I add it to CMake, I would like to make sure it stays working. |
|
|
(0013777)
|
Ivan Shynkarenka
|
2008-10-09 07:47
|
|
After some internals tests I found that deploying is not working. In <GlobalSection> of the solution file generator should add .Deploy, e.g.
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AF91761-E815-4963-A172-44D243CE8687}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Pocket PC 2003 (ARMV4)
{8AF91761-E815-4963-A172-44D243CE8687}.Debug|Pocket PC 2003 (ARMV4).Build.0 = Debug|Pocket PC 2003 (ARMV4)
{8AF91761-E815-4963-A172-44D243CE8687}.Debug|Pocket PC 2003 (ARMV4).Deploy.0 = Debug|Pocket PC 2003 (ARMV4)
For this reason existent VC generators have to be improved or new Windows Mobile generator should be created based on VC ones.
I'll investigate how we can test it with dashboard. |
|
|
(0013894)
|
Ivan Shynkarenka
|
2008-10-16 12:37
|
|
I have improved support for Windows Mobile and tested it under Visual Studio 2005 and Visual Studio 2005. Also I created a sample Windows Mobile project which can be used as an example (it consists of exe, 2 static libs and 2 dlls).
In order to assure that new functionality does not break other things I successfully performed cmake/tests/run_tests and tried to build some native Windows projects created with Visual Stuidio generators.
Here comes a new patch (NewWindowsMobilePatch.zip), toolchain file (Toolchain-WindowsMobile-cl.zip), release notes (NewWindowsMobileReleaseNotes.zip), short faq (NewWindowsMobileFAQ.zip) and sample project (NewWindowsMobileSample.zip). |
|
|
(0013895)
|
Ivan Shynkarenka
|
2008-10-16 12:43
|
|
Concerning a dashboard. I think it is possible to test that other functionality is not broken (regression test) and that projects successfully compiles under Windows Mobile. Unfortunately I don't know how to perform automatic testing on the Microsoft Mobile Devise emulator outside the Visual Studio IDE. |
|
|
(0041443)
|
Kitware Robot
|
2016-06-10 14:27
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|