Page 2 of 3

Posted: Tue Apr 14, 2009 12:31 am
by pdwyer
That shade of yellow reminds me of my bedroom wall when I was 5. My dad was right about wall colouring "you can't go wrong with white" :P

Posted: Tue Apr 14, 2009 1:04 am
by lexvictory
pdwyer wrote:if you support a split code screen then I'm very interested.
I'll look into it. I've been copying structures into notepad (and dragging it to my 2nd monitor) when I really need to look at them while coding. Was thinking of just making a notes panel. But this would do the trick too

Posted: Tue Apr 14, 2009 8:12 am
by the.weavster
pdwyer wrote:My dad was right about wall colouring "you can't go wrong with white"
I think it was Stephen Fry that said: "If Michelangelo had been straight the ceiling of the Sistine chapel would have been painted with white emulsion."

Posted: Sat Apr 18, 2009 7:30 am
by lexvictory
It may still not be 100% usable, but I've made quite an amount of progress.
First post has been updated.

Crash with error on my PB4.3 (win32)

Posted: Mon Apr 27, 2009 9:26 am
by SkyManager
Just try to run and have a look, but reported error :

Code: Select all

Line 77: With 'EnableExplicit', variables have to be declared: ret
It stops at

Code: Select all

SHGetFolderPathW(#Null, #CSIDL_APPDATA, #Null, #SHGFP_TYPE_CURRENT, @ret)
The procedure is : Procedure.s GetPrefsDir()
The file is : global helpers.pb

Any clue for me to correct this?

Posted: Mon Apr 27, 2009 9:31 am
by lexvictory
do an 'svn update' (or redownload the tar)
Sorry; I get lazy when I'm the only one committing to a repo.

Posted: Mon Apr 27, 2009 10:34 am
by SkyManager
Looks like that there is only one tar file.

Is this the correct link?
http://duplicapbe.svn.sourceforge.net/v ... z?view=tar

If not, could you please update me (or us) the latest link?

Posted: Mon Apr 27, 2009 11:05 am
by lexvictory
yes, that link should give you a tar of the latest code in SVN.

Posted: Mon Apr 27, 2009 10:37 pm
by DoubleDutch
imho the PB IDE is great. :)

Posted: Tue Apr 28, 2009 1:52 am
by lexvictory
DoubleDutch wrote:imho the PB IDE is great. :)
The main reason for making this is so I can compile to x86 or x64 from the one IDE.
plus I've added some other things. e.g. when pasting code, it will auto reformat the indentation.

Posted: Sun May 10, 2009 1:15 pm
by eddy

Code: Select all

I would have modified that, but it still seems to be coded in PB 3.94! 
I had the same idea. :)

I can't compile the windows version. There are some OS specific codes.
Did I miss something ?

Posted: Sun May 10, 2009 1:29 pm
by lexvictory
it should work.
what exactly is the error you're getting?

Posted: Sun May 10, 2009 1:31 pm
by eddy
I tried to compile Duplicapbe.pb


PB compiler didn't found this function : ReadProgString_Ascii (procedure : GetCompilerString / file : compiler helpers.pb)

Posted: Sun May 10, 2009 1:35 pm
by lexvictory
you need to TailBite readit.pb in ascii mode.
its a workaround because ReadProgramString waits for a unicode string when compiled in unicode mode, when it needs to look for ascii.

I'll probably implement it as ASM inside the code sometime soon. (and perhaps it won't be an issue in PB4.40)

PM me with an email if you want me to send you the x64 lib

Posted: Sun May 10, 2009 2:14 pm
by eddy
I have x86 machine. Does I need x64 lib ?