Popularity
1.0
Growing
Activity
0.0
Stable
2
2
0
Description
Track dependencies for Windows EXE and DLL for MinGW or Windows API
Programming language: C
License: GNU General Public License v3.0 only
ptldd alternatives and similar libraries
Based on the "Miscellaneous" category.
Alternatively, view ptldd alternatives based on common mentions on social networks and blogs.
-
RE2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. -
UNITS
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies. -
cxx-prettyprint
A header-only library for C++(0x) that allows automagic pretty-printing of any container. -
#<Sawyer::Resource:0x00007f0922b58ba0>
Modern documentation for modern C++. Configure with YAML, output Markdown, post-process with Material for MkDocs.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ptldd or a related project?
Popular Comparisons
README
Track dependencies for Windows EXE and DLL (ptldd).
Description :
- Can display list dependencies only. by using : $ ptldd -R [EXECUTABLE PATH]
- Can copy dependencies to destination path. by using : $ ptldd -C [EXECUTABLE PATH]
Require :
- MSYS2 GCC, MinGW Packages
- Win32 API
You can Run makeldd.cmd to compile it.