update swig on windows
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
use example;
|
||||
|
||||
|
||||
$e1 = new example::XMLChTest();
|
||||
$e1->set("hello");
|
||||
print $e1->get(),"\n";
|
||||
print $e1->get_first(),"\n";
|
||||
|
||||
Reference in New Issue
Block a user