USB-UIRT Forum Forum Index USB-UIRT Forum
Plug-n-Play IR Solution
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TryDrv in linux

 
Post new topic   Reply to topic    USB-UIRT Forum Forum Index -> Troubleshooting
View previous topic :: View next topic  
Author Message
ungedanielsen



Joined: 07 Feb 2011
Posts: 3

PostPosted: Mon Feb 07, 2011 10:42 am    Post subject: TryDrv in linux Reply with quote

Hi
I got the package trydrv.tgz from Jon.

Extracted the files, and did a make. All good.

make
mkdir -p obj
set -e; rm -f obj/trydrv.d; \
gcc -M -c trydrv.cpp > obj/trydrv.d.$$; \
sed 's,\(trydrv\)\.o[ :]*,\1.o obj/trydrv.d : ,g' < obj/trydrv.d.$$ > obj/trydrv.d; \
rm -f obj/trydrv.d.$$
g++ -c -g -o obj/trydrv.o trydrv.cpp
g++ -o TryDrv obj/trydrv.o -lstdc++ -lc -ldl -lpthread

Go a binary file called TryDrv

Now.. This might be a very stupid question, but how do I run it to verify that it works?

Anyone tried this? as soon as I can actually run the program, I will try to modify it to send commands to my Heatpump.
Back to top
View user's profile Send private message
ungedanielsen



Joined: 07 Feb 2011
Posts: 3

PostPosted: Mon Feb 07, 2011 12:02 pm    Post subject: Reply with quote

Well.. It runs, but complains about
Unable to load uuirtdrv,dll!

What am I doing wrong now?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    USB-UIRT Forum Forum Index -> Troubleshooting All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group