Welcome to AddressOf.com Sign in | Join | Help

Browse by Tags

GW-BASIC 0.1.4

I've made a few enhancements to the interpreter.. There is now a branding/navigation bar across the top. This provides the ability to visit this website and access to additional functionality. The files button (in the navigation bar) provides for
Posted by CorySmith | 0 Comments
Filed under:

GW-BASIC

I've been working hard since I got back from England on all aspects of the interpreter. Language For the most part, I think I have most of the language covered. I've added a few extra keywords; however, the primary purpose is the have as much
Posted by CorySmith | 9 Comments
Filed under:

Cambridge, England, UK

Next Monday, I'll be headed to the UK (Cambridge) for a "vacation". As it turns out, this is also the home of Red Gate software, makers of SQL Toolbelt , ANTS Profiler and .NET Reflector . I'll be spending some time with them while there;

End of year wrap up (2011)

BLOG I'm currently in the planning stages to rebuild this site. I've delayed doing this for a long time since I didn't want to "break links"; however, one reason why I don't contribute as much as I used to is the fact that I

BASIC - Status as of 2011-07-27

Wow! It's been a month since my last update regarding this pet project. To be fair, I did go on vacation for a week, so it's really only been about 3 weeks of spare time effort on this. With that said, I think it's moving along at a rather
Posted by CorySmith | 0 Comments
Filed under:

VB10 vs VB6: Variants are not supported.

This is part of series of posts categorized under VB10 vs VB6 . "Variants are not supported. Object is now the default data type." Wow! Really?!?!? Someone actually "defending" (or rather complaining) that Variants are not supported?
Posted by CorySmith | 1 Comments
Filed under:

VB10 vs VB6: Option Base

This is part of series of posts categorized under VB10 vs VB6 . "Option Base is not supported." OK, time for a little history (extremely shortened). In the beginning, BASIC had 1 based arrays (May 1964). The creators of BASIC realized that this
Posted by CorySmith | 0 Comments
Filed under:

BASIC - Status as of 2011-06-27.

I still don't have a name for the BASIC project I'm working on; however, would like to share some of the progress I've made. Parser (technically a scanner/ validating parser) layer is far enough along that I think it will be pretty simple
Posted by CorySmith | 0 Comments
Filed under:

Back to BASIC!

Before I make an announcment, I have to make it ubundantly clear that I'm a huge fan of Microsoft Visual Basic and do not have any significant complaints on where Microsoft has travelled with the language and, without risk of violatinig NDA, where
Posted by CorySmith | 0 Comments
Filed under:

VB10 vs VB6: Dynamic Arrays Usage In Structures

This is part of series of posts categorized under VB10 vs VB6 . "Dynamic arrays are not allowed within structures (UDTs) " I'm kind of scratching my head by this statement as I'm not entirely sure what he means by "dynamic arrays".
Posted by CorySmith | 0 Comments
Filed under:

VB10 vs VB6: Array Lower Bounds

This is part of series of posts categorized under VB10 vs VB6 . "Arrays may not have a lower bound other than zero." This, as it turns out, is absolutely true; however, with a twist. Although VB10 does not allow the "native" array
Posted by CorySmith | 2 Comments
Filed under:

VB10 vs VB6: Private Class Variables

This is part of series of posts categorized under VB10 vs VB6 . "Private class variables are not private to the class instance." This is another one of those "huh?" responses. However, I'll go ahead and discuss it anyway. As documented
Posted by CorySmith | 1 Comments
Filed under:

VB10 vs VB6: ByVal/ByRef within API calls.

This is part of series of posts categorized under VB10 vs VB6 . "Use of ByVal/ByRef directly within API calls is not supported." Huh? Declare Function SetEnvironmentVariable Lib "kernel32" Alias "SetEnvironmentVariableA"
Posted by CorySmith | 0 Comments
Filed under:

VB10 vs VB6: As Any

This is part of series of posts categorized under VB10 vs VB6 . Declare Sub ExternalMethodName Lib "SomeLibrary" ( ByVal someValue As Any ) When working with Windows API's, you use the DECLARE statement to define the external method. In
Posted by CorySmith | 0 Comments
Filed under:

VB10 vs VB6: VarPtr, StrPtr, ObjPtr

This is part of series of posts categorized under VB10 vs VB6 . As it turns out, I still have a copy of Microsoft Visual Basic 6.0 Programmer's Guide. This was an excellent resource for learning VB6 and it's what I'll be using as a reference
Posted by CorySmith | 1 Comments
Filed under:
More Posts Next page »