Re: [mpg123-users] Are Ports code still usable ?
Brought to you by:
sobukus
|
From: Fred v. S. <fi...@ho...> - 2015-03-27 01:55:35
|
> For Windows, works perfectly but only with console applications. > For GUI applications, i have same problem than with mpg_open_fd => error 12 on mpg_read(). > And with the same code used for a simple working console application. Yep, i get it. It was because of a writeln() hidden somewhere. => Windows GUI applications do not like writeln(). (i did not know that, if is valid for C too). Problem solved. ;-) Hum, like i said in other topic, last per-compiled Windows 32 libraries are not usable (missing DLL). Following advice from MiKRO i have compiled new mpg13 version with MS Visual Studio 12. But for that i needed to change some code in mpg123.h May i use that compiled library and give it to uos ( https://github.com/fredvs/uos ) ? Or is it better that i wait till you give the mpg123.h working for new mpg123 release (according with Open-Source concept => do not change code without ok of the creator) ? Many thanks. Fre;D |