It's time to write some real apps. Just want to pick peoples brains on what may be the best package for developing on Windows. Maybe a bit off topic, but...
... C'mon, now, Mike, don't toss a language just because of an editor. :) Visual Studio is an extremely usable environment if you take the time to use it....
... editor. :) ... time ... if ... learn. ... Ok, I'll toss out C# because of the price. Somehow I think the "Standard" does not let you release programs or...
... for ... All the win32 APIs :) ... Hooks, Message Queues, Resources, Raw Disk Info, Taskbar, Shell, Printing, Mail, maybe Pen API You're right, all I...
On Mon, 01 Mar 2004 23:56:53 -0000, "Mike Austin" <mike_ekim@...> ... I have used Functional Developer extensively for many of the tasks you outline. It...
Chris Double
chris.double@...
Mar 2, 2004 12:32 am
988
... You sure you need all that? What app are you writing? Do you really want non-portable applications? ... I think it's public domain - which is free for...
... Does Dolphin have a per-seat license cost if you distribute an app written with it? Also, does the end user need to download and install a bunch of dlls...
On Tue, 02 Mar 2004 00:27:18 -0000, "Mike Austin" <mike_ekim@...> ... It is 'public domain'. Chris. -- Chris Double chris.double@......
Chris Double
chris.double@...
Mar 2, 2004 12:39 am
991
On Mon, 1 Mar 2004 16:35:43 -0800, "Steve Dekorte" <steve@...> ... I can only speak for the version 4 product which is what I have used. No it does not...
Chris Double
chris.double@...
Mar 2, 2004 12:41 am
992
Visual studio + C# or VB.NET (I also like the C++) In my opinion is incredibly cheap for the kind of productivity get(talking about the enterprise architect...
I understand that just about everyone who subscribes to this list has responded with their favorite language (second to their langsmith one, of course), but I...
... Randy Smith has given me permission to distribute the video over the internet. As soon as I solve a password problem, they will be hosted at the...
... Ok, I just downloaded the latest Python 2.3, wxWidgets and Spe. Looks nice but just not "clean". wxGlide seems to force a grid layout and there's no...
Late feedback from a Digest reader... ... I've found myself in the C# camp. I started playing with C# from the (free) Framework download and soon afterward I...
... the (free) ... Builder. ... one of the ... Class ... SharpDevelop seems pretty nice, and is easy to call Win32 functions. I started a little registry tool...
... In the immortal words of Cartman, "Touche, teacher, touche." In the defense of perl (I don't know why I'm about to say this...), perl modules DO allow you...
... Eeek! I loathe the language from a syntactic point of view, and don't think much of its creator, either. But I think Daniel has a good point here! It's...
... You're talking Borland and MS here. ActiveState's stuff meets this requirement in a pinch. ... The modern Tk libs all host native Win32 widgets. Swing...
... scripting ... Yes, I looked at squeak, but it's just too much of a change to be productive for me. Plus, when I really started to think about it, I needed...
... Squeak implements its own GUI widgets; it's not suitable for any real production application. Daniel Ehrenberg __________________________________ Do you...
... I wouldn't go that far, as I've seen images of applications that were written in Squeak. But I'm sure it wasn't a piece of cake unless you know it well....
for a while I have been developing a special purpose language for the construction of geometric stuff. basically: it is not oo; it is not (presently) garbage...
... Welcome to stack-based programming. =( ... Can you elaborate on this? ... So, this provides a dynamic scope for each procedure, right? Do you treat ...
... Check out the chaos language from coldstore. It's not the best implementation as it's amazingly slow (it was designed as a test platform for a runtime, so...