Search found 6 matches

by pieter
Thu Jul 22, 2004 5:40 pm
Forum: Coding Questions
Topic: how do i pass an array as a function argument in purebasic?
Replies: 3
Views: 1155

how do i pass an array as a function argument in purebasic?

Thanks srod,

I will give it a try, even though it still seems a little bit odd to me. Probably because I excpect behaviour simillar to other programming languages.

Cheers,
Pieter Greyling
by pieter
Wed Jul 21, 2004 9:43 pm
Forum: Coding Questions
Topic: how do i pass an array as a function argument in purebasic?
Replies: 3
Views: 1155

how do i pass an array as a function argument in purebasic?

hello,

how do i pass an array as a function argument in purebasic?

seems a dumb question, i know (:-)

pieter
by pieter
Sat May 01, 2004 1:12 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] my first two wishlist items for purebasic are
Replies: 5
Views: 1977

thanks persons

i appreciate your replies

purebasic has been around for a while too, being a moving target at this stage of its life will be seen as a deliberate choice by its creators or as a sign of being lost

i believe it has great potential

a book will make it credible with beginners and ...
by pieter
Sat May 01, 2004 2:51 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] my first two wishlist items for purebasic are
Replies: 5
Views: 1977

>> Feel free to start a book like that
I was clearly expecting this.

What would your contribution be?

>> notepad.exe
I only see notepad on the workstations of my fellow workers . This is already remedied in most cases due to persistence.
by pieter
Sat May 01, 2004 12:46 am
Forum: Feature Requests and Wishlists
Topic: [Implemented] my first two wishlist items for purebasic are
Replies: 5
Views: 1977

[Implemented] my first two wishlist items for purebasic are

1. A REAL PROGRAMMERS PUREBASIC BOOK
In the style of "A Programmer's Introduction to C#" by Eric Gunnerson.
I am a programmer by profession and really do not have the patience to carry around printouts and mess around with the damn things at the train station.

2. A PUREBASIC SOURCE CODE EDITOR THAT ...
by pieter
Mon Feb 09, 2004 8:57 pm
Forum: General Discussion
Topic: Using .NET DLL in PureBasic
Replies: 7
Views: 3165

Hi, there is another way.

Write the DLL using managed extensions for VC++. Then your DLL can be accessed directly using the standard PB "OpenLibrary()" etc... functions and VC++.NET handles the marshalling to the .NET framework at the lowest level.

Anybody interested :?:

Cheers,
Pieter Greyling