Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WMDM SDK x64

98 views
Skip to first unread message

MG

unread,
Feb 19, 2007, 4:25:52 PM2/19/07
to
Hi,

I am working on a 64-bit Vista application that needs to link against
mssachlp.lib. The library is part of the WMDM SDK, however, I cannot locate
the x64 version of it. The WM Format SDK x64 does not include the library
either.

Where can I find the x64 version of mssachlp.lib?

TIA,
Marius


The March Hare [MVP]

unread,
Feb 19, 2007, 5:28:03 PM2/19/07
to

According to this KB article:

http://support.microsoft.com/kb/890079

You should be able to find it in:

Windows Media Format 9.5 Software Development Kit x64 Edition

Which is available here:

http://www.microsoft.com/downloads/details.aspx?FamilyID=d9c6f6e0-dd2b-427e-9787-73312bb62532&DisplayLang=en

--
Please read this before replying:
1. Dshow & posting help: http://tmhare.mvps.org/help.htm
2. Trim & respond inline (please don't top post or snip everything)
3. Benefit others: follow up if you are helped or you found a solution

MG

unread,
Feb 19, 2007, 6:20:30 PM2/19/07
to
Thanks for the reply.

Unfortunately, the Windows Media Format 9.5 Software Development Kit x64
Edition does *not* contain the WMDM SDK (as the x86 SDK does).

I am wondering if this has been there earlier:
http://msdn2.microsoft.com/en-gb/library/aa391570.aspx

Any other thought on how I could obtain this library?

Marius


"The March Hare [MVP]" <ph...@ndsm.maps> wrote in message
news:or46xfckj8me$.fado5eorlqpy$.dlg@40tude.net...

The March Hare [MVP]

unread,
Feb 19, 2007, 9:43:09 PM2/19/07
to
On Tue, 20 Feb 2007 00:20:30 +0100, MG wrote:

> Unfortunately, the Windows Media Format 9.5 Software Development Kit x64
> Edition does *not* contain the WMDM SDK (as the x86 SDK does).

You're right. I downloaded the installer, extracted the MSI and looked
inside and the lib is not there.

> Any other thought on how I could obtain this library?

Some of the WM components were moved into the Windows Vista SDK (formerly
called the Platform SDK). WMDM may be in there and may be an optional
component on install.

http://www.microsoft.com/downloads/details.aspx?familyid=c2b1e300-f358-4523-b479-f53d234cdccf&displaylang=en

MG

unread,
Feb 20, 2007, 12:54:44 PM2/20/07
to
> Some of the WM components were moved into the Windows Vista SDK

No, it is not there either (I think the WMDM API has been dropped in favor
of WPD). I found a copy of mssachlp.lib in the Vista WDK, but again no x64
version.

Can anybody as MS please tell me how to obtain the x64 version of
mssachlp.lib?

Marius

"The March Hare [MVP]" <ph...@ndsm.maps> wrote in message

news:17grh0lieu8ng.1mf6uzd2s0zgs$.dlg@40tude.net...

lis...@gmail.com

unread,
Feb 21, 2007, 2:25:34 PM2/21/07
to
On Feb 20, 9:54 am, "MG" <honk...@newsgroup.nospam> wrote:

> Can anybody as MS please tell me how to obtain the x64 version of
> mssachlp.lib?
>

The X64 version of WMDM SDK is not available because WMDM runs under
SysWOW on 64 bit OS'es. Have you tried running your 32 bit
application on a 64 bit XP or Vista machine?

>
> > Some of the WM components were moved into the Windows Vista SDK (formerly
> > called the Platform SDK). WMDM may be in there and may be an optional
> > component on install.
>
>

Lisa Ong
Windows Portable Devices Team

This posting is provided "AS IS" with no warranties, and confers no
rights.

The March Hare [MVP]

unread,
Feb 21, 2007, 11:24:44 PM2/21/07
to
On 21 Feb 2007 11:25:34 -0800, lis...@gmail.com wrote:

> The X64 version of WMDM SDK is not available because WMDM runs under
> SysWOW on 64 bit OS'es.

So is this KB article incorrect:

http://support.microsoft.com/kb/890079

where it says:

<quote>
APPLIES TO
‧ Windows Media Format 9.5 Software Development Kit x64 Edition
</quote>

I was trying to help the OP and came across this article which implies that
mssachlp.lib was available for x64 at least back in 2004.

Lisa Ong [MSFT]

unread,
Feb 22, 2007, 4:10:07 PM2/22/07
to
> So is this KB article incorrect:
>
> http://support.microsoft.com/kb/890079
>
> where it says:
>
> <quote>
> APPLIES TO
> · Windows Media Format 9.5 Software Development Kit x64 Edition
> </quote>

My comments are accurate for Windows Media Format v11 SDK, which is
the latest version. I haven't looked into v9.5 to verify the KB
article for accuracy.

MG

unread,
Feb 23, 2007, 12:16:59 PM2/23/07
to
Hello Lisa,

Thank you for your reply.

I understand that 32-bit applications run under 64-bit Windows, however, the
point is that we are unable to create an x64 version of our application due
to the missing 64-bit version of mssachlp.lib.

Since Vista x64 includes x64 DLLs for WMDM, I am assuming there is a
corresponding SDK.

For instance, if someone runs the 64-bit version of Windows Media Player 11,
he/she won't be able to use our application, because the WMDM stack will be
x64, too. Since WMDM creates in-process COM servers, I understand that our
WMDM service provider won't run, unless it is a native x64 DLL. Am I correct
to assume that it is impossible to run a 32-bit MTP Service Provider under
WMP11 x64? We couldn't make it work.

Marius

<lis...@gmail.com> wrote in message
news:1172085934.7...@q2g2000cwa.googlegroups.com...

Lisa Ong [MSFT]

unread,
Feb 24, 2007, 4:32:50 PM2/24/07
to
MG wrote:

> I understand that 32-bit applications run under 64-bit Windows, however, the
> point is that we are unable to create an x64 version of our application due
> to the missing 64-bit version of mssachlp.lib.
>
> Since Vista x64 includes x64 DLLs for WMDM, I am assuming there is a
> corresponding SDK.
>

I'll ping our WMDM SDK folks to get clarification on Vista 64 bit, and
let you know what I find out.


Lisa Ong
Windows Portable Devices Group

MG

unread,
Mar 21, 2007, 6:41:34 PM3/21/07
to
Lisa,

> I'll ping our WMDM SDK folks to get clarification on Vista 64 bit, and
> let you know what I find out.

Do you have any news regarding the 64-bit WMDM SDK?

Thanks,
Marius

"Lisa Ong [MSFT]" <lis...@gmail.com> wrote in message
news:1172352770.3...@t69g2000cwt.googlegroups.com...

0 new messages