Search found 9 matches

by Fable
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: THGN132N Sensor - Stops updating
Replies: 4
Views: 27853

Re: THGN132N Sensor - Stops updating

Tellnot: I had the Telldus Net first, before I switched to Duo. With Net it didn't register at all. After a week or so I've discovered that I need to keep the Oregon sensor with 15cm's from the Telldus. Even so after some days it might "freeze" and not update. I tried to reset the Oregon s...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Hardware
Topic: THGN132N Sensor - Stops updating
Replies: 4
Views: 27853

THGN132N Sensor - Stops updating

I've googled and searched this forum regarding this issue, but I can't find a solution to it. My gear: Oregon THGN132N - Temp sensor Telldus Duo (firmware v5) Nexa self learning power switches The sensor is linked and shows up in the TelldusCenter. It updates for a while and then it stops updating f...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Help: Using TelldusCore with Visual C++

I use the last version of Visual C++ and get these errors: error C3861: 'visibility': identifier not found telldus-core.h line: 47 1 Main error C2448: '__attribute__' : function-style initializer appears to be a function definition telldus-core.h line: 47 1 Main I downloaded the header from: http://...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Re: Help: Using TelldusCore with Visual C++

First, the visibility functions is only for gcc-platforms. Please make sure you have _WINDOWS defined so the correct macros are used. Ah thank you :) C2448 - http://msdn.microsoft.com/en-us/library/s611x42d.aspx If MSDN is right it seems the syntax used in the header is outdated? What functions? Li...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Re: Help: Using TelldusCore with Visual C++

I'll include what I find in case there are other eager souls out there, like me :) You need to fetch TelldusNETWrapper.dll, TelldusCore.lib, TelldusCore.dll and telldus-core.h from the "Development" folder (it is included when you install TelldusCenter). Put those in your application folde...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Re: Help: Using TelldusCore with Visual C++

MS VS Express 2013 says when I try to add the .lib or the .dll: Could not add reference for one of these reasons: - Targets a higher version of the .NET framework - Not a .NET assembly - Not a registered ActiveX control I hope adding Common Language Runtime Support was correct? Without it the lib/dl...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Re: Help: Using TelldusCore with Visual C++

I've added TelldusCore.lib to the linker and removed everything from "References" and reset the CLR. error LNK2019: unresolved external symbol __imp__tdInit@0 referenced in function _wmain D:\My documents\Visual C Projects\Telldus\Telldus\Telldus.obj error LNK1120: 1 unresolved externals D...
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Re: Help: Using TelldusCore with Visual C++

Running 64bit win7. But application was set to Win32.
by Fable
Fri Mar 17, 2023 9:45 am
Forum: Windows
Topic: Help: Using TelldusCore with Visual C++
Replies: 13
Views: 27646

Re: Help: Using TelldusCore with Visual C++

It works!!! Thank you so much Micke <3