My words and plans.
Displaying 1-8 of 8 total.
1
Please enter a numerical value for the importance of this sticky.
Enter 0 to unsticky.
Devlyn(dad)

Well, I've felt the urge to reply to a lot of these threads, but I figured it would be more sensible to make my own thread, since I do have a lot to say.

I feel that this whole thing is turning into one big soap opera. Half of the people consider dead before it's actually dead and the other half is full of ideals to make things the way they used to be. It may be a bit blunt, but I don't think either will happen. I know everyone has got to say their own say, but at a certain point just let it be okay?

The Vergesource is down and we are all to blame for it. We made it a faillure by maintaining a corny atmosphere on the boards and lacking to release new stuff. Don't whine about, just deal with it. Verge just isn't what it used to be, but it is not dead either.

I've been making some big plans but a few days ago I threw them all in the trashcan. After all, a small community does not need big plans. It needs small plans.

I am one of those people who is stuck with Verge 2.6, who is completely through with upgrading or porting and who just wants to finish his game. Hence I decided to try enhancing Verge 2.6 a bit here and there. I've downloaded the source code, installed Visual Studio 6 and the DirectX SDK (as they call that shite) and I'm downloading Service Pack 5 right now. I know shit about C++ but I need to solve a few vital bugs in order to get my game working properly. Therefore this is my best option.
I know C and a bit of JAVA but C++ is entirely beyond me. Therefore if anyone is willing to help me out I'd be a very happy man, since I pretty much feel like a little child examining the engine of a formula 1 car. :)

Anyway, if I manage to improve and debug it a little, I'll throw it up on my site, so that the others messing around with Verge 2.6 have got a stable solution as well :)
The very least I want to accomplish is fixing the hotspot stuff, because high resolutions are worthless without it.

Again, if anyone could supply me a little help on how to get the thing actually compiled without 100+ errors please ICQ me on 19340198 or mail me at devlyn@zonnet.nl. I'll be sure to stick around #verge as well :)



-Devlyn

Posted on 2001-07-02 09:49:40

Kut

If you know C, C++ should'nt be very hard for you to learn. All you must learn, is what that "++" after the C means; CLASSES! Go on google.com and do a search for: "C++" classes + tutorial.
After less than a day of reading, C++ will have no secrets to hold from you!

For those 100 compiling errors, I bet you an 100 bucks that you don't have zlib.lib and libpng1.lib! (wich are required, and not supplied with v2.6 source code).
If you want them, I can e-mail them to you (libpng1.lib is kind of hard to find).

I hope this helps!



Posted on 2001-07-02 11:56:01

Devlyn(dad)

It didn't help, but thanks anyway. I tried installing a service pack but that didn't work. I think it has got to go with the fact that visual studio refused to set any registry keys upon installation..

Is there any way to set those register keys manually, or where I could find them?



-Devlyn

Posted on 2001-07-02 14:16:10

JL

For those "hard-to-find" libraries, you might want to try zlib.org or libpng.org. :P



Posted on 2001-07-02 15:23:16

Kut

Service pack 5 isn't necessary to successfully compile v2.6

I find very weird that visual studio 6 didn't set the registry keys it needs during the installation. If there's a way to set them manualy, I'm not aware of it.
What kind of compiling errors occur when you compile-build v2.6?



Failure is not an option, Windows is built with it!

Posted on 2001-07-02 21:19:44

Devlyn(dad)

Deleting intermediate files and output files for project 'verge - Win32 Release'.
--------------------Configuration: verge - Win32 Release--------------------
Compiling resources...
Compiling...
A_MEMORY.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
CONSOLE.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
ENGINE.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\main.h(31) : error C2146: syntax error : missing ';' before identifier 'startmap'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\main.h(31) : fatal error C1004: unexpected end of file found
ENTITY.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
FONT.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
i_png.cpp
fatal error C1083: Cannot open source file: 'D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\i_png.cpp': No such file or directory
IMAGE.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
LINKED.cpp
MEMSTR.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
MESSAGE.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
RENDER.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
sound.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
STARTUP.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
strk.cpp
TIMER.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
VC.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
VERGE.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
VFILE.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
w_graph.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
w_input.cpp
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2065: 'string_k' : undeclared identifier
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2146: syntax error : missing ')' before identifier 'str'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2182: 'Console_Printf' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(42) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2146: syntax error : missing ')' before identifier 'cmd'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2182: 'Console_SendCommand' : illegal use of type 'void'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\console.h(43) : error C2059: syntax error : ')'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : error C2146: syntax error : missing ';' before identifier 'rstring'
D:\Documents and Settings\Administrator\Desktop\V2\Vergesrc\engine.h(59) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

verge.exe - 154 error(s), 0 warning(s)



-Devlyn

Posted on 2001-07-03 04:26:57

Kut

Check if Verge.h is included in Console.h (#include "verge.h").
And if Strk.h is included in Verge.h (#include "strk.h").

If they are, well, I don't know why you can't compile it. (I didn't had these kind of problems when I was messing with v2.6 source code.)



Failure is not an option, Windows is built with it!

Posted on 2001-07-04 09:22:45

Devlyn(dad)

I don't get it :( :(



-Devlyn

Posted on 2001-07-04 17:23:52


Displaying 1-8 of 8 total.
1
 
Newest messages

Ben McGraw's lovingly crafted this website from scratch for years.
It's a lot prettier this go around because of Jon Wofford.
Verge-rpg.com is a member of the lunarnet irc network, and would like to take this opportunity to remind you that regardless how babies taste, it is wrong to eat them.