On Thu, 10 Apr 2014 14:10:37 +1000, Daniel Murphy wrote: > "Byron" wrote in message news:li1ba2$5lc$1...@digitalmars.com... > >> So does anyone have a fool prof way of converting coff to omf libs. I >> feel like this use to be easy.. > > In general, this won't work. The only thing that is straightforward and > reliable is converting coff import libraries to omf import libraries. > > Converting the file formats over is possible, but then you usually hit > problems with differences between microsoft's and digital mars' c > libraries. > > If possible, building the lib as a dll might be a workaround.
Thats what I ended up doing. I updates leveldb on code.dlang.org. Now builds with 32 and 64 bit wondows (includes dll and libs).