MFC42U.DLL
MSVCR100D.DLL
MSVCRT.DLL
Search found 18 matches
- Tue Jul 09, 2013 2:25 am
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
- Tue Jul 09, 2013 1:34 am
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
Platform Toolset --> v100
- Mon Jul 08, 2013 8:07 pm
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
No more error after installing VC++ 2008 Express
It's so strange, because I already have VC++ 2008 redistribute both x86 and x64 before install VC++2008
It's so strange, because I already have VC++ 2008 redistribute both x86 and x64 before install VC++2008
- Mon Jul 08, 2013 7:28 pm
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
that's the capture my screen
- Mon Jul 08, 2013 7:24 pm
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
Uninstall the SDK and confirm that no files are left in C:\Program Files\3Dconnexion. Then reinstall the SDK and copy the "3DxWare SDK" folder to a separate location (say C:\Temp\3DxWare SDK). Then open the .sln file in VS2010 and follow the conversion wizard. After that, rebuild. This wo...
- Mon Jul 08, 2013 6:51 am
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
Or is there any sample that works on VS2010, I have to use vs2010 to integrate with CryEngine
- Mon Jul 08, 2013 6:26 am
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
Is there anyway to fix it?
I could build and run with VS2008
I could build and run with VS2008
- Mon Jul 08, 2013 4:39 am
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
Re: 3DxTstMFC error
Could you explain more detail?ngomes wrote:It seems that the runtime dependencies (libs) are not install on your system (which is off if VS2010 is).
- Sun Jul 07, 2013 8:56 pm
- Forum: Developer's Forum for Windows
- Topic: 3DxTstMFC error
- Replies: 14
- Views: 23342
3DxTstMFC error
I just open C:\Program Files (x86)\3Dconnexion\3DxWare SDK\Demos\3DxTstMFC in VS2010
Then run but got this error.
How could I fix it?
Then run but got this error.
How could I fix it?
- Mon May 13, 2013 7:05 pm
- Forum: Developer's Forum for Windows
- Topic: SpaceNavigator MFC sample
- Replies: 2
- Views: 6916
Re: SpaceNavigator MFC sample
Got it, thanks Jwick
- Mon May 13, 2013 7:05 pm
- Forum: Windows Discussion Forum
- Topic: profile for CryEngine3
- Replies: 5
- Views: 5782
Re: profile for CryEngine3
Thanks all, I think I have to do it using Windows API
- Mon May 13, 2013 2:52 am
- Forum: Developer's Forum for Windows
- Topic: plugin for Unity3D
- Replies: 2
- Views: 8775
Re: plugin for Unity3D
Already solved here: viewtopic.php?f=19&t=3744&p=31060#p31060
- Mon May 13, 2013 2:51 am
- Forum: Developer's Forum for Windows
- Topic: Trying to use csMonitor code
- Replies: 8
- Views: 21664
Re: Trying to use csMonitor code
Thanks Hightree, your code help he to easy get value in Unity3D, just add close connection at onQuit :) Here is my code, hope this helpful for someone using UnityEngine; using System.Collections; using System; using System.Runtime.InteropServices; using TDx.TDxInput; public class SpaceNavigator : Mo...
- Sun May 12, 2013 9:00 pm
- Forum: Developer's Forum for Windows
- Topic: Trying to use csMonitor code
- Replies: 8
- Views: 21664
Re: Trying to use csMonitor code
Hi Hightree, could you give any tip for get data in Update function?
In C# sample, I could remove all event and get data when ever I want. But in Unity, I try to get data in Update function, but it always zero
In C# sample, I could remove all event and get data when ever I want. But in Unity, I try to get data in Update function, but it always zero
- Sun May 12, 2013 7:34 pm
- Forum: Developer's Forum for Windows
- Topic: SpaceNavigator MFC sample
- Replies: 2
- Views: 6916
SpaceNavigator MFC sample
I'm just new with 3dconnexion, I try to find an sample source code in VC++
Is there any?
Is there any?