|
|
Home » Developing U++ » UppHub » sysinfo gets error
Re: sysinfo gets error [message #34710 is a reply to message #34709] |
Tue, 06 December 2011 23:54   |
nixnixnix
Messages: 415 Registered: February 2007 Location: Kelowna, British Columbia
|
Senior Member |
|
|
Hi Koldo,
My package organiser looks the same as yours. I guess your options come across automatically.
The errors I get look like this
C:\upp\bazaar\Functions4U/Functions4U.h(26) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(26) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(26) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(84) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(84) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(85) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(85) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(96) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(96) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(118) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(118) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(118) : error C2238: unexpected token(s) preceding ';'
C:\upp\bazaar\Functions4U/Functions4U.h(120) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(120) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(120) : error C2238: unexpected token(s) preceding ';'
C:\upp\bazaar\Functions4U/Functions4U.h(124) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(124) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(124) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(122) : error C2065: 'length' : undeclared identifier
C:\upp\bazaar\Functions4U/Functions4U.h(126) : error C2065: 'length' : undeclared identifier
C:\upp\bazaar\Functions4U/Functions4U.h(126) : error C2065: 'id' : undeclared identifier
C:\upp\bazaar\Functions4U/Functions4U.h(126) : error C2614: 'FileData' : illegal member initialization: 'id' is not a base or member
C:\upp\bazaar\Functions4U/Functions4U.h(126) : error C2614: 'FileData' : illegal member initialization: 'length' is not a base or member
C:\upp\bazaar\Functions4U/Functions4U.h(135) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(135) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(135) : error C2238: unexpected token(s) preceding ';'
C:\upp\bazaar\Functions4U/Functions4U.h(137) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(137) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(137) : error C2238: unexpected token(s) preceding ';'
C:\upp\bazaar\Functions4U/Functions4U.h(163) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(163) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(163) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
C:\upp\bazaar\Functions4U/Functions4U.h(178) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(178) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(178) : error C2238: unexpected token(s) preceding ';'
C:\upp\bazaar\Functions4U/Functions4U.h(186) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(186) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(186) : error C2238: unexpected token(s) preceding ';'
C:\upp\bazaar\Functions4U/Functions4U.h(220) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(220) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(410) : error C2589: '__int64' : illegal token on right side of '::'
C:\upp\bazaar\Functions4U/Functions4U.h(410) : error C2059: syntax error : '::'
C:\upp\bazaar\Functions4U/Functions4U.h(412) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
the top of the header file in which I include SysInfo looks like this
#ifdef flagPRO
#ifndef __CRYPTOGRIX_H__
#define __CRYPTOGRIX_H__
#include <CtrlLib/CtrlLib.h>
#include <GridCtrl/GridCtrl.h>
#include <Web/Web.h>
#include <Web/util.h>
#include <openssl/evp.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
using namespace Upp;
#include <SysInfo/SysInfo.h>
thanks for looking at this,
Nick
[Updated on: Tue, 06 December 2011 23:56] Report message to a moderator
|
|
|
 |
 |
sysinfo gets error
By: silverx on Tue, 24 May 2011 15:31
|
 |
|
Re: sysinfo gets error
By: koldo on Tue, 24 May 2011 17:38
|
 |
|
Re: sysinfo gets error
By: silverx on Tue, 24 May 2011 17:58
|
 |
|
Re: sysinfo gets error
By: koldo on Tue, 24 May 2011 22:36
|
 |
|
Re: sysinfo gets error
By: tojocky on Wed, 25 May 2011 10:01
|
 |
|
Re: sysinfo gets error
By: silverx on Thu, 26 May 2011 13:08
|
 |
|
Re: sysinfo gets error
By: koldo on Fri, 27 May 2011 09:03
|
 |
|
Re: sysinfo gets error
By: tojocky on Fri, 27 May 2011 15:40
|
 |
|
Re: sysinfo gets error
By: koldo on Mon, 30 May 2011 08:17
|
 |
|
Re: sysinfo gets error
By: koldo on Mon, 30 May 2011 14:14
|
 |
|
Re: sysinfo gets error
By: tojocky on Mon, 30 May 2011 16:17
|
 |
|
Re: sysinfo gets error
By: koldo on Mon, 30 May 2011 21:25
|
 |
|
Re: sysinfo gets error
|
 |
|
Re: sysinfo gets error
By: koldo on Tue, 06 December 2011 23:35
|
 |
|
Re: sysinfo gets error
|
 |
 |
Re: sysinfo gets error
|
 |
|
Re: sysinfo gets error
By: Tom1 on Wed, 07 December 2011 11:09
|
 |
|
Re: sysinfo gets error
By: koldo on Thu, 08 December 2011 01:08
|
 |
|
Re: sysinfo gets error
By: Tom1 on Thu, 08 December 2011 12:18
|
 |
|
Re: sysinfo gets error
By: koldo on Thu, 08 December 2011 18:49
|
 |
|
Re: sysinfo gets error
By: Tom1 on Thu, 08 December 2011 20:24
|
 |
|
Re: sysinfo gets error
By: koldo on Thu, 08 December 2011 20:47
|
 |
|
Re: sysinfo gets error
|
 |
|
Re: sysinfo gets error
By: peek on Fri, 09 December 2011 14:53
|
Goto Forum:
Current Time: Tue Apr 29 23:13:48 CEST 2025
Total time taken to generate the page: 0.03872 seconds
|
|
|