Changes between Initial Version and Version 2 of Ticket #1339


Ignore:
Timestamp:
Mar 26, 2007, 9:20:43 PM (17 years ago)
Author:
warmerdam
Comment:

Fix assignee.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1339

    • Property Owner changed from szekerest to tamas
    • Property Priority highestnormal
    • Property Version 1.3.31.4.0
    • Property Component defaultCSharpBindings
  • Ticket #1339 – Description

    initial v2  
    1 {{{
    21Using the createdata and the ogrinfo csharp sample applications early initialization of System.Console should be used. Otherwise the application may crash at the following line:
    32
     3{{{
    44Console.WriteLine("Using driver " + drv.name);
     5}}}
    56
    67To workaround this issue Console.WriteLine(""); inserted before calling the SWIG wrapper functions.
    7 }}}