Dear Marlo
Can you please help me for written the functions for dynamic datastructures such as stack, queue, linkedlist, sortedlist for PowerBASIC and where can I find it for PureBASIC ?
What are the mosly used functions for :
1. Stack
2. Queue
3. Linkedlist
4. SortedList
5. ArrayList
I have ...
Search found 11 matches
- Wed Aug 11, 2004 7:35 am
- Forum: Coding Questions
- Topic: Powerbasic to Purebasic
- Replies: 4
- Views: 3118
- Mon Aug 09, 2004 1:28 pm
- Forum: Coding Questions
- Topic: AllocateMemory
- Replies: 13
- Views: 3140
The new function of the old function UseMemory
Dear Developer
Can somebody help me for translated or witch new function in PureBASIC 3.90 can I used instead of the old function
"*Mem0 = UseMemory(0)"
Thanks
Stefke
Can somebody help me for translated or witch new function in PureBASIC 3.90 can I used instead of the old function
"*Mem0 = UseMemory(0)"
Thanks
Stefke
- Mon Aug 09, 2004 1:24 pm
- Forum: Coding Questions
- Topic: Errors function Toolbars
- Replies: 1
- Views: 831
Errors function Toolbars
Dear Support
What is the new functions of this old translated into the Purebasic v3.90 code?
CreateTB(0,hWnd,24,24,#TBpro_TRANSPARENT|#TBpro_BORDER)
SetTBimage(0,0,#TBpro_NORMAL)
AddTBsysIcons()
AddTBbutton(#MENU_FileOpen , #TBpro_FILEOPEN,0);Fileopen
DisableTBbutton(#MENU_SAVE , 1 ...
What is the new functions of this old translated into the Purebasic v3.90 code?
CreateTB(0,hWnd,24,24,#TBpro_TRANSPARENT|#TBpro_BORDER)
SetTBimage(0,0,#TBpro_NORMAL)
AddTBsysIcons()
AddTBbutton(#MENU_FileOpen , #TBpro_FILEOPEN,0);Fileopen
DisableTBbutton(#MENU_SAVE , 1 ...
- Mon Aug 09, 2004 11:20 am
- Forum: Coding Questions
- Topic: Complex datastructures in PureBASIC
- Replies: 0
- Views: 791
Complex datastructures in PureBASIC
Dear Developers
I would like written functions for the next complex datastructures:
- Stack
- Queue
- ArrayList
- SortedList
- LinkedList
Can you give me the summary mostly used functions for all this functions it can help me for written this functions.
Ps: Edwin can I this build in PowerBASIC to ...
I would like written functions for the next complex datastructures:
- Stack
- Queue
- ArrayList
- SortedList
- LinkedList
Can you give me the summary mostly used functions for all this functions it can help me for written this functions.
Ps: Edwin can I this build in PowerBASIC to ...
- Mon Aug 09, 2004 11:06 am
- Forum: Coding Questions
- Topic: AllocateMemory
- Replies: 13
- Views: 3140
- Mon Aug 09, 2004 9:26 am
- Forum: Coding Questions
- Topic: Problems with AllocateMemory function
- Replies: 3
- Views: 1024
- Mon Aug 09, 2004 8:55 am
- Forum: Coding Questions
- Topic: Problems with AllocateMemory function
- Replies: 3
- Views: 1024
Problems with AllocateMemory function
Dear Support
I try run an few examples that used the AllocateMemory but it display the next errors always "AllocateMemory" Incorrect number of parameters
This are the lines:
Buffer=AllocateMemory(0,512,0)
memory=AllocateMemory(1,lang+1)
I'm used the PureBASIC Professional version 3.90
Can you ...
I try run an few examples that used the AllocateMemory but it display the next errors always "AllocateMemory" Incorrect number of parameters
This are the lines:
Buffer=AllocateMemory(0,512,0)
memory=AllocateMemory(1,lang+1)
I'm used the PureBASIC Professional version 3.90
Can you ...
- Thu Jul 15, 2004 10:55 am
- Forum: General Discussion
- Topic: Questions about passing parameters
- Replies: 6
- Views: 2143
- Thu Jul 15, 2004 10:01 am
- Forum: General Discussion
- Topic: Translated from PureBASIC into C langauge
- Replies: 7
- Views: 2102
Needed for build custom libraries (I written libs only in C)
Hi
I have this to need from create custom libraries and distributed as freeware.
Can you please help me
Thanks
Stephane
I have this to need from create custom libraries and distributed as freeware.
Can you please help me
Thanks
Stephane
- Thu Jul 15, 2004 9:15 am
- Forum: General Discussion
- Topic: Translated from PureBASIC into C langauge
- Replies: 7
- Views: 2102
Translated from PureBASIC into C langauge
Dear Support
I try translated this code fragment into C but is it correct or not?
Result = CreateToolBar(#ToolBar, WindowID)
Description
This is my translated code:
long Result = FF_CREATE_TOOLBAR(dword hToolbar, long WindowID)
What the default datatype in PureBASIC?
Can someone help me with ...
I try translated this code fragment into C but is it correct or not?
Result = CreateToolBar(#ToolBar, WindowID)
Description
This is my translated code:
long Result = FF_CREATE_TOOLBAR(dword hToolbar, long WindowID)
What the default datatype in PureBASIC?
Can someone help me with ...
- Thu Jul 15, 2004 9:11 am
- Forum: General Discussion
- Topic: Questions about passing parameters
- Replies: 6
- Views: 2143
Questions about passing parameters
Dear Support
1. How are passed the parameters standard in PureBASIC?
2. How do I give byref through in pure basic ?
3. How can I get the memory address to an pointer in PureBASIC ?
Thanks for your answer before
Stephane
1. How are passed the parameters standard in PureBASIC?
2. How do I give byref through in pure basic ?
3. How can I get the memory address to an pointer in PureBASIC ?
Thanks for your answer before
Stephane