We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4438 - SDL mixer does not load in Windows 10 x64
Summary: SDL mixer does not load in Windows 10 x64
Status: NEW
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.4
Hardware: x86_64 Windows 10
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-31 02:02 UTC by Lísias de Castro
Modified: 2018-12-31 02:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lísias de Castro 2018-12-31 02:02:16 UTC
Hi guys. I am working on an engine with SDL for years.
I used to compile it in x86 version. But I've downloaded
MinGWx64 and decided to compile to x64 indead. The compilation
seems to do well at first moment. But when I try to execute
the code, no sound is coming out. Without change a single line
I change to the x86 version and it works well.

This is the github link for the starting file:

https://github.com/saisilcastro/Place/blob/master/Place-Shared/sdl_plugin.c