Skip to content

Jaime Rios

  • About
  • Github
  • LinkedIn
  • X

visual studio

Beefing up the verbosity in Visual Studio

October 8, 2010 by jaimerios

If you ever have to get greater detail as to what is going on with the compiler or linker in Visual Studio, you can “crank up” the verbosity in the IDE’s options: crank-it-up! In case the link above dies, you “go into the Tools->Options menu, and go to Projects and Solutions->Build and Run and change … Read more

Categories Coding Tags Compiler, Crank up, Verbose, Verbosity, visual studio Leave a comment

Dumping symbols from a library

September 4, 2008 by jaimerios

When you need to dump symbols from a dylib on Mac OS or a DLL on Windows, you can use the following commands to do so: Mac OS nm -m mySpecialLibrary.dylib Windows dumpbin /exports mySpecialLibrary.dll Now sometimes, you have have a lot of symbols in one library, or you may want to find one particular symbol. … Read more

Categories Coding Tags dll, dump symbols, dylib, visual studio, Xcode Leave a comment
Newer posts
← Previous Page1 Page2

Recent Posts

  • Package management with CMake’s CPM
  • Automate Evernote using AppleScript
  • Unit Tests and CMake
  • clang static analyzer
  • C++ std::erase and rbegin/rend

Recent Comments

  1. Connecting with C++ – Jaime Rios on Working with REST
  2. Connecting with C++ – Jaime Rios on Making a connection using Swift
  3. Jaime on Xcode 3.1, Perforce and Scripts
  4. jaimerios.com » Blog Archive » Haversine formula now on GitHub on Calculating distance between 2 points on Earth using the Haversine formula
  5. iPhone 3G: How to show locations around a fixed point? | Questions on Calculating distance between 2 points on Earth using the Haversine formula
© 2025 Jaime Rios • Built with GeneratePress