Game Development Community

Master Server anyone?

by Matthew Shapiro · in Torque Game Engine · 07/17/2002 (10:14 pm) · 33 replies

I am looking throught the code, and I'm wondering. Anyone interested if I made a torque master server (Most likely i'd release the source code too). Anyone else currently working on one (so i don't waste my time?). If not I'll start.

--KallDRexx
Page«First 1 2 Next»
#21
06/01/2003 (12:07 pm)
god I can gladly say I love you! .. just playing, how ever, it's time to play .. I thank you very very much for this.

What I probably will do, is like DAoC, AC, and other MMPORPG games, you sign into the reg server, says ok, you are good with your crap, beings you up the select server, then on the select server, logs you into the server, with a high end encryption setting, something with the reg code + user/pass for a one time public key for that round of the game only, and then that gives you your chars on that server and go from there..

just incase if those lovely little hackers decide to rewrite their own client, they wont.. or it'll take them a while, or can add a differnt feature, in order to get the master server list, downloaded by text or a encrypted measure, log into the master server using high bit, and then going from there.. :] .. yes I am a security nutcase, so forgive my aspects.. us programmers have idea's always shooting out of our heads, least the ones that like to plan and know what the hell they are doing ;)

Brad
#22
06/02/2003 (9:58 am)
This is a C# project right? what's the shit I need to install this, I was thinking it came with a precompiled win32 app. so far I saw Linux only right? what about us that like to use win and linux, but set up winblows for quick testing? any way I could get a win32 app precompiled, or load me up with everything I need to compile this, guessing .NET and what else?

Thanks,
Brad
#23
06/02/2003 (11:16 am)
No, the program is written using C++. You will need plib and sqlite to compile it; the README has links to those projects pages.

It should compile cleanly (assuming you have working installs of plib and sqlite) under either MSVC7.0 or linux, using the GNU make utilities.

I'll see about posting binaries in the near future; I'm a bit busy at the moment, so it may take me a few days.
#24
06/02/2003 (1:36 pm)
ahh I see the error already.. I am using MSVS 6 SP5 I was wondering why I didn't notice the project files in there..

I will finish compiling the plib files, and I downloaded the sqlite. so I will see about that.

Thanks
#25
06/02/2003 (1:52 pm)
It should compile without a problem under MSVC6, just need to set up the project files. If you get working project files, send them my way so I can include them in the distro, please!
#26
06/02/2003 (2:09 pm)
lol. will do.. I will play around with that in a few..

Brad
#27
06/03/2003 (1:20 pm)
Alright, forgive me for not getting back to you yesterday, I had to reformat the system. I played around to much and stupid os deleted itself.. funny shit.. Microshit, I swear, why can't it be more like Mac, least then you can throw that shit in the trash and it'll still work like nothing has moved.. any who.. 2 MAJOR error's when I compile, wondering any way i can get a copy of your 2 files

MSTV.h
dbsets.h

telling me there is major errors with these.. errors as follows

