---
Har lyckats installera all BlockOut2 källkod i Visual Studio
Lyckas kanske lägga upp C++ källkoden nyss.
https://github.com/jlivingstonsg/Blo...ginal-bl25-src
Fick in den i GitLab
https://gitlab.com/jlivingstonsg/Blo...ginal-bl25-src
Fick ett tips på hur man ska få score att laddas upp till min egen server.
Stämmer detta ?
------
https://gitlab.com/jlivingstonsg/Blo...tupManager.cpp
rad 114
-------------------------
Räcker detta?
Får massa felmeddelanden vid kompilering.
Någon som har tips på hur man får ordning på detta?
Har lyckats installera all BlockOut2 källkod i Visual Studio
Lyckas kanske lägga upp C++ källkoden nyss.
https://github.com/jlivingstonsg/Blo...ginal-bl25-src
Fick in den i GitLab
https://gitlab.com/jlivingstonsg/Blo...ginal-bl25-src
Fick ett tips på hur man ska få score att laddas upp till min egen server.
Stämmer detta ?
------
https://gitlab.com/jlivingstonsg/Blo...tupManager.cpp
rad 114
Kod:
strcpy(httpHome,"www.blockout.net/blockout2");
-------------------------
Räcker detta?
Får massa felmeddelanden vid kompilering.
Någon som har tips på hur man får ordning på detta?
How to compile the source ?
===========================
- BlockOut II source can be donwloaded from sourceforge http:/sourceforge.net/projects/blockout
Windows:
- You need Microsoft VS2013
- Install SDL 1.2.15 development libraries (from http://www.libsdl.org)
- Install SDL Mixer 1.2.12 development libraries (from http://www.libsdl.org/projects/SDL_mixe ... e-1.2.html)
- Set all appropriate include and lib paths in the project properties
(for ImageLib,SDL and SDL_Mixer)
- Set the working directory to the BlockOut project root
På denna sidan står något om hur man installerar koden.
https://sourceforge.net/p/blockout/code/
-------------------------
About CVS
CVS is an old system for managing code. In order to access a CVS repository, you must install a CVS client.
Readonly Access Only
SourceForge only supports readonly access to CVS now. For more information see our blog post about decommissioning CVS commit support. If you are a project admin, you can convert your repository to SVN or Git with these instructions.
CVS Access
This CVS repository can be checked out through anonymous (pserver) CVS with the following commands. The module you wish to check out must be specified as the modulename. See the names of the modules in this repository.
cvs -z3 -d
server:anonymous@blockout.cvs.sourceforge.net:/cvsroot/blockout co -P modulename
------------------
Libbarna är riktigt gamla, och funkar nödvändigtvis inte under W10.
===========================
- BlockOut II source can be donwloaded from sourceforge http:/sourceforge.net/projects/blockout
Windows:
- You need Microsoft VS2013
- Install SDL 1.2.15 development libraries (from http://www.libsdl.org)
- Install SDL Mixer 1.2.12 development libraries (from http://www.libsdl.org/projects/SDL_mixe ... e-1.2.html)
- Set all appropriate include and lib paths in the project properties
(for ImageLib,SDL and SDL_Mixer)
- Set the working directory to the BlockOut project root
På denna sidan står något om hur man installerar koden.
https://sourceforge.net/p/blockout/code/
-------------------------
About CVS
CVS is an old system for managing code. In order to access a CVS repository, you must install a CVS client.
Readonly Access Only
SourceForge only supports readonly access to CVS now. For more information see our blog post about decommissioning CVS commit support. If you are a project admin, you can convert your repository to SVN or Git with these instructions.
CVS Access
This CVS repository can be checked out through anonymous (pserver) CVS with the following commands. The module you wish to check out must be specified as the modulename. See the names of the modules in this repository.
cvs -z3 -d

------------------
Libbarna är riktigt gamla, och funkar nödvändigtvis inte under W10.