Peter Duniho wrote:
> On Wed, 06 May 2009 02:47:44 -0700, Pete Kane <(E-Mail Removed)> wrote:
>
>> Hi All, I'm just dipping my toes in DirectX waters and have managed to
>> create a Winform that will play audio/video files - BUT !!!! when I
>> try to run the app on a different PC , I receive a pretty useless
>> error message "Error in application" when trying to play a video -
>> digging a bit deeper I find the error is related to not having the
>> DirectX runtime installed , I've tried copying the DirectX dlls to the
>> apps folder but to no avail - any ideas ? Before I get flamed for
>> misposting I looked on some DirectX newsgroups and they looked very
>> spartan in terms of posts
>
> I'm practically certain that for DirectX, you're going to need to
> actually _install_ it. There are lots of things that need to be set up
> besides simply having the DLLs in the loader's search path.
>
> That said, I'm a bit surprised you're running .NET on a computer that
> doesn't also have DirectX. DirectX is standard on any recent version of
> Windows (DX 9 was included in Windows XP SP2...I don't remember the
> exact relationship before that, but that goes back quite a ways as it is
>
).
>
> Pete
Thanks for your time Pete, the computer I'm running the app on has XP
Pro SP2