--------------------Configuration: MasterD - Win32 Debug--------------------
Compiling...
core.cpp
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2146: syntax error : missing ';' before identifier 'lChannelID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'lChannelID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2146: syntax error : missing ';' before identifier 'lNetworkID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'lNetworkID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2146: syntax error : missing ';' before identifier 'lRatingID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'lRatingID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2146: syntax error : missing ';' before identifier 'lDisplayMask'
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'lDisplayMask' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2146: syntax error : missing ';' before identifier 'lPaymentAddress'
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'lPaymentAddress' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2146: syntax error : missing ';' before identifier 'lPaymentToken'
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'lPaymentToken' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2146: syntax error : missing ';' before identifier 'lLength'
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'lLength' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2146: syntax error : missing ';' before identifier 'szDescription'
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'szDescription' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2146: syntax error : missing ';' before identifier 'szNetworkName'
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'szNetworkName' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2146: syntax error : missing ';' before identifier 'szNetworkLogoMoniker'
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'szNetworkLogoMoniker' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2146: syntax error : missing ';' before identifier 'fTunable'
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'fTunable' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2146: syntax error : missing ';' before identifier 'lVideoStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'lVideoStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2146: syntax error : missing ';' before identifier 'lAudioStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'lAudioStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2146: syntax error : missing ';' before identifier 'bsIPStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'BSTR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'bsIPStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDBEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2182: 'SetJet' : illegal use of type 'void'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2491: 'SetJet' : definition of dllimport data not allowed
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2078: too many initializers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'CdbDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2370: 'CdbDatabase' : redefinition; different storage class
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'GetDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2143: syntax error : missing ';' before '__stdcall'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2065: 'VOID' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'GetDatabaseConnected' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2146: syntax error : missing ';' before identifier 'StartEngine'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2146: syntax error : missing ';' before identifier 'ConnectToDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2146: syntax error : missing ';' before identifier 'DisconnectFromDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2146: syntax error : missing ';' before identifier 'CompactDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceName'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2501: 'CString' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceUnknown'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2501: 'LPUNKNOWN' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2146: syntax error : missing ';' before identifier 'HandleDBException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2501: 'VOID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2061: syntax error : identifier 'CdbException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : fatal error C1003: error count exceeds 100; stopping compilation
ServerStoreRAM.cpp
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2146: syntax error : missing ';' before identifier 'lChannelID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'lChannelID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2146: syntax error : missing ';' before identifier 'lNetworkID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'lNetworkID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2146: syntax error : missing ';' before identifier 'lRatingID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'lRatingID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2146: syntax error : missing ';' before identifier 'lDisplayMask'
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'lDisplayMask' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2146: syntax error : missing ';' before identifier 'lPaymentAddress'
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'lPaymentAddress' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2146: syntax error : missing ';' before identifier 'lPaymentToken'
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'lPaymentToken' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2146: syntax error : missing ';' before identifier 'lLength'
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'lLength' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2146: syntax error : missing ';' before identifier 'szDescription'
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'szDescription' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2146: syntax error : missing ';' before identifier 'szNetworkName'
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'szNetworkName' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2146: syntax error : missing ';' before identifier 'szNetworkLogoMoniker'
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'szNetworkLogoMoniker' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2146: syntax error : missing ';' before identifier 'fTunable'
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'fTunable' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2146: syntax error : missing ';' before identifier 'lVideoStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'lVideoStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2146: syntax error : missing ';' before identifier 'lAudioStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'lAudioStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2146: syntax error : missing ';' before identifier 'bsIPStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'BSTR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'bsIPStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDBEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2182: 'SetJet' : illegal use of type 'void'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2491: 'SetJet' : definition of dllimport data not allowed
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2078: too many initializers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'CdbDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2370: 'CdbDatabase' : redefinition; different storage class
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'GetDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2143: syntax error : missing ';' before '__stdcall'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2065: 'VOID' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'GetDatabaseConnected' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2146: syntax error : missing ';' before identifier 'StartEngine'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2146: syntax error : missing ';' before identifier 'ConnectToDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2146: syntax error : missing ';' before identifier 'DisconnectFromDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2146: syntax error : missing ';' before identifier 'CompactDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceName'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2501: 'CString' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceUnknown'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2501: 'LPUNKNOWN' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2146: syntax error : missing ';' before identifier 'HandleDBException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2501: 'VOID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2061: syntax error : identifier 'CdbException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : fatal error C1003: error count exceeds 100; stopping compilation
ServerStoreSqlite.cpp
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2146: syntax error : missing ';' before identifier 'lChannelID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'lChannelID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2146: syntax error : missing ';' before identifier 'lNetworkID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'lNetworkID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2146: syntax error : missing ';' before identifier 'lRatingID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'lRatingID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2146: syntax error : missing ';' before identifier 'lDisplayMask'
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'lDisplayMask' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2146: syntax error : missing ';' before identifier 'lPaymentAddress'
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'lPaymentAddress' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2146: syntax error : missing ';' before identifier 'lPaymentToken'
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'lPaymentToken' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2146: syntax error : missing ';' before identifier 'lLength'
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'lLength' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2146: syntax error : missing ';' before identifier 'szDescription'
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'szDescription' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2146: syntax error : missing ';' before identifier 'szNetworkName'
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'szNetworkName' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2146: syntax error : missing ';' before identifier 'szNetworkLogoMoniker'
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'szNetworkLogoMoniker' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2146: syntax error : missing ';' before identifier 'fTunable'
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'fTunable' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2146: syntax error : missing ';' before identifier 'lVideoStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'lVideoStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2146: syntax error : missing ';' before identifier 'lAudioStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'lAudioStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2146: syntax error : missing ';' before identifier 'bsIPStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'BSTR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'bsIPStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDBEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2182: 'SetJet' : illegal use of type 'void'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2491: 'SetJet' : definition of dllimport data not allowed
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2078: too many initializers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'CdbDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2370: 'CdbDatabase' : redefinition; different storage class
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'GetDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2143: syntax error : missing ';' before '__stdcall'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2065: 'VOID' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'GetDatabaseConnected' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2146: syntax error : missing ';' before identifier 'StartEngine'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2146: syntax error : missing ';' before identifier 'ConnectToDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2146: syntax error : missing ';' before identifier 'DisconnectFromDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2146: syntax error : missing ';' before identifier 'CompactDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceName'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2501: 'CString' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceUnknown'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2501: 'LPUNKNOWN' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2146: syntax error : missing ';' before identifier 'HandleDBException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2501: 'VOID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2061: syntax error : identifier 'CdbException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : fatal error C1003: error count exceeds 100; stopping compilation
SessionHandler.cpp
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2146: syntax error : missing ';' before identifier 'lChannelID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'lChannelID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2146: syntax error : missing ';' before identifier 'lNetworkID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'lNetworkID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2146: syntax error : missing ';' before identifier 'lRatingID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'lRatingID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2146: syntax error : missing ';' before identifier 'lDisplayMask'
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'lDisplayMask' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2146: syntax error : missing ';' before identifier 'lPaymentAddress'
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'lPaymentAddress' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2146: syntax error : missing ';' before identifier 'lPaymentToken'
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'lPaymentToken' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2146: syntax error : missing ';' before identifier 'lLength'
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'lLength' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2146: syntax error : missing ';' before identifier 'szDescription'
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'szDescription' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2146: syntax error : missing ';' before identifier 'szNetworkName'
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'szNetworkName' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2146: syntax error : missing ';' before identifier 'szNetworkLogoMoniker'
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'szNetworkLogoMoniker' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2146: syntax error : missing ';' before identifier 'fTunable'
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'fTunable' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2146: syntax error : missing ';' before identifier 'lVideoStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'lVideoStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2146: syntax error : missing ';' before identifier 'lAudioStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'lAudioStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2146: syntax error : missing ';' before identifier 'bsIPStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'BSTR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'bsIPStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDBEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2182: 'SetJet' : illegal use of type 'void'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2491: 'SetJet' : definition of dllimport data not allowed
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2078: too many initializers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'CdbDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2370: 'CdbDatabase' : redefinition; different storage class
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(69) : error C2501: 'GetDatabase' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2143: syntax error : missing ';' before '__stdcall'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2065: 'VOID' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(70) : error C2501: 'GetDatabaseConnected' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2146: syntax error : missing ';' before identifier 'StartEngine'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(83) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2146: syntax error : missing ';' before identifier 'ConnectToDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2143: syntax error : missing ',' before '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(85) : error C2059: syntax error : '&'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2146: syntax error : missing ';' before identifier 'DisconnectFromDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(88) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2146: syntax error : missing ';' before identifier 'CompactDatabase'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(90) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceName'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2501: 'CString' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(92) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2146: syntax error : missing ';' before identifier 'GetWorkspaceUnknown'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2501: 'LPUNKNOWN' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(94) : error C2061: syntax error : identifier 'VOID'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2146: syntax error : missing ';' before identifier 'HandleDBException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2501: 'VOID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : error C2061: syntax error : identifier 'CdbException'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(98) : fatal error C1003: error count exceeds 100; stopping compilation
TorqueIO.cpp
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2146: syntax error : missing ';' before identifier 'lChannelID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(42) : error C2501: 'lChannelID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(43) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(44) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2146: syntax error : missing ';' before identifier 'lNetworkID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(45) : error C2501: 'lNetworkID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2146: syntax error : missing ';' before identifier 'lRatingID'
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(46) : error C2501: 'lRatingID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2146: syntax error : missing ';' before identifier 'lDisplayMask'
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(47) : error C2501: 'lDisplayMask' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2146: syntax error : missing ';' before identifier 'lPaymentAddress'
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(48) : error C2501: 'lPaymentAddress' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2146: syntax error : missing ';' before identifier 'lPaymentToken'
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(49) : error C2501: 'lPaymentToken' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2146: syntax error : missing ';' before identifier 'lLength'
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(50) : error C2501: 'lLength' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(54) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2146: syntax error : missing ';' before identifier 'szDescription'
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(55) : error C2501: 'szDescription' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2146: syntax error : missing ';' before identifier 'szNetworkName'
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(56) : error C2501: 'szNetworkName' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2146: syntax error : missing ';' before identifier 'szNetworkLogoMoniker'
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(57) : error C2501: 'szNetworkLogoMoniker' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2146: syntax error : missing ';' before identifier 'fTunable'
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'BOOL' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(58) : error C2501: 'fTunable' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2146: syntax error : missing ';' before identifier 'lTuningSpace'
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(79) : error C2501: 'lTuningSpace' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2146: syntax error : missing ';' before identifier 'lChannelNumber'
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(80) : error C2501: 'lChannelNumber' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2146: syntax error : missing ';' before identifier 'lVideoStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(81) : error C2501: 'lVideoStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2146: syntax error : missing ';' before identifier 'lAudioStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'LONG' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(82) : error C2501: 'lAudioStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2146: syntax error : missing ';' before identifier 'bsIPStream'
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'BSTR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(83) : error C2501: 'bsIPStream' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2146: syntax error : missing ';' before identifier 'szCallLetters'
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'TCHAR' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\mstv.h(84) : error C2501: 'szCallLetters' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDBEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pEngine' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pWorkspace' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'CdbDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2065: 'pDatabase' : undeclared identifier
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : warning C4229: anachronism used : modifiers on data are ignored
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) : error C2182: 'SetJet' : illegal use of type 'void'
c:\program files\microsoft visual studio\vc98\include\dbsets.h(68) :
#28
06/03/2003 (1:32 pm)
Quite a lot of errors.

