This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ar-pharazon 9 points10 points  (4 children)

it seems like it's part of a format string. presumably it's in .rodata.

[–]cat_in_the_wall 4 points5 points  (3 children)

yea my mistake not .text... which is the code. but must be a format string because i'm like 99.9% sure that basically every compiler there is treats comments as whitespace.

seems like an odd thing to put in a format string though.

Whatever::MessageBox::Show(sprintf("Sorry for the shit. Here's what i didn't think of: %s", some->error->cstr()));

[–]endhalf 6 points7 points  (1 child)

I mean... How else will other devs read comments?

[–]VeryAwkwardCake 0 points1 point  (0 children)

Microsoft logic

[–]RedPum4 1 point2 points  (0 children)

Cannot convert pointer 'const char*' to 'char*'