Search found 43 matches
- Fri Dec 31, 2004 7:21 am
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
- Fri Dec 31, 2004 1:23 am
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
- Fri Dec 31, 2004 12:39 am
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
well.. I did some searching around and installed the deb package for hexedit. I then managed to hexedit the file (after being sure to back it up) I was able to figure out how to use it and took a look at the libraries file you mentioned.. anyhow, I found the function declaration, and I will assume I ...
- Fri Dec 31, 2004 12:09 am
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
- Thu Dec 30, 2004 9:14 pm
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
- Thu Dec 30, 2004 7:56 pm
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
- Thu Dec 30, 2004 5:06 pm
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
- Thu Dec 30, 2004 5:02 pm
- Forum: Off Topic
- Topic: usb mouse makes noise!!!!
- Replies: 11
- Views: 4980
- Thu Dec 30, 2004 10:34 am
- Forum: Linux
- Topic: Rolling my own linux networking code..
- Replies: 15
- Views: 6829
Rolling my own linux networking code..
Hello everyone. I finally got around to getting the proper libraries and such installed on my debian box, to be able to start tinkering with network programming using PB, within Linux. I have been pleasantly surprised that there are certain API calls which I would require which seem to be recognized ...
- Wed Dec 29, 2004 8:08 am
- Forum: Coding Questions
- Topic: dynamic memory allocation concerns
- Replies: 8
- Views: 2235
hey hey.. what do you know, it works :D
I suppose the square brackets [] in ASM merely de-reference a memory address to it's contents.. well now at least I understand what your code is doing alot better :) (Although I'm curious how you found out about the name of an internal PB function!)
Also you ...
I suppose the square brackets [] in ASM merely de-reference a memory address to it's contents.. well now at least I understand what your code is doing alot better :) (Although I'm curious how you found out about the name of an internal PB function!)
Also you ...
- Mon Dec 27, 2004 2:20 pm
- Forum: Coding Questions
- Topic: dynamic memory allocation concerns
- Replies: 8
- Views: 2235
hm.. Well, Tinman, I believe I've found your original post , however it seems that this 'nasty hack' as you put it may not work anymore :/ At least.. when I tried it with this example code, it shows that somewhere around 0 memory is being freed:
;manual structure memory allocation/memory leak test ...
;manual structure memory allocation/memory leak test ...
- Sun Dec 26, 2004 7:35 pm
- Forum: Coding Questions
- Topic: dynamic memory allocation concerns
- Replies: 8
- Views: 2235
- Sun Dec 26, 2004 12:19 pm
- Forum: Coding Questions
- Topic: dynamic memory allocation concerns
- Replies: 8
- Views: 2235
dynamic memory allocation concerns
Hello!
I'm in the design phase for a project which will require support for any number of dynamically created objects (structures). Inside these structures will be strings. I'm trying to think of the best way to do this in PB.. as far as I see it my options are a) PB's linked lists commands, and b ...
I'm in the design phase for a project which will require support for any number of dynamically created objects (structures). Inside these structures will be strings. I'm trying to think of the best way to do this in PB.. as far as I see it my options are a) PB's linked lists commands, and b ...
- Fri Dec 24, 2004 12:06 am
- Forum: Coding Questions
- Topic: weird linked list behaviour..
- Replies: 7
- Views: 1919
ok the post is up! Sorry for cross-posting! I originally thought this must have been something I was personally doing wrong in the source, but now it appears that that may not be so :/
Anyhow, I suppose I could always write my own "NextElement" function in the meanwhile..
Anyhow, I suppose I could always write my own "NextElement" function in the meanwhile..
- Thu Dec 23, 2004 11:54 pm
- Forum: Coding Questions
- Topic: weird linked list behaviour..
- Replies: 7
- Views: 1919
Same for me, GreenGiant.. It's again pretty weird to see this considering one would assume that NextElement would simply follow the structure for the linked list element (as defined in the linked list help docs), but this does not seem to be the case, as the following code exhibits:
;Linked list ...
;Linked list ...