[flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places: If there is interest, I can do so. Regards. -- O.S. 0001

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Dave Yeo
On 01/22/17 05:35 AM, Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places: If there is inte

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/22/17, Dave Yeo wrote: > On 01/22/17 05:35 AM, Ozkan Sezer wrote: >> The attached set of patches adds support for OS/2 using Watcom compiler >> (tested with Open Watcom 1.9). My only interest was building a working >> dll (the last patch in the set adds a makefile for it), therefore I did >>

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread lvqcl
Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places: If there is interest, I can do so.

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/22/17, lvqcl wrote: > Ozkan Sezer wrote: > >> The attached set of patches adds support for OS/2 using Watcom compiler >> (tested with Open Watcom 1.9). My only interest was building a working >> dll (the last patch in the set adds a makefile for it), therefore I did >> not touch other place

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Dave Yeo
On 01/22/17 10:55 AM, lvqcl wrote: Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places:

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/22/17, Dave Yeo wrote: > On 01/22/17 09:57 AM, Ozkan Sezer wrote: >> On 1/22/17, Dave Yeo wrote: >>> On 01/22/17 05:35 AM, Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a work

[flac-dev] metaflac crashes adding cuesheet

2017-01-22 Thread James
(Apologies if I'm in the wrong place for this...) I'm trying to use the abcde program to archive CDs to flac files. (Each CD to 1 file, and ultimately multi-disk performances to 1 file.) It extracts the audio to a .flac file and creates a cue sheet with track names & locations. However, when it

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Dave Yeo
On 01/22/17 02:00 PM, Ozkan Sezer wrote: Question: Does emx support __declspec(dllexport) so I can adjust these changes? Because the emx build of the dll seems to have exported_everything_ :( GCC supports __declspec(dllexport) though it still needs a def file, with no exports. Libtool doesn't

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/23/17, Dave Yeo wrote: > On 01/22/17 02:00 PM, Ozkan Sezer wrote: >> Question: Does emx support __declspec(dllexport) so I can adjust >> these changes? Because the emx build of the dll seems to have >> exported_everything_ :( > > GCC supports __declspec(dllexport) though it still needs a def