Search found 3 matches

by ombrastein
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: VS 2010 C++ MFC
Replies: 3
Views: 13199

VS 2010 C++ MFC

Hey I'm having problems getting the API to work from a C++ MFC dialog app, using VS2010. Am I missing something obvious? Is it possible to get the Telldus API to work in MFC C++? What I've done so far is: 1.) Create a standard dialog based MFC app 2.) Added #include "telldus-core.h" to my ...
by ombrastein
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: VS 2010 C++ MFC
Replies: 3
Views: 13199

Re: VS 2010 C++ MFC

Made some progress I hope: I was trying to use the .NET wrapper in an unmanaged MFC project, which i guess i the wrong thing to do. (I have not tried to mix managed and unmanaged code before, couldnt get it to work now) Should I be linking directly to the TelldusCore.lib from .\Developmen\x86_64 fol...
by ombrastein
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: VS 2010 C++ MFC
Replies: 3
Views: 13199

Re: VS 2010 C++ MFC

Got it to work. Turns out my mistake was using the x86_64 .lib. When i switched to the x386 lib, all is well. I got my application working agsainst the telldus core lib and i can successfully communicate with my remote devices. Thanks to anyone who looked at this. If anyone can offer an explanation ...