Stellen Sie eine FrageStellen Sie eine Frage
 

Allgemeine DiskussionGetting Started

Alle Antworten

  • Montag, 17. November 2008 16:15Hsingyuan TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I just want to know how to put my app out as an .exe programme.

    every time when I click the "save" button I got a .sb one...................

    pls. tell me,thank you.


  • Montag, 17. November 2008 16:22Vijaye RajiMSFT, BesitzerTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    After you run the app, go to the folder you saved the .sb file.  You'll see a .exe program alongside.
  • Freitag, 5. Dezember 2008 00:11Proximo1 TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    My installation does not run.  I installed 3.5 version of .NET but the SmallBasics.msi file does not run.  I double click and hit run and nothing happens.
  • Freitag, 5. Dezember 2008 01:45Vijaye RajiMSFT, BesitzerTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    What version of OS are you using?  Perhaps the downloaded file is corrupted, can you try downloading again and try?

    Also, do you think an Antivirus might be blocking the app?





  • Freitag, 5. Dezember 2008 23:01Proximo1 TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I am running Windows XP Professional SP3 with all the latest updates.

    We have Trend Micro running on our network, but I am not sure if I can turn it off to test.

    I did download the .msi file several times and even tried rebooting my computer.  Nothing helps.  I double click the .msi file, I see the dialog box and click on the "Run" button.  The box disappears and nothing happens.
  • Freitag, 12. Dezember 2008 04:55Path_drc TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    For those of you (like I was) looking for a quick way to find the Microsoft Small Basic - An Introduction to Programming, here is the link:

    http://download.microsoft.com/download/9/0/6/90616372-C4BF-4628-BC82-BD709635220D/Introducing%20Small%20Basic.pdf
  • Freitag, 9. Januar 2009 05:34wizrd_kidd TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I cannot click the build or check function in small basic is there a reason why?
  • Freitag, 9. Januar 2009 08:01RushworksBeantworterTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    The buttons were disabled just before Small Basic was first released. 

    http://social.msdn.microsoft.com/Forums/en-US/smallbasic/thread/ed426fd2-9a00-4922-ae34-c957422fb0d1

  • Samstag, 24. Januar 2009 20:05miltonhar TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    I have installed the .Net Framework, and Small Basic.

    Now when I turn my computer on a Windows Explorer window loads with the folder SmallBasic.

    I dragged the Small Basic program from the Start, Programs menu to the desktop - did not make a shortcut.

    How can I prevent the Windows Explorer window from loading at startup, without removing the program and reinstalling.

    Thanks,

    Harry

  • Sonntag, 25. Januar 2009 15:50StendecBeantworterTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    The first day I tried SB was fine. Now it keeps crashing and I have to re-install it. It will work for a short while and then crash when I try to run a new program.

    "Microsoft Small Basic has encountered a problem and needs to close" etc.

    Please can you help as I think it is an excelllent idea, but it is getting a bit tedious to use.

    OS XP pro SP3

    Windows Update reports no critical updates.

     

  • Samstag, 7. Februar 2009 21:03ctanner TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Have the very same problem which I just posted as a separate thread.  Also using XP pro SP3 and latest .net 3.5 updates.
  • Sonntag, 8. Februar 2009 11:41StendecBeantworterTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    ctanner,
        I have not resolved this problem and I was thinking of starting a new thread myself as up to now there had been no response. I am posting here and not in your new thread as I don't wish it to look like the problem has been solved.
    Try this, I've found it prevents a lot of the crashes. Always save your program whenever you have made a change before you run it. Please let me know if this works for you too.
  • Sonntag, 8. Februar 2009 18:14Vijaye RajiMSFT, BesitzerTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Hi ctanner and stendec,

    When you run a program without saving, Small Basic uses the Temporary directory (on Vista it is usually: c:\users\username\appdata\local\temp, and on XP, I believe it is "c:\documents and settings\username\appdata\local\temp").  You can find what directory that is by going to command prompt and typing "set temp".

    If your account has explicitly been denied access to this folder or, you have a disk quota on this folder, you can run into issues while running your program. 

    Like Stendec pointed out, this problem can be solved by explicitly saving your program, in which case, Small Basic will use that folder location instead of the temp folder.

    Can you check and tell us if this what your observation is?

    Thanks
  • Sonntag, 8. Februar 2009 21:35Coding CatBeantworterTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    I personally have SB installed on my laptop running XP where I have manager access and about 25gigs of storage space remaining.

    Still, every time I run a program without saving the source first, SB itself crashes. In case you can make use of the information the temp variable is set as such: TEMP=C:\DOCUME~1\MATTHE~1.PAR\LOCALS~1\Temp

    But you are right, getting into the habit of saving a blank source file as soon as you start a project, solves the problem.

  • Montag, 9. Februar 2009 21:28StendecBeantworterTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     

    Vijaye,
        The temp directory is C:\DOCUME~1\USERNAME\LOCALS~1\Temp. I wish to correct the impression Coding Cat may have given about saving the source. It is not a question of saving the source of a new project, I have to save the source after every edit. I have administrator rights on my PC and hence no access restrictions and no quota limit.

    PS. I am struggling with an ailing hard drive which I need to replace urgently, so if am I not able to reply to any posts for a while, this is the reason.

  • Dienstag, 10. Februar 2009 04:58Pat Garard TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    Vijaye,

    Good Fun - Great Idea, ...

    any ETA for v0.3?


    Pat Garard, Melbourne Australia