trunk

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Wibble199
Trained
Trained
Posts: 194
Joined: 21 Feb 2010, 13:58

Re: trunk

Post by Wibble199 »

So i should change the path to something like: C:\Users\Will\Documents\WZ2100_Trunk_30_Jul_2010

Tried but I still get:

Code: Select all

========== Build: 1 succeeded, 12 failed, 0 up-to-date, 0 skipped ==========
:stressed: maybe i should give up :hmm: and wait for the official v3
KukY
Regular
Regular
Posts: 1859
Joined: 20 Mar 2009, 21:56

Re: trunk

Post by KukY »

Wibble199 wrote:So i should change the path to something like: C:\Users\Will\Documents\WZ2100_Trunk_30_Jul_2010

Tried but I still get:

Code: Select all

========== Build: 1 succeeded, 12 failed, 0 up-to-date, 0 skipped ==========
:stressed: maybe i should give up :hmm: and wait for the official v3
The path of Flex and Bison also can't contain any spaces.

And don't try waiting on official 3.0, you'll wait a lot.
User avatar
Wibble199
Trained
Trained
Posts: 194
Joined: 21 Feb 2010, 13:58

Re: trunk

Post by Wibble199 »

:cry: anything else ive done wrong because its still not working?
User avatar
vexed
Inactive
Inactive
Posts: 2538
Joined: 27 Jul 2010, 02:07

Re: trunk

Post by vexed »

Wibble199 wrote::cry: anything else ive done wrong because its still not working?
The pastebin shows
\math_ext.h(99): error C2084: function 'double hypot(double,double)' already has a body[/quote.
The fix is to either correct that issue (try commenting it out), or downgrade to VS2k8/VS2k5.
/facepalm ...Grinch stole Warzone🙈🙉🙊 contra principia negantem non est disputandum
Super busy, don't expect a timely reply back.
User avatar
Wibble199
Trained
Trained
Posts: 194
Joined: 21 Feb 2010, 13:58

Re: trunk

Post by Wibble199 »

actually im using 2010, but where can i find an old s005 version?
KukY
Regular
Regular
Posts: 1859
Joined: 20 Mar 2009, 21:56

Re: trunk

Post by KukY »

Wibble199 wrote:actually im using 2010, but where can i find an old s005 version?
Use Version 2008, that one works perfectly for me.
http://www.microsoft.com/express/Downlo ... Visual-CPP
User avatar
Wibble199
Trained
Trained
Posts: 194
Joined: 21 Feb 2010, 13:58

Re: trunk

Post by Wibble199 »

Okay, i think i've almost got it. Visual C++ 2008 gives no errors, but when i try to run the program i get a missing SDL.DLL error. When i try to install it, an error message appears with:

Code: Select all

The procedure entry point SDL_strlcpy could not be located in the dynamic link library SDL.dll
Please help.
I'm really not very good at this :cry:
User avatar
Buginator
Professional
Professional
Posts: 3285
Joined: 04 Nov 2007, 02:20

Re: trunk

Post by Buginator »

Wibble199 wrote:Okay, i think i've almost got it. Visual C++ 2008 gives no errors, but when i try to run the program i get a missing SDL.DLL error. When i try to install it, an error message appears with:

Code: Select all

The procedure entry point SDL_strlcpy could not be located in the dynamic link library SDL.dll
Please help.
I'm really not very good at this :cry:
You need a SDL version that was compiled with the same SDL.lib version...
Just use them from the dev-package.
and it ends here.
User avatar
Wibble199
Trained
Trained
Posts: 194
Joined: 21 Feb 2010, 13:58

Re: trunk

Post by Wibble199 »

yeah, thanks i finally got it working.
but at least now i know what to do should i need it again!