Right-click on the Project on the Solution Explorer, goto Properties. Under Configuration Properties->C/C++->Preprocessor, "Generate Preprocessed File" is what you are looking for.


Then right-click on the file in the Solution Explorer and select "Compile". 

The preprocessed file is created in the output directory (e.g. Release, Debug) with an extension *.i





사용예

-->  Macro가 들어가서 온전한 C++ code로 보여서 분석하기 좋음

--> 파일 1개씩도 compile 할 수 있음.


Posted by 세모아
,


Question -------------------------------------------:

How to make solution as clean copy without mapping to TFS ? The problem is that this message shows when I am trying to open it. I want to open it as normal without TFS connection.

enter image description here


Answer -------------------------------------------:

방법 A:

If you want to permanently and completely detach the solution from source control, then try the following:

  1. Click the 'No' button to avoid connecting to TFS.
  2. In the file menu, go to the source control options and clear the bindings. You'll specifically want File - Source Control - Advanced - Change Source Control...
  3. Save the solution.

Next time you open the solution you won't be prompted to connect to TFS.


방법 B:

To Completely remove TFS source control binding follow the two steps:

1)Go to your solution's folder,find and delete all files with *.vssscc and *.vspscc extensions.

2)open your solution's .sln file in notepad find and remove this "GlobalSection(TeamFoundationVersionControl)" section.

Reference Link




Posted by 세모아
,

출처: http://stackoverflow.com/questions/7503678/how-do-i-add-a-new-solution-to-my-team-project

To add a new solution from you local files to TFS you could:

In the solution explorer right click on the solution and select 'Add Solution to Source Control'

Then you can right click and select check in. -> My: Team explorer 상단의 Check In 버튼을 클릭(그전에 comment 기록은 기본)

Then the entire solution will be added to your team project in TFS.

enter image description here

Posted by 세모아
,







* Working copy와 최신 revision의 비교

 - 파일/폴더 1개 : Diff 메뉴

 - 폴더 전체 : Check for modification


* commit하려면 conflict이 발생할 수 있으므로,

폴더전체를 비교한 후에 commit 이 좋다. My)

 <방법>

 1. 폴더 전체를 Check for modification 선택하여 최신리버전과의 차이있는 파일/폴더 리스트 창이 나옴

 2. 위 1번창의 항목들을 모두 선택 후 우버튼클릭하여 commit 선택

 3. 1번창에서 항목별(파일/폴더)의 Author를 working copy의 것과 비교하거나

    더블클릭하여 내용을 비교하여 commit여부를 결정하고

   이를 위 2번창의 체크박스에서 선택/해체함

 4. 3번을 반복후에 2번창에서 message입력후 commit 실시


* Visual Studio 2013에서 사용중인 방법 

 (기타환경: TortoiseSVN설치)//15.10.3

 . Pending Changes라는 창에서 필요한 파일들만 다중 선택하여 commit 하면  편리.

 - 너무 오래되었으면, update 하고 commit 하라고 나옴.

   Update하면 merge도 자동되면서 update 됨.

   이 걸로 테스트해보고 문제 없으면 commit 하면 됨.


Posted by 세모아
,

출처: http://lunapiece.net/?mid=Tips&document_srl=4275&page=1



Diff

  1. Select Settings from Explorer's TortoiseSVN submenu.
  2. Switch to the Diff Viewer tab.
  3. Change the radio buttons from TortoiseMerge to External.
  4. In the path edits, enter:
    "C:\Program Files\Beyond Compare 3\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly

To use Beyond Compare for image comparisons either replace the file C:\Program Files\TortoiseSVN\bin\TortoiseIDiff.exe with a copy of BComp.exe, or click the Advanced button on the Diff Viewer tab and add each image type's extension with the same command line as above.

3-Way Merge (v3 Pro)

  1. Select Settings from Explorer's TortoisSVN submenu.
  2. Switch to the Merge Tool tab.
  3. Change the radio buttons from TortoiseMerge to External.
  4. In the path edits, enter:
    "C:\Program Files\Beyond Compare 3\BComp.exe" %mine %theirs %base %merged /title1=%yname /title2=%tname /title3=%bname /title4=%mname

2-Way Merge (v3 Std, v2)

Use the same steps as above, but use the command line:
"C:\Program Files\Beyond Compare 3\BComp.exe" %mine %theirs /savetarget=%merged


Posted by 세모아
,
http://cafe.naver.com/whatvoip.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=194


차례

 

 

1. 서문

2. Windows XP 에서 IIS 설치

3. WIndow Xp IIS SetUp

4.Windows XP  IIS 운영

 

 

 

 

서문

 

 

웹 서버는 보통 서버급 컴퓨터에서 서비스 가능 한데 요즘은 PC의 고성능으로 Windows XP 에서도 운용 가능하다. DB 는 MsSql, Oracle 등이 있는데  MsSql 은 서버급에만 설치가 가능하고 Oracle 은 PC 에도 설치 가능 하다.  DNS 서버만 Windows XP 에서 제공하면 완벽한 Web 서버를 구축 하는데 제공 하질 않는다. 필요 하면 만들어 쓰는 수밖에 없는것 같다.

 

개인적으로 PC 에서 보려면  http://localhost 로 가능 하지만 외부에서 보려면  http://xxx.xxx.xxx.xxx 와 같이 PC IP 를 적어 주면 접속이 가능하다. IP 가 외우기 어려워 URL 같은 도메인을 사용 하는데 일반 PC 의 IP가 유동이라 안되는것은 아닌데 약간 어려운 점이 있다 .

 

 

 

 

Windows XP 에서 IIS 설치

 

 

Windows XP 는 기본적으로 IIS 가 설치 되어 있지 않다. 확인후 아래와 같이 설치 한다

설치시에는 당연히 Windows XP CD 가 있어야 한다

 

 

 

 

 

 

 

WIndow Xp IIS SetUp

 

 

 

 

ASP.NET  옵션이 나오지 않으면 아래 그림과 같이 [ 익스플로워]  [도구] -> [Windows Update] -> [사용자 지정 설치] 에서 .NET FRANE 를 설치 한다.

 

 

 

 

 

Windows XP  IIS 운영

 

 

시작과 중지가 가능 하다.  부팅시 시작 여부를 설정 할수도 있고, 운용 하지 않게 설정도 된다

 

 

 

 

 

 

 

 

 

함 서비스 해보자.     Oh My First Web Service !!!

 

 

첨부된 파일을 풀고(C:\CalSeefFate 디렉토리에 풀었다고 보고)  아래와 같이 설정한다

 

 

 

 

 

 

http://localhost   <- 요거 클릭 하면 자기 PC 에 설치 된것 나오고

 

http://Cal.SeeFate.com   <- 요거 클릭 하면 다른 서버의 화면이 나온다

 

 

 



Posted by 세모아
,