| Author |
Message |
Lucvdv
Guest
|
Posted:
Thu Jan 13, 2005 8:56 pm Post subject:
Managed DirectX |
|
|
The same question was already asked a month ago, but I don't find a clear
anwer (yes or no) in the follow-ups:
If you include the .Net framework and DirectX9c components, do you get
managed DirectX as well?
If the answer is no, is there a way to add it without including the full
DX9 setup on the target and letting it run during FBA? |
|
| Back to top |
|
 |
Mario
Guest
|
Posted:
Fri Jan 14, 2005 9:37 am Post subject:
Re: Managed DirectX |
|
|
"Lucvdv" <replace_name@null.net> wrote in message
news:6b6du0dtivjgv2ae1d0klpdj9c7h6pgghe@4ax.com...
| Quote: | The same question was already asked a month ago, but I don't find a clear
anwer (yes or no) in the follow-ups:
If you include the .Net framework and DirectX9c components, do you get
managed DirectX as well?
|
NO
| Quote: |
If the answer is no, is there a way to add it without including the full
DX9 setup on the target and letting it run during FBA?
|
Take the mdxredist.msi and call it from a FBA Gen Command...
Thats the way I am installing managed Dx...
I call it at phase 6000
That works great...
Mario |
|
| Back to top |
|
 |
Lucvdv
Guest
|
Posted:
Fri Jan 14, 2005 4:49 pm Post subject:
Re: Managed DirectX |
|
|
On Thu, 13 Jan 2005 16:56:09 +0100, Lucvdv <replace_name@null.net> wrote:
| Quote: | The same question was already asked a month ago, but I don't find a clear
anwer (yes or no) in the follow-ups:
If you include the .Net framework and DirectX9c components, do you get
managed DirectX as well?
If the answer is no, is there a way to add it without including the full
DX9 setup on the target and letting it run during FBA?
|
I found that you don't really need it, and maybe even best don't install
the managed extensions at all.
Just include the Microsoft.DirectX.* managed dll's used by your application
in the program directory, and it works.
Make sure you take the versions your application was compiled with, from
<systemroot>\Microsoft.Net\Managed DirectX\Vx.xx.xxxx\ on the development
system. These are NOT necessarily the ones that come with 9.0c, and it
will work ONLY with the version the application was compiled with !!! |
|
| Back to top |
|
 |
Lucvdv
Guest
|
Posted:
Fri Jan 14, 2005 4:52 pm Post subject:
Re: Managed DirectX |
|
|
On Fri, 14 Jan 2005 08:12:05 +0100, "Mario" <NOSPAMmario.temp@gmx.at>
wrote:
| Quote: | Take the mdxredist.msi and call it from a FBA Gen Command...
Thats the way I am installing managed Dx...
I call it at phase 6000
That works great...
|
Thanks, that's the kind of answer I was looking for.
By see my other reply too, especially if the application wasn't compiled
with the latest version of the DirectX SDK. |
|
| Back to top |
|
 |
|
|
|
|