Hi seuntjie
Please a quick explanation of what program to use to compile.
I want to try some changes. thanks
maybe Visual Studio 2010 ?
VS2010 and newer will work
Hi
I opened the file "DiceBot.sln" with VS2010, compiled and I get these errors:
------ Build started: Project: DiceBot, Configuration: Release x86 ------
E:\Just-Dice ROBOT\seuntjie Dice Bot Source\DiceBot\cDiceBot.cs(9,7): error CS0246: The type or namespace name 'Skybound' could not be found (are you missing a using directive or an assembly reference?)
E:\Just-Dice ROBOT\seuntjie Dice Bot Source\DiceBot\cDiceBot.cs(10,7): error CS0246: The type or namespace name 'Skybound' could not be found (are you missing a using directive or an assembly reference?)
E:\Just-Dice ROBOT\seuntjie Dice Bot Source\DiceBot\cDiceBot.cs(11,7): error CS0246: The type or namespace name 'Skybound' could not be found (are you missing a using directive or an assembly reference?)
E:\Just-Dice ROBOT\seuntjie Dice Bot Source\DiceBot\Browser.cs(5,7): error CS0246: The type or namespace name 'Skybound' could not be found (are you missing a using directive or an assembly reference?)
E:\Just-Dice ROBOT\seuntjie Dice Bot Source\DiceBot\Browser.cs(6,7): error CS0246: The type or namespace name 'Skybound' could not be found (are you missing a using directive or an assembly reference?)
E:\Just-Dice ROBOT\seuntjie Dice Bot Source\DiceBot\Browser.cs(10,21): error CS0246: The type or namespace name 'GeckoWebBrowser' could not be found (are you missing a using directive or an assembly reference?)
Compile complete -- 6 errors, 0 warnings
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Skybound.Gecko". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
Looks like something is missing, please help
Thanks