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 - daemmon

Pages: [1]
1
Help, Errors, FAQ / Re: problems running the sample project
« on: 2007-08-11, 02:20:53 PM »
thanks for the reply; reseting the code solved the problem, it now works

2
Help, Errors, FAQ / problems running the sample project
« on: 2007-08-10, 03:23:46 PM »
whenever i try to run the sample project with sgdk2 alpha6, i get the following messages:
Code: [Select]
SHFL\Menu_Map.cs(2,25) : error CS0246: The type or namespace name 'MapBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(116,40) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(139,37) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(214,31) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(244,36) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(286,35) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(330,40) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(2,28) : error CS0246: The type or namespace name 'MapBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(131,32) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(154,39) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(203,34) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(230,28) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(299,32) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(363,33) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(427,36) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(486,38) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(534,36) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(2,42) : error CS0246: The type or namespace name 'MapBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(115,33) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(170,30) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(206,40) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(254,38) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(302,42) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(350,37) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(398,40) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(446,38) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(494,42) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(542,37) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(603,36) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(2,41) : error CS0246: The type or namespace name 'MapBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(100,33) : error CS0246: The type or namespace name 'ByteLayer' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(139,30) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(175,31) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(223,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(271,32) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(319,28) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Platform.cs(6,28) : error CS0246: The type or namespace name 'SpriteBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Player.cs(6,26) : error CS0246: The type or namespace name 'SpriteBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Points.cs(6,26) : error CS0246: The type or namespace name 'SpriteBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Message.cs(177,62) : error CS0246: The type or namespace name 'SpriteBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\DrawSpectrum.cs(11,124) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\TileSpecialization.cs(13,15) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\TileSpecialization.cs(15,70) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\TileSpecialization.cs(23,53) : error CS0246: The type or namespace name 'SpriteBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\TileSpecialization.cs(29,41) : error CS0246: The type or namespace name 'SpriteBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Player.cs(26,21) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Player.cs(35,23) : error CS0246: The type or namespace name 'SpriteState' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Player.cs(69,44) : error CS0246: The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Platform.cs(13,22) : error CS0246: The type or namespace name 'SpriteState' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Platform.cs(15,23) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Platform.cs(26,23) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Platform.cs(36,23) : error CS0246: The type or namespace name 'SpriteState' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Sprites\Platform.cs(71,44) : error CS0246: The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(144,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(151,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(159,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(182,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(191,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(207,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(230,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(239,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(255,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(278,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(287,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(303,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(326,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(335,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(351,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_1_player_Map.cs(15,36) : error CS0246: The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(175,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(182,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(190,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(213,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(222,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(238,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(261,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(270,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(286,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(309,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(318,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(334,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(357,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(366,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(382,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(405,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(414,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(430,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(453,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(462,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(478,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(501,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(510,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(526,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(549,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(558,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(574,29) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Overlay_for_2_players_Map.cs(17,37) : error CS0246: The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Level_1_Map.cs(19,23) : error CS0246: The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(146,18) : error CS0246: The type or namespace name 'PlanBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(155,26) : error CS0246: The type or namespace name 'LayerBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Menu_Map.cs(17,20) : error CS0246: The type or namespace name 'Display' could not be found (are you missing a using directive or an assembly reference?)
SHFL\LayerSpriteCategoriesBase.cs(23,19) : error CS0246: The type or namespace name 'SpriteCollection' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Solidity.cs(28,12) : error CS0246: The type or namespace name 'SolidityMapping' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Solidity.cs(77,41) : error CS0246: The type or namespace name 'TileBase' could not be found (are you missing a using directive or an assembly reference?)
SHFL\Frameset.cs(7,12) : error CS0246: The type or namespace name 'Frame' could not be found (are you missing a using directive or an assembly reference?)

... had to lose a lot of lines, as it exceeded the maximum allowed number of chars, but i think you get the idea

3
General Discussion / Re: A sample project
« on: 2007-08-10, 03:07:59 PM »
i'm encountering the same identical error as Mic when i try to run the project...

Pages: [1]