DLL symbol export with Bud & Tango

Alex CppCoder at gmail.com
Thu Sep 20 13:54:55 PDT 2007


I'm currently working on a very simply DLL library, which I'm compiling against tango by way of the build utility (bud).  I've got a symbol I'm exporting via a definition file, but whenever I try to compile the app, bud deletes it and does not export the symbol.  What am I doing wrong?

command line for reference: bud main.d main.def kernel32.lib


More information about the Digitalmars-d-learn mailing list