Page 2 of 4

Posted: Thu Apr 06, 2006 2:34 am
by PB
> Here ya go PB

Nope Lyon, that's the pic and zip link that I'm talking about. :)

Posted: Thu Apr 06, 2006 2:38 am
by Lyon

Posted: Thu Apr 06, 2006 2:44 am
by PB
> Try accessing them through Anonymouse.org

Thanks, that worked great! :D

Still, a better mirror system is needed by AL90.

Posted: Thu Apr 06, 2006 3:01 am
by Lyon
Still, a better mirror system is needed by AL90.
Seriously, his site works fine and always works anytime I visit it.

It appears that Oz folks or at least your Oz ISP is being blocked by his server. I run into the exact opposite problem all the time. When I try to access many sites on Oz servers, I can't access them because they are blocking my ISP. I have to use anonymouse.org.

Posted: Thu Apr 06, 2006 4:47 pm
by Trond
AL90 wrote:@Trond
Actually, that code was correctly converted. :D
I hope that. :D

Unsupported way? how?
A loop which was one more time than files to enumerate language files in the directory and also add the default english language. Inside the loop I needed to check NextDirectoryEntry() but with the debugger in version 4 it complained that the directory was not initialized when the ExamineDirectory() had found no language files in the directory. Since I used the default parameters of ReadPreferenceString() I didn't want to type those two times.

Posted: Thu Apr 06, 2006 5:34 pm
by techjunkie
Great tool! :D

(PS: Force Fred to include it in the IDE)

Posted: Thu Apr 06, 2006 6:01 pm
by AL90
first: Sorry for any Downloadproblems, I can't myself this understand.
However, thanks @Lyon for post the DirectDownload-Link. :wink:

@techjunkie

You can use it in jaPBe with the arguments

PB394toPB400 "%FILE" "%TEMPFILE"

I have it so configured that jaPBe will open the converted source
as 'NewFile' and it works good in jaPBe. :)

Info: In the original IDE you can it also configure. I have it tested
and it works fine.

@Trond

I have tested a coderoutine from C.A.V. and the routine will now add
"." and ".." from directory. although the line with If Strg$<>"." and so on
is not changed by converter. It's strange. :?:

@fsw

Sorry I forgot to insert these constants. You can add the following lines
to the PB394toPB400.pbc (Plugin) file.

Code: Select all

[BEGIN JOB]
OriginalName = #PB_EventMenu
ReplacedName = #PB_Event_Menu
[END JOB]

[BEGIN JOB]
OriginalName = #PB_EventGadget
ReplacedName = #PB_Event_Gadget
[END JOB]
Otherwise you can it self add from the PluginEditor of converter.
In the next version I will add the entrys. :wink:

Posted: Thu Apr 06, 2006 6:08 pm
by Fred
Very good !

Posted: Thu Apr 06, 2006 6:15 pm
by AL90
Thanks! :wink:

Posted: Thu Apr 06, 2006 6:43 pm
by Bonne_den_kule
Very nice work :D

Posted: Thu Apr 06, 2006 10:20 pm
by PB
> thanks @Lyon for post the DirectDownload-Link

I was trying the direct download link, which failed. BUT, that was at work.
Here at home, the same link works fine for me. I hate my workplace PC.
I still can't even connect to my home PC with UltraVNC with it. :(

Posted: Thu Apr 13, 2006 12:14 am
by AL90
New version 1.0.3 is now available!

V1.0.3
--------
- Added Multi-Converting.
- Added Recursive Including support.
- Added some entrys in PluginFile.
- Some Fixes.

Download from PureArea.net

Download from CodersWorkshop.com

Download from Project Homepage

Posted: Tue Apr 18, 2006 12:52 am
by AL90
New version 1.0.4 is now available!


V1.0.4
------
- Includes will now save separate.
- Some Fixes.

Download from PureArea.net

Download from CodersWorkshop.com

Download from the Project Homepage

Posted: Tue Apr 18, 2006 1:14 am
by Flype
thank you for continuing this useful tool.

is it possible to add an option for including a new line on top of the source like this one :
; Converted for Purebasic 4.0 with PureConverter 1.0.4, YYYY-MM-DD

Posted: Tue Apr 18, 2006 1:24 am
by AL90
@Flype

Yes, its added in the ToDo-List for the next release. :wink: