Home arrow Forums
Tuesday, 06 January 2009  
Latest Forums
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
uctime_t error (0 viewing) 
Warning: Invalid argument supplied for foreach() in /home/ibusy.com/public_html/components/com_fireboard/template/default/fb_pathway.php on line 140
Go to bottom Post Reply Favoured: 0
TOPIC: uctime_t error
#19
softwareace (Admin)
Admin
Posts: 15
graph
User Offline Click here to see the profile of this user
Birthdate:
Re:uctime_t error 8 Months, 4 Weeks ago Karma: 0  
Post the code, comment it with what you are trying to do and I'll take a look at it.
 
Report to moderator   Logged Logged  
 
Andreas Haberstroh
Ethernet (n) Device used to catch the Etherbunny
  The administrator has disabled public write access.
#20
vasconce1o (User)
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Birthdate:
Re:uctime_t error 8 Months, 4 Weeks ago Karma: 0  
I am doing this:


#include <iostream>
#include <boost/asn1.hpp>

using namespace std;
using namespace boost;
using namespace asn1;

int main()
{
utctime_t utcTime;

utcTime.setYMD(8,2,1);
utcTime.setHMS(13,12,10);
cout << to_simple_string(utcTime) << endl;

generalizedtime_t generalTime(utcTime);
cout << to_simple_string(generalTime) << endl;

return 0;
}
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#21
vasconce1o (User)
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Birthdate:
Re:uctime_t error 8 Months, 4 Weeks ago Karma: 0  
I already can find my mistake.
I do not linked to the library libboost_date_time.
Sorry.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Top