Search found 18 matches

by batigol
Tue Jul 09, 2013 2:25 am
Forum: Developer's Forum for Windows
Topic: 3DxTstMFC error
Replies: 14
Views: 23342

Re: 3DxTstMFC error

MFC42U.DLL
MSVCR100D.DLL
MSVCRT.DLL
by batigol
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
by batigol
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 :D
It's so strange, because I already have VC++ 2008 redistribute both x86 and x64 before install VC++2008
by batigol
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
by batigol
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...
by batigol
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
by batigol
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
by batigol
Mon Jul 08, 2013 4:39 am
Forum: Developer's Forum for Windows
Topic: 3DxTstMFC error
Replies: 14
Views: 23342

Re: 3DxTstMFC error

ngomes wrote:It seems that the runtime dependencies (libs) are not install on your system (which is off if VS2010 is).
Could you explain more detail?
by batigol
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?
by batigol
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
by batigol
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
by batigol
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

by batigol
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...
by batigol
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 :(
by batigol
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?