-
Notifications
You must be signed in to change notification settings - Fork 127
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
Handling Wide strings #47
Comments
Can you post your command line and the exact output you get from Jackalope? |
Also, which compiler are you using for the target and which Windows version you are running on? |
@ifratric I am using MSVC 17. The command I executed is:
The CLI output: As for the input dir Here is the complete code:
|
I see several issues with your command line
Additionally, you might encounter some issues because your target function throw()s instead of returning normally. |
@ifratric, thanks for the comments; I have updated the command to be:
The output is: So please advise, and if you have an example I can use, this would be great. And removed the throw, the code is:
|
Your code has bugs, this is why Jackalope is reporting all input samples are crashing. Try running it in a debugger first.
Sure, there's an example target that comes with Jackalope ( |
@ifratric I have modified the and here is the modified code for reference:
|
I have those two functions that serialise and deserialise wide strings.
So to test those APIs, I have created a
wmain
function to allow receiving wide strings from CLI.The problem is that Jackalope can't find the entry point for the program.
Please guide me if I'm wrong with something.
The text was updated successfully, but these errors were encountered: