资源简介
资源有opencpn的源代码,和github上的一样,还有一个opencpn的可执行软件,opencpn4.0版本的,可以直接用
代码片段和文件信息
/////////////////////////////////////////////////////////////////////////////
// Name: minimal.cpp
// Purpose: Minimal wxWidgets sample
// Author: David S Register
// Modified by:
// Created: 04/01/98
// RCS-ID: $Id: minimal.cpp 65971 2010-11-01 12:30:38Z PMO $
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
// declarations
// ============================================================================
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
// For compilers that support precompilation includes “wx/wx.h“.
#include “wx/wxprec.h“
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// for all others include the necessary headers (this file is usually all you
// need because it includes almost all “standard“ wxWidgets headers)
#ifndef WX_PRECOMP
#include “wx/wx.h“
#endif
#include “chart1.h“
//#include “myapp.h“
IMPLEMENT_APP_NO_MAIN(MyApp);
//IMPLEMENT_APP(MyApp);
//IMPLEMENT_WX_THEME_SUPPORT;
int main(int argc char *argv[])
{
wxEntryStart( argc argv );
wxTheApp->CallOnInit();
wxTheApp->OnRun();
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-06 13:35 OpenCPN-master\
文件 386 2018-11-06 13:35 OpenCPN-master\.gitignore
文件 2934 2018-11-06 13:35 OpenCPN-master\.travis.yml
文件 102110 2018-11-06 13:35 OpenCPN-master\CMakeLists.txt
文件 35149 2018-11-06 13:35 OpenCPN-master\COPYING.gplv3
文件 38396 2018-11-06 13:35 OpenCPN-master\COPYING.lgplv2
文件 7652 2018-11-06 13:35 OpenCPN-master\COPYING.lgplv3
文件 1102 2018-11-06 13:35 OpenCPN-master\Curl.cmake
目录 0 2018-11-06 13:35 OpenCPN-master\Docs\
文件 58815 2018-11-06 13:35 OpenCPN-master\Docs\OSENC
文件 4194 2018-11-06 13:35 OpenCPN-master\FindEXIF.cmake
文件 5862 2018-11-06 13:35 OpenCPN-master\FindFFmpeg.cmake
文件 2127 2018-11-06 13:35 OpenCPN-master\FindGTK3.cmake
文件 3101 2018-11-06 13:35 OpenCPN-master\FindPortaudio.cmake
文件 857 2018-11-06 13:35 OpenCPN-master\FindTinyxm
文件 3711 2018-11-06 13:35 OpenCPN-master\Findgps.cmake
文件 7624 2018-11-06 13:35 OpenCPN-master\INSTALL
文件 655 2018-11-06 13:35 OpenCPN-master\LICENSING
文件 148607 2018-11-06 13:35 OpenCPN-master\NSIS.template.in
文件 1376 2018-11-06 13:35 OpenCPN-master\README
文件 101 2018-11-06 13:35 OpenCPN-master\VERSION.cmake
文件 2264 2018-11-06 13:35 OpenCPN-master\appveyor.yml
目录 0 2018-11-06 13:35 OpenCPN-master\buildandroid\
文件 37904 2018-11-06 13:35 OpenCPN-master\buildandroid\README
目录 0 2018-11-06 13:35 OpenCPN-master\buildandroid\android\
文件 5309 2018-11-06 13:35 OpenCPN-master\buildandroid\android\AndroidManifest.xm
目录 0 2018-11-06 13:35 OpenCPN-master\buildandroid\android\drawable_svg\
文件 97039 2018-11-06 13:35 OpenCPN-master\buildandroid\android\drawable_svg\current.svg
文件 2263 2018-11-06 13:35 OpenCPN-master\buildandroid\android\drawable_svg\drawable-ldpi-current.png
文件 2642 2018-11-06 13:35 OpenCPN-master\buildandroid\android\drawable_svg\drawable-ldpi-follow.png
文件 2804 2018-11-06 13:35 OpenCPN-master\buildandroid\android\drawable_svg\drawable-ldpi-follow_active.png
............此处省略3978个文件信息
评论
共有 条评论