Search found 12 matches

by littlebigman
Mon Nov 19, 2012 3:33 pm
Forum: General Discussion
Topic: [Pre-sale question] Writing Windows GUI apps?
Replies: 15
Views: 2448

Re: [Pre-sale question] Writing Windows GUI apps?

No. PB has nothing to do with .NET ... it is just a language like C. :)

I understand. When I wrote ".Net-like API on top of Win32", I meant that it was possible to write GUI apps in PB without the Visual Designer by calling its API directly.

I'll experiment and see how it goes. Thanks all.
by littlebigman
Mon Nov 19, 2012 2:02 pm
Forum: General Discussion
Topic: [Pre-sale question] Writing Windows GUI apps?
Replies: 15
Views: 2448

Re: [Pre-sale question] Writing Windows GUI apps?

Thanks for the input. So PB provides a .Net-like API on top of Win32, and the Visual Designer is just an easier way to draw GUIs than calling the PB API directly.
by littlebigman
Mon Nov 19, 2012 1:49 pm
Forum: General Discussion
Topic: [Pre-sale question] Writing Windows GUI apps?
Replies: 15
Views: 2448

Re: [Pre-sale question] Writing Windows GUI apps?

You mean going back to the Windows API itself à la Petzold?
by littlebigman
Mon Nov 19, 2012 1:33 pm
Forum: General Discussion
Topic: [Pre-sale question] Writing Windows GUI apps?
Replies: 15
Views: 2448

Re: [Pre-sale question] Writing Windows GUI apps?

Thanks for the info. In the Download section, when I read "Registered users area: To access your personal account and download the full versions of PureBasic click here", I figured no trialware was available (clicked: "The login is the e-mail you used when you registered PureBasic.").

And when I ...
by littlebigman
Mon Nov 19, 2012 12:51 pm
Forum: General Discussion
Topic: [Pre-sale question] Writing Windows GUI apps?
Replies: 15
Views: 2448

[Pre-sale question] Writing Windows GUI apps?

Hello

I'm looking for an easy way to write Win32 applications in the case where .Net is a bit big and slow.

I found Freebasic a bit lacking (especially in documentation) and I don't like the way Powerbasic is managed (both the company and the general aggressive tone in the forum).

So I'd like to ...
by littlebigman
Mon Nov 14, 2011 10:17 pm
Forum: Coding Questions
Topic: Can PB create a shell extension (IContextMenu)?
Replies: 2
Views: 945

Re: Can PB create a shell extension (IContextMenu)?

That's what I feared :-/ Thanks for the input.
by littlebigman
Mon Nov 14, 2011 8:57 pm
Forum: Coding Questions
Topic: Can PB create a shell extension (IContextMenu)?
Replies: 2
Views: 945

Can PB create a shell extension (IContextMenu)?

Hello

Apparently , VB.Net requires .Net 4 to be able to write a shell extension like 7Zip does .

Since my users might have older releases of the .Net framework, and it's a small app with not much GUI involved, I'm willing to check alternative BASICs like PureBasic, PowerBasic, etc.

Search ...
by littlebigman
Mon Oct 24, 2011 2:14 pm
Forum: General Discussion
Topic: purebasic vs. freebasic
Replies: 62
Views: 32454

Re: purebasic vs. freebasic

Since this thread dates back to 2008, I think it'd be useful to update the FAQ to provide a fair comparison between PureBasic and FreeBasic so that users can make an educated decision.
by littlebigman
Sat Aug 28, 2010 12:25 am
Forum: Coding Questions
Topic: [SOLVED] Windows GUI apps require calling the Win32 API?
Replies: 4
Views: 1220

[SOLVED] Windows GUI apps require calling the Win32 API?

Hello

I'd like to write a small Windows GUI application in Purebasic. I didn't see the answer in the FAQ: Am I correct in guessing that PureBasic is a text-based language, and if I want to write a Windows application, I'll need to call the Win32 API, eg. CreateWindow(), etc.?

Thank you.
by littlebigman
Sat May 29, 2010 6:28 pm
Forum: Coding Questions
Topic: Does PB run on ucLinux?
Replies: 2
Views: 718

Re: Does PB run on ucLinux?

Too bad. Thanks for the quick reply.
by littlebigman
Sat May 29, 2010 4:18 pm
Forum: Coding Questions
Topic: Does PB run on ucLinux?
Replies: 2
Views: 718

Does PB run on ucLinux?

Hello

I'd like to use a BASIC language to write snippets to run on the Rowetel telephony servers , which use an MMU-less Blackfin processor and the µcLinux Linux distribution.

For those of you using PureBasic extensively on Linux, do you know if PB programs will compile and run on that type of ...