ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello all,
I've came across an error I've never seen before in C++. I've started to experiment with OpenAL (because of problems with sdl mixer), I've installed the openal packages (.debs) however 3 functions report the above error.
For example warning: ‘alutUnloadWAV’ is deprecated. However I've no idea
what this means can anyone help. Thanks.
It means that the function will be removed in future versions of the library, and while you might be able to get your code working with it now, it may not build with future releases of openal.
When something is deprecated, it generally means a newer, better method of doing the same thing has been created, and you should use the new method.
In general, deprecated functions are those which are obsolete and being phased out of the project, but are included in the current release of a project for compatibility with older code.
Thanks guys I can honestly say as someone whose worked as a programmer for more than a few years I've never seen that (well I might have and forgotten about it I'm getting old :s).
(well I might have and forgotten about it I'm getting old :s).
Be careful, you might be depreciated...
It's a situation that is more common to see in scripting languages where they bundle libraries and the language construct together.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.