Comments on: Some gotchyas in porting from Visual C++ to g++/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/ Commercial gaming for Linux Fri, 09 Nov 2012 18:53:38 +0000 http://wordpress.org/?v=2.8.4 hourly 1 By: Michael Simms (CEO and head of Development)/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/comment-page-1/#comment-1542 Michael Simms (CEO and head of Development) Thu, 18 Feb 2010 11:04:44 +0000 /?p=385#comment-1542 We have had issues with the demo, in that the source code for the demo and the main game is incompatible, the demo was made with an earlier version of the code. We would LIKE to get the demo out, but we have to realistically balance time and budget. When a rental for a week is, what, £1.50 or something, it isnt a fortune. I agree we SHOULD have a demo, but we have to be practical. Where a demo is possible we do it. Where is a demo is merely 'hard' we do it, but the sacred demo is beyond that. We have expended a good amount of developer time on it, without success so far. We have had issues with the demo, in that the source code for the demo and the main game is incompatible, the demo was made with an earlier version of the code. We would LIKE to get the demo out, but we have to realistically balance time and budget. When a rental for a week is, what, £1.50 or something, it isnt a fortune. I agree we SHOULD have a demo, but we have to be practical. Where a demo is possible we do it. Where is a demo is merely ‘hard’ we do it, but the sacred demo is beyond that. We have expended a good amount of developer time on it, without success so far.

]]>
By: Liam Dawe/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/comment-page-1/#comment-1529 Liam Dawe Sun, 31 Jan 2010 13:28:55 +0000 /?p=385#comment-1529 That is not a Demo, that is Renting, Jusko is asking for a demo, people don't want to fork out for something they may not like when there should be a Demo available. That is not a Demo, that is Renting, Jusko is asking for a demo, people don’t want to fork out for something they may not like when there should be a Demo available.

]]>
By: kayman/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/comment-page-1/#comment-1497 kayman Wed, 13 Jan 2010 20:15:42 +0000 /?p=385#comment-1497 Try one week rent on tuxgames.com (or any other reseller who offer renting :) for a few euros/dollars/gold/platinum/.. Try one week rent on tuxgames.com (or any other reseller who offer renting :) for a few euros/dollars/gold/platinum/..

]]>
By: Jusko/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/comment-page-1/#comment-1491 Jusko Tue, 12 Jan 2010 16:31:57 +0000 /?p=385#comment-1491 Hi. I know this is wrong place to ask about Sacred, but when there be a Linux demo? I want to buy Sacred, but I've never played this game, so i want to test. Best Regards. p.s: sorry for bad English - I'm from Poland. Hi. I know this is wrong place to ask about Sacred, but when there be a Linux demo? I want to buy Sacred, but I’ve never played this game, so i want to test.

Best Regards.

p.s: sorry for bad English – I’m from Poland.

]]>
By: Michael Simms (CEO and head of Development)/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/comment-page-1/#comment-1178 Michael Simms (CEO and head of Development) Fri, 11 Dec 2009 05:59:55 +0000 /?p=385#comment-1178 There is an equivalent in g++ I forgot that in our standard headers we have: #define __forceinline inline __attribute__((always_inline)) I should probably update the article with this! There is an equivalent in g++

I forgot that in our standard headers we have:

#define __forceinline inline __attribute__((always_inline))

I should probably update the article with this!

]]>
By: d/2009/12/03/some-gotchyas-in-porting-from-visual-c-to-g/comment-page-1/#comment-1173 d Thu, 10 Dec 2009 09:37:06 +0000 /?p=385#comment-1173 I keep wondering, which version of g++ you are using. '__forceinline' is no C++ ISO keyword and if my memory doesn't fool me this keyword isn't known to g++. I would remove it anyway. Crappy VC++ homebrew stuff. I keep wondering, which version of g++ you are using. ‘__forceinline’ is no C++ ISO keyword and if my memory doesn’t fool me this keyword isn’t known to g++.

I would remove it anyway. Crappy VC++ homebrew stuff.

]]>