Skip to content

Commit a828072

Browse files
author
Paul Meems
committed
Merge branch 'release/v4.9.4.2'
2 parents a0ddcfc + 2717588 commit a828072

8 files changed

Lines changed: 12 additions & 20 deletions

File tree

src/InnoSetup/MapWinGIS-only.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "MapWinGIS"
5-
#define MyAppVersion "4.9.4.0"
5+
#define MyAppVersion "4.9.4.2"
66
#define MyAppPublisher "MapWindow Open Source GIS Community"
77
#define MyAppURL "http://www.mapwindow.org"
8-
#define SetupLocation "D:\dev\MapwinGIS\GIT\src\InnoSetup"
9-
#define BinLocation "D:\dev\MapwinGIS\GIT\src\bin"
8+
#define SetupLocation "D:\dev\MapwinGIS\GitHub\src\InnoSetup"
9+
#define BinLocation "D:\dev\MapwinGIS\GitHub\src\bin"
1010
#define x64BitVersion
1111

1212
#ifdef x64BitVersion

src/InnoSetup/ReleaseNotes.rtf

1.47 KB
Binary file not shown.

src/MapWinGIS.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ END
111111
//
112112

113113
VS_VERSION_INFO VERSIONINFO
114-
FILEVERSION 4,9,4,0
115-
PRODUCTVERSION 4,9,4,0
114+
FILEVERSION 4,9,4,2
115+
PRODUCTVERSION 4,9,4,2
116116
FILEFLAGSMASK 0x3fL
117117
#ifdef _DEBUG
118118
FILEFLAGS 0x1L
@@ -130,13 +130,13 @@ BEGIN
130130
VALUE "Comments", "This control includes a mapping component and objects for reading and writing shapefiles and various triangulated irregular network and grid files. It also has extensive label and chart options and includes projection routines."
131131
VALUE "CompanyName", "MapWindow OSS Team - www.mapwindow.org"
132132
VALUE "FileDescription", "MapWinGIS ActiveX Control"
133-
VALUE "FileVersion", "4.9.4.0"
133+
VALUE "FileVersion", "4.9.4.2"
134134
VALUE "InternalName", "MapWinGIS ActiveX Control"
135135
VALUE "LegalCopyright", "Copyright (C) 2004-2016 MapWindow OSS Team"
136136
VALUE "LegalTrademarks", "MapWindow GIS is a trademark of Daniel P. Ames, 2005-2016"
137137
VALUE "OriginalFilename", "MapWinGIS.ocx"
138138
VALUE "ProductName", "MapWinGIS ActiveX Control"
139-
VALUE "ProductVersion", "4.9.4.0"
139+
VALUE "ProductVersion", "4.9.4.2"
140140
END
141141
END
142142
BLOCK "VarFileInfo"

src/changingVersionNumbers.txt

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
When releasing a new version version numbers need to be updated on several locations:
2-
MapWinGIS.rc lines: 56, 57, 75, 71
3-
MapWinGIS.cpp lines: 21, 22
4-
MapWinGIS.odl line: 1835 (helpfile("MapWinGIS.chm"))
5-
, 1848 (helpstring("Dispatch interface for Map Control"))
2+
MapWinGIS.rc lines: 114, 115, 133, 139
3+
MapWinGIS.cpp lines: 32, 33
4+
MapWinGIS.idl line: 6395 (helpfile("MapWinGIS.chm"))
5+
, 6416 (helpstring("Dispatch interface for Map Control"))
66

77
If you want to update AxInterop.MapWinGIS.dll and Interop.MapWinGIS.dll
8-
just delete them, unregister the ocx using
9-
regsvr32 /u /s MapWinGIS.ocx
10-
Rebuild the MapWinGIS solution.
11-
register the ocx again using regMapWinGIS.cmd
12-
Start a new project in VS2008.
13-
Add a reference to the MapWinGIS Components (using the COM tab of the reference form)
14-
Compile and in the bin folder of this temp project a new Interop.MapWinGIS.dll is created.
15-
Add a form to your project and drag the MapWinGIS component on your form.
16-
Recompile and a new AxInterop.MapWinGIS.dll is also created.
8+
you can run the InteropCreator project. It is a C# project which will create the interop dlls for you.
179

1810
Copy these two interop dll to the bin folder and you're ready to go.

support/lib/v120/Win32/cqlib.lib

12 Bytes
Binary file not shown.
190 Bytes
Binary file not shown.

support/lib/v120/x64/cqlib.lib

8 Bytes
Binary file not shown.
3.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)