Cannot load MAPI32.dll
Mon, 10 Dec 2007 22:14:01 -0800
I use MYOB accounting plus v17. When I wish to e-mail from within the
programme I get an error message> Cannot load MAPI32.dll Please install MAPI.
The programme crashes. I have MAPI in outlook express. OE is my default
mail client.
I have removed and reinstalled MYOB, I am reluctant to reinstall OE or ...
|
runtime dependency to d3d9.dll because of Direct3DCreate9
Thu, 6 Dec 2007 02:42:00 -0800
My 3D application uses (if possible) Direct3D 9, for this it calls
Direct3DCreate9(D3D_SDK_VERSION). Due to this call the executable is
hard-linked to d3d9.dll and will not load if DirectX 9 is not installed.
I would like to have a fallback path where the application can choose at
runtime to switch back to an ...
|
needed sample
Mon, 3 Dec 2007 12:39:35 +0100
Anyone have the code, to modify two meshes? For example, if you have a World
with a box, and a teapot.... and the box you want to rotate in Y and teapot
rotate in Z.
I'm using .net 2008 trial, and sdk november'07 directx and VC++.
...
|
Verticies v Sprites
Mon, 3 Dec 2007 02:33:20 -0800 (PST)
Hi directx.misc people,
My application displays bitmap images, one on top of the other. The
images move around, and fade in and out. Sometimes the images are as
large as the screen, like a background. Sometimes they are 10 x 10
pixels.
Which is best to displays these bitmaps? Loading the bitmaps as
tex ...
|
is this right?
Sat, 1 Dec 2007 15:48:22 +0100
D3DVERTEXELEMENT9 pVert;
LPDIRECT3DVERTEXBUFFER9 pVBuf;
g_pMesh->GetVertexBuffer(&pVBuf);
pVBuf->Lock(0,0,(void **)&pVert,D3DLOCK_DISCARD);
pVBuf->Unlock();
pVBuf->Release();
...
|
Bizarre DirectX Performance with Windows Vista
27 Nov 2007 23:51:47 GMT
First of all, I'm not sure whether or not this is a Vista problem.
I'm experiencing low framerates, in particular when running World of
Warcraft. Sometimes the framerates are low (12fps), sometimes they are
excruciatingly low (2fps) and sometimes they are not (60fps). This happens
with the character in the ...
|
How to create an animated .x??
Fri, 16 Nov 2007 12:07:01 -0800
I am going through the documentation for directx 9 and am looking at the
skinnedmesh sample.
My question is how was the tiny.x created? ...
|
|
|
Direct X file version numbers
Wed, 3 Oct 2007 15:17:02 -0700
Hi. This is my first posting here, so please be gentle ;-)
I am trying to write an application which will display the release version
of Direct X 9.0c on the users machine. I am currently examining the
d3dx9_*.dll files and reading the version information. So far (by using
deduction and guessing) I have com ...
|
Capture screenshots of 3rd party Apps
Mon, 1 Oct 2007 03:36:00 -0700
I'm trying to programmatically grab screenshots of desktop while a 3rd party
directx app is running.
I read tons of tutarial & various refernces, but (at the moment) I'm able to
"capure" only screeshots with a blank (black) window where the D3DX apps is
working.
I would like to make a application like "fraps ...
|
Capture the Audio Output?
Wed, 22 Aug 2007 03:49:44 -0000
Hi everyone
Wondered how can I capture the audio that goes out on the speakers. I
dont mind writing a device driver, injecting code etc - just do the
job. Any ideas? Any samples out there for anything like that?
Thanks for _any_ ideas
Lior
...
|