Search found 128 matches

by xgp
Wed Nov 26, 2008 12:11 am
Forum: Off Topic
Topic: A little bit of more true
Replies: 3
Views: 1185

Exactly.

I get very depressed whenever i feel (not just in the physical way) another being's pain and those complete morons who attend bull fights, just can't see that, what they're doing is as cruel.

I must be a very sensible person because i rarely know someone who shares just a bit of the ...
by xgp
Sat Sep 06, 2008 10:41 pm
Forum: Off Topic
Topic: Embarrassing English translation mistakes
Replies: 28
Views: 4797

In portuguese (from Portugal), Gooseneck barnacle , is called "Percebes".

"Percebes" is also used in senteces like "Do you understand ?" which in portuguese is "Percebes?".

On the front door of a restaurant in Algarve, there was this sign: "We sell understands"; what they meant was "We sell ...
by xgp
Wed Sep 12, 2007 5:52 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 354938

Well, then it seems like PB links all the static library, and not only the necessary functions.
Maybe if you extract the .obj files (POLIB /EXPLODE ZLIB.LIB) from the .lib and then try to import the .obj files (compress.obj + uncompr.obj + ...?), it would work ?

Possibly i am doing something ...
by xgp
Wed Sep 12, 2007 3:18 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 354938

Wow, quick response!
I've tested, but i am afraid the size grows the same!
by xgp
Wed Sep 12, 2007 3:06 pm
Forum: PureFORM & JaPBe
Topic: PureZIP library : ZIP / UNZIP files
Replies: 599
Views: 354938

Hi!, first of all, congratulations on this very nice libray of yours! Great job!
I want to ask yuo something, is it possible to just use the UnpackMemory function? I mean, i just need to decompress some memory area on a program i am about to finish, but i think that, whenever i use that function, i ...
by xgp
Sat Sep 08, 2007 2:29 pm
Forum: Off Topic
Topic: Show me your color sheme and I tell you who you are!
Replies: 109
Views: 63057

@pdwyer:
yes, copy-paste that information and save it to a file. Later: Purebasic IDE>Preferences>Import/Export and choose the file you've saved that information.
by xgp
Sat Sep 08, 2007 12:46 am
Forum: Off Topic
Topic: Show me your color sheme and I tell you who you are!
Replies: 109
Views: 63057

After reading this topic posts' i've started to design a light one.
I haven't finished it(debugging colors left) because i don't like it, but i thought i should post it anyway.
http://img460.imageshack.us/img460/1188/mineiq6.png
; PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1 ...
by xgp
Thu Sep 06, 2007 8:08 pm
Forum: Off Topic
Topic: Do you hear music while programming? and what kind?
Replies: 16
Views: 5041

Most of the times i prefer classical music, but i can't listen to it and work at the same time, so i just shutdown everything that makes sound while i am on the core of something i am developing.
The other kind of music that i like is metal, which i do listen most of the time i am sitting on a ...
by xgp
Thu Sep 06, 2007 2:47 pm
Forum: Off Topic
Topic: Show me your color sheme and I tell you who you are!
Replies: 109
Views: 63057

by xgp
Thu Sep 06, 2007 2:12 pm
Forum: Off Topic
Topic: Show me your color sheme and I tell you who you are!
Replies: 109
Views: 63057

I got bored and decided to port some more color schemes. Here they are:

http://img514.imageshack.us/img514/2493/icecubesun3.png
; PureBasic IDE Exported Preferences
;
[Sections]
IncludeColors = 1
;
; Color settings
;
[Colors]
ASMKeywordColor = RGB(242, 184, 132)
BackgroundColor = RGB(30, 77 ...
by xgp
Tue Sep 04, 2007 1:17 pm
Forum: Off Topic
Topic: Books You Enjoy
Replies: 31
Views: 6729

Agatha christie, i read a lot of her works long time ago and loved it!

Paul auster's "the new york trilogy" and "oracle night", but i am looking forward to read more books from him.

Apart from this, i've only read technical books.
by xgp
Sun Sep 02, 2007 4:26 pm
Forum: Coding Questions
Topic: Transform a variable into a linkedlist
Replies: 1
Views: 1113

Hi!, I've managed to work it out!.
I based my code from Trond's Dynamic LinkedLists post ( http://www.purebasic.fr/english/viewtopic.php?t=24399 ) and it worked as i wanted.
Here it is: Procedure.q NewDynamicList()
Protected NewList Local.l()
!mov eax, [esp]
!mov edx, [esp+4]
!add esp, 8 ...
by xgp
Sun Sep 02, 2007 12:36 am
Forum: Coding Questions
Topic: Transform a variable into a linkedlist
Replies: 1
Views: 1113

Transform a variable into a linkedlist

Hi!, i am working to get the following:

"Specify as the lParam of EnumWindows_() a linkedlist so that on EnumWindowsProc() the windows' handle are added to that list."

Procedure EnumWindowsProc(hWnd, DestinyList.l)

CallDebugger

Debug "DestinyList.l = "+Str(DestinyList.l)

; so ...
by xgp
Mon Aug 27, 2007 11:04 pm
Forum: Off Topic
Topic: Anyone used archive.org?
Replies: 6
Views: 1530

and youtube?
http://web.archive.org/web/200504280147 ... utube.com/

by the way, i already knew about archive.org long time ago
by xgp
Sun Aug 19, 2007 10:15 am
Forum: General Discussion
Topic: Possition of function in source code effects performance!!
Replies: 18
Views: 6349

Maybe you were running less applications at the time you test the performance?