Doglao 0 Posted November 13, 2007 Report Share Posted November 13, 2007 Hi! I'm new in BoostC++ programation, and I make a attempt put my programs within a class, but when I compile the programa show this mistake erro: too many arguments in function call the function is this delay_us(1); and I make my code in separate file and included in a principal file , and pragma CLOCK_FREQ 4000000 is declared too. what's wrong? thanks! Quote Link to post Share on other sites
Pavel 0 Posted November 13, 2007 Report Share Posted November 13, 2007 Hi!I'm new in BoostC++ programation, and I make a attempt put my programs within a class, but when I compile the programa show this mistake erro: too many arguments in function call the function is this delay_us(1); and I make my code in separate file and included in a principal file , and pragma CLOCK_FREQ 4000000 is declared too. what's wrong? thanks! This is a bug in current BoostC++ release 6.81 where a plain function can not be called from a method This problem is now fixed in our working copy and the fix will be available in the next release. Meanwhile you can use patch available from http://www.sourceboost.com/CommonDownload/Fixes/bc682.zip Regards, Pavel Quote Link to post Share on other sites
Doglao 0 Posted November 14, 2007 Author Report Share Posted November 14, 2007 Very thanks! it's work fine now! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.