TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DLL Module-Definition (.def) Files Preprocessor

1 pointsby Tringiover 2 years ago

1 comment

Tringiover 2 years ago
A simple tool that I&#x27;ve created to solve a somewhat self-inflicted problem. In some projects I want or need small differences in DLL .def exports, differences by architecture or release&#x2F;debug. And I don&#x27;t want to manually maintain separate files. So because there&#x27;s no preprocessing support for .def files, at least not in Visual Studio, I wrote myself this simple one.<p>Putting it out there in case anyone else finds it useful. Find usage example in the middle of the page.