-
Notifications
You must be signed in to change notification settings - Fork 28
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
Incomplete installation? #69
Comments
Hello Bengt!
thank you! |
Had the same thing happen. Can confirm that after installation I needed to open vs, enable profiling, close vs, then open vs again, and everything was well! |
…isualStudio at startup are terminated if the environment setup needed to change the env variables
Added a termination of child VS processes upon first VS run since MicroProfiler installation - this should fix the missing library issue. |
@tyoma After some searching found this item. |
I just installed MicroProfiler in VS 2019.
When I enable profiling and start I get a linker error:
LINK : warning LNK4044: unrecognized option '/micro-profiler_x64.lib'; ignored
This turns out to be caused by the lack of a macro in VS as the linker input is set to be:$(MICROPROFILERDIR)/micro-profiler_$ (PlatformName).lib
There is no variable MICROPROFILERDIR in VS macro list.
I assume the installation process should have created it and I have no idea how to create it manually.
I found the lib file in C:\Users\bengtg\AppData\Local\Microsoft\VisualStudio\16.0_7e09f2b5\Extensions\15mex1k0.gw5 so it is not very easy to guess where it is.
UI replaced the macro name with the path for testing, and now it misses the corresponding DLL instead.
Any ideas of what went wrong?
The text was updated successfully, but these errors were encountered: