PBSource-Converter(v394 to v400) Released!

Developed or developing a new product in PureBasic? Tell the world about it.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Here ya go PB

Nope Lyon, that's the pic and zip link that I'm talking about. :)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Lyon
User
User
Posts: 59
Joined: Tue Mar 28, 2006 9:26 pm

Post by Lyon »

PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Try accessing them through Anonymouse.org

Thanks, that worked great! :D

Still, a better mirror system is needed by AL90.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Lyon
User
User
Posts: 59
Joined: Tue Mar 28, 2006 9:26 pm

Post 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.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Great tool! :D

(PS: Force Fred to include it in the IDE)
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post 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:
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Very good !
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post by AL90 »

Thanks! :wink:
Bonne_den_kule
Addict
Addict
Posts: 841
Joined: Mon Jun 07, 2004 7:10 pm

Post by Bonne_den_kule »

Very nice work :D
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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. :(
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post 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
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post 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
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post 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
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
AL90
Enthusiast
Enthusiast
Posts: 217
Joined: Fri Sep 16, 2005 7:47 pm
Location: Germany
Contact:

Post by AL90 »

@Flype

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