I have no idea why those files are included; it looks to me like one is for Microsoft's tv card support, and the other is for some JET database stuff, neither of which I use. Are you #define'ing WIN32_LEAN_AND_MEAN? If you've got plib built, my stuff shouldn't need more than some bare bones POSIX compliance to compile.

Maybe you have some weird include paths?
#29
06/03/2003 (1:32 pm)
wee there was to much to put.. sorry.. any who, do I have to create a SQL database before hand? another thing.

on all 3 objects I get a Error.. you said it could compile, let me ask this to make sure.

Should I make it a MFC or a Default WIN32 app? being it is net, I forgot about using MFC.

Another thing, you have the full version of VC7? or are you like myself and run VC6 SP5 + .NET upgrade? or being I saw the linux, are you just running pure linux?

I am thinking of installing linux again, least on my server. and going from there. but turn me onto linux again, and I will, and then see how much better this shit really is :]

Brad
#30
06/03/2003 (1:34 pm)
actually see. I just straight loaded your files into it, added the glib and added the SQLite files.. and then did a compile, nothing more.. haven't changed, just to see if it will compile or if any errors
#31
06/03/2003 (1:40 pm)
Another little handy note

DBSETS.H calls mstv.h so I don't know why, but I did a scan through you code agian and you don't have it. must be my end or they are upgraded with the full version of .NET, if you want.

AoHellsucks666 is my AIM name, contact me there or WizzardGod@earthlink.net .. contact me there as well..

then we can go from there

Brad
#32
06/03/2003 (1:42 pm)
also include paths, I just reinstalled it, it's all default

maybe default isn't what you have?

Brad
#33
06/03/2003 (1:43 pm)
You need to build the different subdirectories as seperate libraries, then link masterd, network, plib, and sqlite together. Adding all the files at once may or may not work.

And I hope you meant plib, not glib... the latter won't work well at all :P

It is written in plain old C++, so you should definitely not use anything like MFC with it; that will just confuse things. As it all compiles happily on (vanilla) Linux from the same source files, I don't think my version of VC7 matters.

If you need hints on setting up your project files, the VC7 project files are human readable. The Makefiles are a bit loopier, since I'm using automake. You can also e-mail me, and I'll send you a working binary.
Page«First 1 2 Next»