-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to create Windows Application in Visual Studio 2015 c++, and i have a problem #443
Comments
I'm not familiar with managed C++ but T isn't something like http://stackoverflow.com/questions/28759212/convert-platformstring-to-stdstring |
This issue is not related to the library. [Problem with Microsoft and its ideologies] |
I also think this conversion is out of scope of the library. However, you could add a conversion from |
@FunnyBilbur Did this solve your problem? |
@nlohmann Yes. I'm just convert String^ to string:
|
@nlohmann But i Have new question. My program writes the data sequentially into one line(package.json). How to fix this? |
The |
@nlohmann thanks. Working. Okay. Then I need convert type string to String^ |
@nlohmann Nevermind. I found the way: |
@nlohmann Look, i need your help. look: I enter this data: |
Hard to tell from the code you show. This depends on the type of |
@nlohmann it's my stupid mistake, because d3-d6 = textBox1->Text )))))) |
Great. I shall close this ticket, as the original issue has been solved. Please feel free to open a new issue in case you encounter another problem. |
The problem in comment below:
The text was updated successfully, but these errors were encountered: