Re: [cmake-developers] Code Changes to support C++ Windows Forms

2013-04-29 Thread john . farrier
I created a topic called WindowsFormsResx following the developer 
guide instructions and have committed my staged changes and a test 
project.  I don't know how to send out a link to this, but would be 
happy to do so if someone pointed me in the right direction.


- John


On 2013-04-28 20:46, Jean-Christophe Fillion-Robin wrote:

Hi John, 

Seems you forgot to send a link to the associated topic.

Jc

On Sun, Apr 28, 2013 at 10:20 PM, 
john.farr...@helleboreconsulting.com wrote:



Hello all!  New CMake developer here!

I have modified the latest version of CMake from Git to be able to 
use .resx files and integrate them into Visual Studio, perform the 
correct associations, and enable use of the Visual Studio designer for 
Windows Forms applications after a solution and projects are 
configured by CMake.  The changes were fairly minimal, but really help 
me out!  I have a project that is mostly cross-platform, but there are 
a few plugins that are windows-specific.  I wanted to use CMake to 
build and manage the project, but when CMake configured the windows 
GUI's, I would lose all of the designer information, which is totally 
unacceptable for ever having to make a change to the GUI.  This change 
is targeted specifically at C++ Windows Forms applications using CLI. 
 I'd like to push these changes up, so feedback is welcome!


- John Farrier

--

Powered by www.kitware.com [1]

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html [2]


Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ [3]


Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers 
[4]


--
+1 919 869 8849


Links:
--
[1] http://www.kitware.com
[2] http://www.kitware.com/opensource/opensource.html
[3] http://www.cmake.org/Wiki/CMake_FAQ
[4] 
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] Code Changes to support C++ Windows Forms

2013-04-29 Thread Jean-Christophe Fillion-Robin
Hi John,

Seems your topic isn't available on the CMake stage:
http://cmake.org/gitweb?p=stage/cmake.git

I would suggest you push your topic on github instead. The stage is used by
module maintainer or CMake core developers [1]

Hth
Jc

[1] http://www.cmake.org/Wiki/CMake:Module_Maintainers#New_Maintainer


On Mon, Apr 29, 2013 at 8:36 AM, john.farr...@helleboreconsulting.comwrote:

 I created a topic called WindowsFormsResx following the developer guide
 instructions and have committed my staged changes and a test project.  I
 don't know how to send out a link to this, but would be happy to do so if
 someone pointed me in the right direction.

 - John



 On 2013-04-28 20:46, Jean-Christophe Fillion-Robin wrote:

 Hi John,

 Seems you forgot to send a link to the associated topic.

 Jc

 On Sun, Apr 28, 2013 at 10:20 PM, 
 john.farrier@**helleboreconsulting.comjohn.farr...@helleboreconsulting.com
 wrote:

  Hello all!  New CMake developer here!

 I have modified the latest version of CMake from Git to be able to use
 .resx files and integrate them into Visual Studio, perform the correct
 associations, and enable use of the Visual Studio designer for Windows
 Forms applications after a solution and projects are configured by CMake.
  The changes were fairly minimal, but really help me out!  I have a project
 that is mostly cross-platform, but there are a few plugins that are
 windows-specific.  I wanted to use CMake to build and manage the project,
 but when CMake configured the windows GUI's, I would lose all of the
 designer information, which is totally unacceptable for ever having to make
 a change to the GUI.  This change is targeted specifically at C++ Windows
 Forms applications using CLI.  I'd like to push these changes up, so
 feedback is welcome!

 - John Farrier

 --

 Powered by www.kitware.com [1]

 Visit other Kitware open-source projects at http://www.kitware.com/**
 opensource/opensource.htmlhttp://www.kitware.com/opensource/opensource.html[2]

 Please keep messages on-topic and check the CMake FAQ at:
 http://www.cmake.org/Wiki/**CMake_FAQhttp://www.cmake.org/Wiki/CMake_FAQ[3]


 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/cgi-**bin/mailman/listinfo/cmake-**developershttp://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers[4]


 --
 +1 919 869 8849


 Links:
 --
 [1] http://www.kitware.com
 [2] 
 http://www.kitware.com/**opensource/opensource.htmlhttp://www.kitware.com/opensource/opensource.html
 [3] 
 http://www.cmake.org/Wiki/**CMake_FAQhttp://www.cmake.org/Wiki/CMake_FAQ
 [4] http://public.kitware.com/cgi-**bin/mailman/listinfo/cmake-**
 developershttp://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers




-- 
+1 919 869 8849
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Re: [cmake-developers] Code Changes to support C++ Windows Forms

2013-04-29 Thread john . farrier
Done and Pull Request sent.  Visual Studio C++ Windows Forms Designer 
Support


Thanks.  I look forward to helping this get into the CMake baseline!

- John



On 2013-04-29 08:08, Jean-Christophe Fillion-Robin wrote:

Hi John, 

Seems your topic isn't available on the CMake
stage: http://cmake.org/gitweb?p=stage/cmake.git [6]

 I would suggest you push your topic on github instead. The stage is
used by module maintainer or CMake core developers [1]

Hth
Jc

 [1] http://www.cmake.org/Wiki/CMake:Module_Maintainers#New_Maintainer 
[7]


On Mon, Apr 29, 2013 at 8:36 AM, 
john.farr...@helleboreconsulting.com wrote:


I created a topic called WindowsFormsResx following the developer 
guide instructions and have committed my staged changes and a test 
project.  I don't know how to send out a link to this, but would be 
happy to do so if someone pointed me in the right direction.


- John

On 2013-04-28 20:46, Jean-Christophe Fillion-Robin wrote:


Hi John, 

Seems you forgot to send a link to the associated topic.

Jc

On Sun, Apr 28, 2013 at 10:20 PM, 
john.farr...@helleboreconsulting.com wrote:



Hello all!  New CMake developer here!

I have modified the latest version of CMake from Git to be able to 
use .resx files and integrate them into Visual Studio, perform the 
correct associations, and enable use of the Visual Studio designer 
for Windows Forms applications after a solution and projects are 
configured by CMake.  The changes were fairly minimal, but really 
help me out!  I have a project that is mostly cross-platform, but 
there are a few plugins that are windows-specific.  I wanted to use 
CMake to build and manage the project, but when CMake configured the 
windows GUI's, I would lose all of the designer information, which 
is totally unacceptable for ever having to make a change to the GUI. 
 This change is targeted specifically at C++ Windows Forms 
applications using CLI.  I'd like to push these changes up, so 
feedback is welcome!


- John Farrier

--

Powered by www.kitware.com [1] [1]

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html [2] [2]


Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ [3] [3]


Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers 
[4] [4]


--
+1 919 869 8849 [5]

Links:
--
[1] http://www.kitware.com [1]
[2] http://www.kitware.com/opensource/opensource.html [2]
[3] http://www.cmake.org/Wiki/CMake_FAQ [3]
[4] 
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers 
[4]


--
+1 919 869 8849


Links:
--
[1] http://www.kitware.com
[2] http://www.kitware.com/opensource/opensource.html
[3] http://www.cmake.org/Wiki/CMake_FAQ
[4] 
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[5] tel:%2B1%20919%20869%208849
[6] http://cmake.org/gitweb?p=stage/cmake.git
[7] http://www.cmake.org/Wiki/CMake:Module_Maintainers#New_Maintainer

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

[cmake-developers] Code Changes to support C++ Windows Forms

2013-04-28 Thread john . farrier

Hello all!  New CMake developer here!

I have modified the latest version of CMake from Git to be able to use  
.resx files and integrate them into Visual Studio, perform the correct  
associations, and enable use of the Visual Studio designer for Windows  
Forms applications after a solution and projects are configured by  
CMake.  The changes were fairly minimal, but really help me out!  I  
have a project that is mostly cross-platform, but there are a few  
plugins that are windows-specific.  I wanted to use CMake to build and  
manage the project, but when CMake configured the windows GUI's, I  
would lose all of the designer information, which is totally  
unacceptable for ever having to make a change to the GUI.  This change  
is targeted specifically at C++ Windows Forms applications using CLI.   
I'd like to push these changes up, so feedback is welcome!


- John Farrier



--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers


Re: [cmake-developers] Code Changes to support C++ Windows Forms

2013-04-28 Thread Jean-Christophe Fillion-Robin
Hi John,

Seems you forgot to send a link to the associated topic.

Jc


On Sun, Apr 28, 2013 at 10:20 PM, john.farr...@helleboreconsulting.comwrote:

 Hello all!  New CMake developer here!

 I have modified the latest version of CMake from Git to be able to use
 .resx files and integrate them into Visual Studio, perform the correct
 associations, and enable use of the Visual Studio designer for Windows
 Forms applications after a solution and projects are configured by CMake.
  The changes were fairly minimal, but really help me out!  I have a project
 that is mostly cross-platform, but there are a few plugins that are
 windows-specific.  I wanted to use CMake to build and manage the project,
 but when CMake configured the windows GUI's, I would lose all of the
 designer information, which is totally unacceptable for ever having to make
 a change to the GUI.  This change is targeted specifically at C++ Windows
 Forms applications using CLI.  I'd like to push these changes up, so
 feedback is welcome!

 - John Farrier



 --

 Powered by www.kitware.com

 Visit other Kitware open-source projects at http://www.kitware.com/**
 opensource/opensource.htmlhttp://www.kitware.com/opensource/opensource.html

 Please keep messages on-topic and check the CMake FAQ at:
 http://www.cmake.org/Wiki/**CMake_FAQhttp://www.cmake.org/Wiki/CMake_FAQ

 Follow this link to subscribe/unsubscribe:
 http://public.kitware.com/cgi-**bin/mailman/listinfo/cmake-**developershttp://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers




-- 
+1 919 869 8849
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers