Search found 4 matches

by jonas10
Sat Jun 22, 2013 11:23 pm
Forum: Windows Discussion Forum
Topic: Problem .obj
Replies: 3
Views: 4523

Re: Problem .obj

Thank you ngomes !!
I'm sorry I've just begun VS and i'm not yet really familiar with. :?
I forgot to include the additional properties. (By the way my first problem was coming by installing VS2012. If it occurs please uninstall NET 4.5 and install NET 4.0)
Bye and thanks again !! :D
by jonas10
Fri Jun 21, 2013 1:14 am
Forum: Windows Discussion Forum
Topic: Problem .obj
Replies: 3
Views: 4523

Re: Problem .obj

Oh sorry I forgot : I use Visual Studio 2010 and this is my code : #include <iostream> #include <stdio.h> #include <stdlib.h> #include <windows.h> #include <3Dconnexion/si.h> #include <3Dconnexion/spwdata.h> #include <3Dconnexion/siapp.h> using namespace std; int main () { SiInitialize(); return 0; }
by jonas10
Fri Jun 21, 2013 1:09 am
Forum: Windows Discussion Forum
Topic: Problem .obj
Replies: 3
Views: 4523

Problem .obj

Hello everybody, I have a serious problem with my ".obj" auto created files. When I try to build a simple function like "SiInitialize()", I have the error :" " 1>LINK : fatal error LNK1123: échec lors de la conversion en fichier COFF : fichier non valide ou endommagé &q...
by jonas10
Thu Jun 20, 2013 5:53 am
Forum: Developer's Forum for Windows
Topic: HID Examples
Replies: 16
Views: 57300

Re: HID Examples

I have actually the same problem. Is it a probleme with the link between .h and .lib ??
Thank you