-
Notifications
You must be signed in to change notification settings - Fork 2
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
[runtime/trace] create stackwalker #15
Conversation
Added you to the appveyor team |
@isuruf I think cmake is passing the fortran files |
Also, heres,
|
That's not what I'm talking about. This is nmake output:
|
} | ||
char szUserName[1024] = {0}; | ||
DWORD dwSize = 1024; | ||
GetUserNameA(szUserName, &dwSize); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This requires advapi32.lib, see https://msdn.microsoft.com/en-us/library/ms724432(VS.85).aspx#Mtps_DropDownFilterText
@isuruf this approach is completely wrong, should be
|
No description provided.