Last active
December 20, 2015 11:29
-
-
Save callemall/6123293 to your computer and use it in GitHub Desktop.
For issues using std::string, uncomment the following line in typemap.dat to use char* strings when the definition gets created.
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
# To use regular char* strings instead of std::string, use: | |
xsd__string = | char* | char* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment