zoukankan      html  css  js  c++  java
  • C++ development cross platforms

    1. target platforms: linux suse, windows server, both use vmware virtual machine on lab server.

    2. client code can compile and run on both windows and linux, just develop and test on windows server by VS2010. Server code can only compile and run on SUSE. 

    3. for windows virtual machine, using remote desktop login to the windows server, and developing via VS2010. Also you can share files between local PC and windows server.

    4. for linux virtula machine, sharing the directory of source code by samba using yast tool of suse, then mapping the directory to your local windows PC. On local PC, create a server project, add all exiting codes of server and commnn into  the server project, then you can view and change the codes in VS2010, after the codes have been changed, compile them in suse by command via putty.

  • 相关阅读:
    QT中的列表容器
    QT中的Buttons
    QT中的常用控件
    [机房测试]弟娃
    CF1580C Train Maintenance
    [机房测试]数据恢复
    Sentry 监控
    Sentry 监控
    Sentry 监控
    Sentry 后端监控
  • 原文地址:https://www.cnblogs.com/kex1n/p/5179114.html
Copyright © 2011-2022 走看看