Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SuperDre

Pages: [1]
1
SCI Development Tools / Re: FreeSCI - compiling?
« on: June 14, 2007, 03:36:26 AM »
In regard to darcs, I tried the link that was provided in an earlier post, and that one didn't work.. I haven't installed darcs yet (pff, yet another CVS/SVN/SourceSafe clone, my computer is getting stuffed with all those variants.. LOL)..
When I've got some time, I'll see if I can get the darcs version... thanx..

2
SCI Development Tools / Re: SCICompanion Prelease Testing!
« on: June 11, 2007, 03:53:15 AM »
Is your complaint that you want the toolbars to have lines around them?

Simply put, yeah, or better said, I'd rather have the real 'old' windows look like scistudio has.. but musicallyInspired said about being able to alter the look, and that's something I haven't tried yet..

Just to let you know what I think about UI's: the new ribbon stuff in the new MS Office is just plain awfull.. hehe..

but keep up the great work on SCI-Companion, in the end it will be a really great enviroment to develop SCI games..

3
SCI Development Tools / Re: FreeSCI - compiling?
« on: June 08, 2007, 02:50:00 PM »
I guess the 'darcs' repository is dead, at least the link doesn't work..

I'm pretty sure that the code from the site doesn't really compile well (At least not for win32), since I extracted it again (now I only extracted freesci-0.3.5.tar.tar), and now it compiles better (I've installed some newer SDK's ), but still with some errors...

Code: [Select]
scriptdebug.c
D:\src\freesci\src\engine\scriptdebug.c(36) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
dd_driver.cpp
fatal error C1083: Cannot open source file: 'D:\src\freesci\src\gfx\drivers\dd_driver.cpp': No such file or directory
dd_driver_line.cpp
fatal error C1083: Cannot open source file: 'D:\src\freesci\src\gfx\drivers\dd_driver_line.cpp': No such file or directory
dx_driver.cpp
D:\src\freesci\src\gfx\drivers\dx_driver.cpp(48) : fatal error C1083: Cannot open include file: 'graphics_directx.h': No such file or directory
sdl_driver.c
D:\src\freesci\src\gfx\drivers\sdl_driver.c(39) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
wrapper.c
fatal error C1083: Cannot open source file: 'D:\src\freesci\src\gfx\wrapper.c': No such file or directory
resourcecheck.c
fatal error C1083: Cannot open source file: 'D:\src\freesci\src\scicore\resourcecheck.c': No such file or directory
tools.c
D:\src\freesci\src\scicore\tools.c(36) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
event_ss.c
fatal error C1083: Cannot open source file: 'D:\src\freesci\src\sound\event_ss.c': No such file or directory
event_ss_win32.c
fatal error C1083: Cannot open source file: 'D:\src\freesci\src\sound\event_ss_win32.c': No such file or directory
midi_mt32.c
D:\src\freesci\src\sound\midi_mt32.c(30) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
midiout_win32mci.c
D:\src\freesci\src\sound\midiout_win32mci.c(30) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
polled_ss_win32.c
D:\src\freesci\src\sound\polled_ss_win32.c(40) : fatal error C1083: Cannot open include file: 'win32/sci_win32.h': No such file or directory
sound.c
D:\src\freesci\src\sound\sound.c(42) : fatal error C1083: Cannot open include file: 'win32/messages.h': No such file or directory
soundserver.c
thread_ss_sdl.c
D:\src\freesci\src\sound\thread_ss_sdl.c(37) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
usleep.c
D:\src\freesci\src\win32\usleep.c(2) : fatal error C1083: Cannot open include file: 'sci_win32.h': No such file or directory
Error executing cl.exe.

freesci.exe - 16 error(s), 93 warning(s)

and checking the path's it really is missing all those files.. but looking at the glutton code, that one does have at least the sci_win32.h file, but I haven't checked the other files if they are in the 'glutton' version..
So I guess I'll have to check the svn to see if that one does have all the files for the normal version...
HMMM... just tried svn, but it also seems completely gone... damn...

4
SCI Development Tools / FreeSCI - compiling?
« on: June 07, 2007, 01:55:34 PM »
I'm trying to get FreeSCI compiled (downloaded the code from http://freesci.linuxgames.com/?page=download), but it ain't easy. I followed the instruction of the readme.win32 in regard to the structure for freesci and SDL..

The readme.win32 is a bit old, as it refers to the Microsoft site for the SDK's, but those SDK's are not available anymore (It seems I do already have DirectX 9 SDK (Update august 2005)).. And I'm baffled now where to get the needed ones.
I'm using VC++6 (as was mentioned in the readme), maybe later I'll try .NET 2003.
I already tried to compile it, but I got 115 errors:

Code: [Select]
******************** IMPORTANT MESSAGE ********************
You must have installed a recent Platform and DirectX SDK
for this build to be successful. Download MS SDKs from:
www.microsoft.com/msdownload/platformsdk/sdkupdate
***********************************************************
D:\src\freesci\src\engine\game.c(38) : fatal error C1189: #error :  *** BUILD FAILED: Need more recent SDKs or fix your SDK paths in Tools Options ***

I have 3 paths in my Tools options:
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE
C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE
D:\DEVELOPMENT\MICROSOFT DIRECTX 9.0 SDK (AUGUST 2005)\INCLUDE

The first 3 where added I guess when I installed VC like a zillion years ago, and the latter I just added. I guess I also need one to the WIN32 SDK or something, but I first need to have that one...

I'm not really a C++ programmer (I'm not really fond on the whole syntax C is using) but once I get the project up and running it should be no problem for me to make changes etc..

Yeah, I feel like a real noob now asking such a seemingly easy question ;D

(Oh, one more thing, I first put the FreeSCI code where it belonged, and then I just put the glutton source over it, because the glutton source is missing some files).. Once I get this running I'll try to use the SVN version..

5
SCI Development Tools / Re: SCICompanion Prelease Testing!
« on: June 07, 2007, 03:48:04 AM »
The biggest problem with SCI Companion is the interface, IMHO it is very bad compared to SCIStudio, there is no real distinguish between toolbars and windows, it all looks like one big canvas with icons. But I guess that's just my opinion. But it's great someone is making another editor..

Pages: [1]

SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.021 seconds with 21 queries.