Search found 60 matches

by somic
Wed Apr 07, 2010 6:03 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] TypeOf function (or Compiler Directive)
Replies: 3
Views: 2591

Re: TypeOf / VarType function (or Compiler Directive)

ok,
sorry for the improper wording and thank you for remarking the difference.

Compiletime would be ok for me too. [:-]

Rgds,
by somic
Sun Apr 04, 2010 11:34 pm
Forum: Announcement
Topic: PureBasic 4.50 Beta 4 released!
Replies: 86
Views: 46147

Re: PureBasic 4.50 Beta 2 released!

PB Team,
thank you very much for the hard work and nice gift.

I can confirm that v 4.50 B2 is compiling my programs (then, it is not an April 1st fools' joke).

I've seen the interesting new functions.
I only wish to bring to you attention the post I've made in the "Wishlists" section (i.e http ...
by somic
Sun Apr 04, 2010 11:19 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] TypeOf function (or Compiler Directive)
Replies: 3
Views: 2591

[Implemented] TypeOf function (or Compiler Directive)

PB Team,

thank you for the PB 4.50 B2 and for your hard work.

I wish to take the opportunity to ask if you may consider to implement a function returning the type of a variable at runtime.
I've seen this has been already requested in the past.

Many thanks in advance for any attention you may give ...
by somic
Mon Jan 11, 2010 9:17 pm
Forum: Announcement
Topic: Released MathPad v0.0.5.1 for Notepad++ (in PB 4.40)
Replies: 2
Views: 2480

Re: Released MathPad v0.0.5.1 for Notepad++ (in PB 4.40)

Thank you.

Feel free to send any comments/suggestions/bugs.

Regards,
Somic
by somic
Sun Jan 10, 2010 10:37 am
Forum: Announcement
Topic: Released MathPad v0.0.5.1 for Notepad++ (in PB 4.40)
Replies: 2
Views: 2480

Released MathPad v0.0.5.1 for Notepad++ (in PB 4.40)

Written entirely in PureBasic 4.40.

Page Link: http://semelinanno.com/downloads/mathpad/MathPad_Page.html
DLL Download Link: http://semelinanno.com/downloads/mathpad/ver0051/MathPad_v0051.zip (dll only)
Package Link: http://semelinanno.com/downloads/mathpad/ver0050/MathPad_v0050.zip

Changes ...
by somic
Thu Jan 07, 2010 12:54 am
Forum: Tricks 'n' Tips
Topic: [PB 4.31] Random realistic solar system
Replies: 10
Views: 8605

Re: [PB 4.31] Random realistic solar system

Very Nice.

Thank you for sharing.

It remembers me when I was playing (a lot) with my ZX Spectrum (me too, LCD ;-) and (less) with Elite (me too, Thalius ;-).

rgds,
Somic
by somic
Thu Jan 07, 2010 12:45 am
Forum: Announcement
Topic: Inter Process Message Sample Code
Replies: 1
Views: 1762

Inter Process Message Sample Code

Hi everyone,

Hope You Had a Nice Holiday and will have a Happy 2010.

This is an exercise I did during my winter holidays.
Hope it may be usefull to someone of you.
It is released with source code. Feel free to use it and comment, correct, improve, etc.

See the Readme.txt file for more verbose ...
by somic
Sat Dec 26, 2009 5:32 pm
Forum: General Discussion
Topic: What is going on to my browser...:-|
Replies: 14
Views: 4554

Re: What is going on to my browser...:-|

@blueznl

Expert is who has made many mistakes... :)
by somic
Fri Dec 25, 2009 11:56 pm
Forum: General Discussion
Topic: What is going on to my browser...:-|
Replies: 14
Views: 4554

Re: What is going on to my browser...:-|

@luis
luis wrote:
; Written with PB 4.40 by Luis on 25 Dec 2009, yeah on Christmas ...
Good job and good night.
Rgds,
Somic
by somic
Fri Dec 25, 2009 9:12 pm
Forum: General Discussion
Topic: What is going on to my browser...:-|
Replies: 14
Views: 4554

Re: What is going on to my browser...:-|

Thanks guys (expecially luis for the tool, for me better than nothing)

When I look for solutions I give a look to old code too, because, beeing a beginner, I can find something interesting and avoid to post "stupid questions" (even if in my company we have two milestones: 1. "there are not stupid ...
by somic
Fri Dec 25, 2009 11:10 am
Forum: General Discussion
Topic: What is going on to my browser...:-|
Replies: 14
Views: 4554

What is going on to my browser...:-|

Hi,

ask for help/advice.

Does anyone know how I can fix this problem in browsing Restored web pages of this site (see below)?
I really don't know (but I didn't try hard...)

Many thanks in advance for any help.

Somic

Marty Christmas and Happy New Year to everyone ...
by somic
Mon Dec 21, 2009 7:35 am
Forum: Applications - Feedback and Discussion
Topic: Check Variables
Replies: 18
Views: 30045

Re: Check Variables

Hi,

I get the same runtime error at the same line but only with "complicate" code (many Includefile) and sometime the VarType is not correct (or not updated in the output form, when changing the selection).

Any bug fix up today?

Rgds
by somic
Sun Dec 20, 2009 5:29 pm
Forum: Coding Questions
Topic: TypeOf or similar function
Replies: 4
Views: 1032

Re: TypeOf or similar function

@SFSxOI
I knew about that thread but also not able to find the implementation.

@eesau
I understand your point, but SizeOf(*addr) gives correct size of anything pointed by *addr.

I guess that, somewhere in the memory there should be stored the info.
by somic
Sun Dec 20, 2009 4:37 pm
Forum: Coding Questions
Topic: TypeOf or similar function
Replies: 4
Views: 1032

TypeOf or similar function

Hi,
ask for help.

Does someone know how it is possible to determine the type of variable at runtime:

es. something like

Code: Select all

*addr = @dbl
if typeof(*addr) = #pb_double
...
elseif typeof(*addr) = #pb_fixedstring
...
typeof(*addr) = #pb_array
...
Thank you for any advice
Rgds,
Somic
by somic
Sun Dec 13, 2009 2:35 pm
Forum: Off Topic
Topic: A blackberry app coded in purebasic.
Replies: 3
Views: 1048

Re: A blackberry app coded in purebasic.

I'm afraid you are right, Thorium. :oops:

It is a pc app screenshooting the bb via the usb... :?

...

to the next ...

rgds,