Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
nixnixnix is currently offline  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

 
Read Message icon8.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon3.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SysInfo package
Next Topic: CtrlBinder as an alternative for CtrlRetriever
Goto Forum:
  


Current Time: Thu Sep 19 00:28:34 CEST 2024

Total time taken to generate the page: 0.03301 seconds