Search found 12 matches

by Mr Skunk
Sun Jul 20, 2003 11:17 pm
Forum: General Discussion
Topic: Mr. Skunk site
Replies: 2
Views: 1571

Hello, sorry, but i've a very strong spam filter, may be your mail don't pass it.
I've no more "windows" at home and i'm waiting for a really working linux version.

Then the site will be updates, but not on a windows way.
by Mr Skunk
Sat May 10, 2003 12:34 am
Forum: Coding Questions
Topic: Passing array as parameter to a dll?
Replies: 10
Views: 4008

freak wrote:the @MyArray() should be compleetly right, there must be some other problem why it doesn't work with that.
If the function doesn't care that @MyArray() gives a pointer to the address of the string instead of the address the string directely, this can be the problem that ricardo is looking for
by Mr Skunk
Fri May 09, 2003 10:59 pm
Forum: Coding Questions
Topic: Sendmail with attached file
Replies: 6
Views: 3522

Yes, you can use the Base64Encoder() function to add everything to your mails bodies. Attachements are just Base64 (or other) encoded files directely included as ascii in your mail body.

You will also need to use the multipart/mixed content type, and Boundary to build your mail.
Any mailler can ...
by Mr Skunk
Fri May 09, 2003 10:05 pm
Forum: General Discussion
Topic: Activex, vbs, javascript, perl and more from PB very soon!
Replies: 13
Views: 6525

Have to see how your examples work, but this might be very interesting.
by Mr Skunk
Fri May 09, 2003 8:01 pm
Forum: Coding Questions
Topic: Passing array as parameter to a dll?
Replies: 10
Views: 4008

Hi Ricardo, I checked how arrays store strings.

@MyArray() does not point to the string, but to a Long which points to the real string.
Does your function takes care of that? or does it consider you have to pass directly the address of the real string?
If this is the second, you can't use array to ...
by Mr Skunk
Fri May 09, 2003 4:33 pm
Forum: General Discussion
Topic: VOTE for PureBasic!!
Replies: 38
Views: 13159

Done :wink:
by Mr Skunk
Fri May 09, 2003 3:34 pm
Forum: Coding Questions
Topic: New to PB and a BIG Problem
Replies: 17
Views: 6742

Hi all... :wink:
I will updated the registry library and all libraries which commands are not already included in PB.
I hope i will stay around too :wink:
by Mr Skunk
Thu May 08, 2003 3:05 pm
Forum: Coding Questions
Topic: New to PB and a BIG Problem
Replies: 17
Views: 6742

Okay, i think the String2 will be the first. If you can send me the sources it will help me a lot thanks.
Mr.skunk@wanadoo.fr
by Mr Skunk
Thu May 08, 2003 3:12 am
Forum: Coding Questions
Topic: Lines on a button
Replies: 6
Views: 2190

I've made some tests, and apparently, your listing seems to use some windows events to draw lines.
If you replace Messagerequester() by

for i=1 to 4:windowevent():next

it works. (Try more than 4 if it does not work for you).
I don't know why, if it's a bug or not and if there is another better ...
by Mr Skunk
Thu May 08, 2003 3:01 am
Forum: Coding Questions
Topic: New to PB and a BIG Problem
Replies: 17
Views: 6742

Better fix all your broken stuff first... nothing works anymore.
Wahoo, lot of work...
Which librairies should be rewritten first?
Welcome back, Mr Skunk! What happened to you, anyway?
Lot of work, some problems too, but nothing too important now :wink:
by Mr Skunk
Wed May 07, 2003 4:17 pm
Forum: Coding Questions
Topic: New to PB and a BIG Problem
Replies: 17
Views: 6742

Yes, back for good i hope...
You must drag the PureBasic icon to the recycle bin to work
I forgot to do "Empty Recycle bin" to launch it, thanks :mrgreen:
by Mr Skunk
Wed May 07, 2003 3:54 pm
Forum: Coding Questions
Topic: New to PB and a BIG Problem
Replies: 17
Views: 6742

New to PB and a BIG Problem

I've the PB program named "PureBasic.exe", how can i launch it under windows. May i click on it's icon?

I'm new to PB, please help me :mrgreen: :mrgreen: :mrgreen:



Hello everybody, it was a very long time, but now, i'm back (i hope for a while) and ready to write new asm libraries for PB :wink ...