Search found 99 matches

by tomijan
Mon Oct 11, 2010 11:20 am
Forum: Coding Questions
Topic: Window icon in source code
Replies: 6
Views: 1335

Re: Window icon in source code

Hi,
Use checkbox "Use icon " In Compiler options and choose icon file.
tom
by tomijan
Wed Aug 25, 2010 10:02 am
Forum: Announcement
Topic: PureBasic 4.51 RC2 released
Replies: 50
Views: 17171

Re: PureBasic 4.51 RC2 released

Hi,
When is PB 4.51 final release expected?
(I must finally recompile my program)
regards
tom
by tomijan
Tue Jun 22, 2010 11:25 am
Forum: Coding Questions
Topic: Linker errors
Replies: 7
Views: 2258

Re: Linker errors

Hi,
Error Unresolved external symbol 'SYS_FreeArray' is generated by following procedure:

Procedure ParamsWrapper(params.s, type)
Protected txt.s, i, j=-1
Dim value.f(2)
txt.s = params.s
While Len(txt.s)>0
For i = 0 To 2
txt.s = Left(params,FindString(params,",",1)-1)
If Len(txt.s)=0
value(i ...
by tomijan
Mon Jun 21, 2010 10:34 am
Forum: Coding Questions
Topic: PBCompiler *.asm output file
Replies: 3
Views: 1159

PBCompiler *.asm output file

Hi all,
how to prevent auto deleting file created by pbcompiler after Fasm action (to see source code)?
tom
by tomijan
Sun Jun 20, 2010 3:45 pm
Forum: Coding Questions
Topic: Linker errors
Replies: 7
Views: 2258

Re: Linker errors

Hi,
after updating Gnozal's libraries I got the same errors :cry:
tom
by tomijan
Sun Jun 20, 2010 3:40 pm
Forum: Coding Questions
Topic: Linker errors
Replies: 7
Views: 2258

Re: Linker errors

Many thanks,
yes, some Gnozal's libraries should be updated

best regards
tom
by tomijan
Sun Jun 20, 2010 2:49 pm
Forum: Coding Questions
Topic: Linker errors
Replies: 7
Views: 2258

Linker errors

Hi all,
after compiling my old program (compiled ok in PB v.4.40) I have error in linker :

POLINK: error: Unresolved external symbol 'SYS_FreeArray'
POLINK: error: Unresolved external symbol 'SYS_AllocateMultiArray'
POLINK: fatal error: 2 unresolved external(s)

Both function are in SystemBase ...
by tomijan
Fri Dec 04, 2009 6:01 am
Forum: Announcement
Topic: PureBasic 4.40 is out !
Replies: 72
Views: 28708

Re: PureBasic 4.40 is out !

Hi all
http://www.start64.com/index.php?option ... 2&Itemid=1
PB4.40 announced
regards
tom
by tomijan
Wed Jun 24, 2009 12:28 pm
Forum: General Discussion
Topic: Info about PB64 on Start64.com
Replies: 1
Views: 1303

Info about PB64 on Start64.com

Hi all,

Interesting news from 23.06.09
http://www.start64.com/index.php?option ... 2&Itemid=1

tom
by tomijan
Thu Jun 18, 2009 8:03 pm
Forum: Announcement
Topic: PureBasic Museum
Replies: 23
Views: 12734

Fred wrote
That's a kind of time travel for new developper who missed the start of this big adventure !
it's really nice, that PB is for you not only hard job, but also BIG ADVENTURE.
best regards
tom

p.s. my private PB museum is not so complete ...
by tomijan
Thu Jun 04, 2009 10:28 am
Forum: Announcement
Topic: PureBasic 4.31 released !
Replies: 25
Views: 15834

Hi Fred,
I wish you be so fast as MS$:
SP1 for W7 is announced before release of main system.
Next step :
SPx without any Release!
:D
best regards
Tom
by tomijan
Fri May 22, 2009 2:33 pm
Forum: General Discussion
Topic: PB Service pack
Replies: 14
Views: 6077

thanks for reply,
when is 4.4 release expected ?
tom
by tomijan
Fri May 22, 2009 2:03 pm
Forum: General Discussion
Topic: PB Service pack
Replies: 14
Views: 6077

PB Service pack

Hi all,
in bugs forums many of reported bugs are marked as fixed (Done).
Is any cumulative patch (service pack) available for PB 4.30 ?
tom
by tomijan
Fri Jan 09, 2009 7:20 pm
Forum: Applications - Feedback and Discussion
Topic: wxWidget
Replies: 30
Views: 24672

Hi Thomas,
great, excellent job.
thanks and regards
tom
btw. If anybody is looking for application based on wxWidgets and scintilla, FlameRobin (administrative tool for Firebird database) is good example.
by tomijan
Mon May 12, 2008 6:37 pm
Forum: Coding Questions
Topic: Creating Userlibs with Visual Studio 2008
Replies: 13
Views: 3191

IceSoft wrote
Tried with VC2008.
It is working now.
Can anybody say how to make PB library in VC2008? I make above tutorial, but isn't *.obj in output directory
thanks
tom