-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,10 @@ | ||
When releasing a new version version numbers need to be updated on several locations: | ||
MapWinGIS.rc lines: 56, 57, 75, 71 | ||
MapWinGIS.cpp lines: 21, 22 | ||
MapWinGIS.odl line: 1835 (helpfile("MapWinGIS.chm")) | ||
, 1848 (helpstring("Dispatch interface for Map Control")) | ||
MapWinGIS.rc lines: 114, 115, 133, 139 | ||
MapWinGIS.cpp lines: 32, 33 | ||
MapWinGIS.idl line: 6395 (helpfile("MapWinGIS.chm")) | ||
, 6416 (helpstring("Dispatch interface for Map Control")) | ||
|
||
If you want to update AxInterop.MapWinGIS.dll and Interop.MapWinGIS.dll | ||
just delete them, unregister the ocx using | ||
regsvr32 /u /s MapWinGIS.ocx | ||
Rebuild the MapWinGIS solution. | ||
register the ocx again using regMapWinGIS.cmd | ||
Start a new project in VS2008. | ||
Add a reference to the MapWinGIS Components (using the COM tab of the reference form) | ||
Compile and in the bin folder of this temp project a new Interop.MapWinGIS.dll is created. | ||
Add a form to your project and drag the MapWinGIS component on your form. | ||
Recompile and a new AxInterop.MapWinGIS.dll is also created. | ||
you can run the InteropCreator project. It is a C# project which will create the interop dlls for you. | ||
|
||
Copy these two interop dll to the bin folder and you're ready to go. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.