Hi,
Use checkbox "Use icon " In Compiler options and choose icon file.
tom
					Search found 99 matches
- Mon Oct 11, 2010 11:20 am
- Forum: Coding Questions
- Topic: Window icon in source code
- Replies: 6
- Views: 1335
- 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
					When is PB 4.51 final release expected?
(I must finally recompile my program)
regards
tom
- 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 ...
					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 ...
- 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
					how to prevent auto deleting file created by pbcompiler after Fasm action (to see source code)?
tom
- 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 
 
tom
					after updating Gnozal's libraries I got the same errors
 
 tom
- 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
					yes, some Gnozal's libraries should be updated
best regards
tom
- 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 ...
					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 ...
- Fri Dec 04, 2009 6:01 am
- Forum: Announcement
- Topic: PureBasic 4.40 is out !
- Replies: 72
- Views: 28708
- Wed Jun 24, 2009 12:28 pm
- Forum: General Discussion
- Topic: Info about PB64 on Start64.com
- Replies: 1
- Views: 1303
- Thu Jun 18, 2009 8:03 pm
- Forum: Announcement
- Topic: PureBasic Museum
- Replies: 23
- Views: 12734
- Thu Jun 04, 2009 10:28 am
- Forum: Announcement
- Topic: PureBasic 4.31 released !
- Replies: 25
- Views: 15834
- Fri May 22, 2009 2:33 pm
- Forum: General Discussion
- Topic: PB Service pack
- Replies: 14
- Views: 6077
- 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
					in bugs forums many of reported bugs are marked as fixed (Done).
Is any cumulative patch (service pack) available for PB 4.30 ?
tom
- Fri Jan 09, 2009 7:20 pm
- Forum: Applications - Feedback and Discussion
- Topic: wxWidget
- Replies: 30
- Views: 24672
- Mon May 12, 2008 6:37 pm
- Forum: Coding Questions
- Topic: Creating Userlibs with Visual Studio 2008
- Replies: 13
- Views: 3191
