PBSource-Converter(v394 to v400) Released!
New version 1.0.5 available!
V1.0.5
------
- The Extension for Includes is now selectable.
- Convert of Includes can now enable or disable.
- A InfoText (;Converted on DD:MM:YY) can now insert in converted Sourcecode.
- Some Fixes.
Download from PureArea.net
Download from CodersWorkshop.com
Download from the Project Homepage
V1.0.5
------
- The Extension for Includes is now selectable.
- Convert of Includes can now enable or disable.
- A InfoText (;Converted on DD:MM:YY) can now insert in converted Sourcecode.
- Some Fixes.
Download from PureArea.net
Download from CodersWorkshop.com
Download from the Project Homepage
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
very nice!
I've converted one of my sources (about 23k w/ includes) and i had only 1 issue with the conversion.
The original line of code was:
And it was converted into:
Other than that, it worked flawlessly! This was a graphical application as well, including sprite, sprite3d, particles, etc.. And worked great!
*edit*
I've only got beta3 installed where i tested this... so it may very well be that the one line of code is fine
I've converted one of my sources (about 23k w/ includes) and i had only 1 issue with the conversion.
The original line of code was:
Code: Select all
If OpenWindow(#Window_0, 216, 0, #SCREEN_WIDTH, #SCREEN_HEIGHT, #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered , Title$)
Code: Select all
If OpenWindow(#Window_0, 216, 0, #SCREEN_WIDTH, #SCREEN_HEIGHT, Title$, #PB_Window_SystemMenu | #PB_Window_SizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered )
Other than that, it worked flawlessly! This was a graphical application as well, including sprite, sprite3d, particles, etc.. And worked great!
*edit*
I've only got beta3 installed where i tested this... so it may very well be that the one line of code is fine
--Aszid--
Making crazy people sane, starting tomorrow.
Making crazy people sane, starting tomorrow.
- Michael Vogel
- Addict
- Posts: 2797
- Joined: Thu Feb 09, 2006 11:27 pm
- Contact:
@tomijan
Here my entry from the pb4.b11 IDE. It works fine to me.
@Michael Vogel
Global Dim is not valid in PB3.94
Here my entry from the pb4.b11 IDE. It works fine to me.
Code: Select all
; PureBasic IDE ToolsMenu Configuration
;
[ToolsInfo]
ToolCount = 1
;
;
[Tool_0]
Command = C:\Programme\PBSourceConverter\PBSourceConverter.exe
Arguments = PB394toPB400 "%FILE" "%TEMPFILE"
WorkingDir =
MenuItemName = PB3.94 to PB4.00
Shortcut = 0
ConfigLine =
Trigger = 0
Flags = 1
ReloadSource = 1
HideEditor = 0
HideFromMenu = 0
Deactivate = 0
Global Dim is not valid in PB3.94
New version 1.0.6 available!
V1.0.6
------
- Added support for DoubleClick in Edit-Jobs Panel.
- A Bug was fixed in recognize of parameters.
- Some Fixes.
Download from PureArea.net
Download from CodersWorkshop.com
Download from the Project Homepage
V1.0.6
------
- Added support for DoubleClick in Edit-Jobs Panel.
- A Bug was fixed in recognize of parameters.
- Some Fixes.
Download from PureArea.net
Download from CodersWorkshop.com
Download from the Project Homepage
New version 1.0.7 available!
V1.0.7
-------
- The Number of ConvertingJobs will now displayed in PluginEditor.
- Conversion over CommandLine will now shown also a Processbar.
- Some changes in GUI-Text.
- Some Fixes.
Download from PureArea.net
Download from CodersWorkshop.com
Download from the Project Homepage
V1.0.7
-------
- The Number of ConvertingJobs will now displayed in PluginEditor.
- Conversion over CommandLine will now shown also a Processbar.
- Some changes in GUI-Text.
- Some Fixes.
Download from PureArea.net
Download from CodersWorkshop.com
Download from the Project Homepage
Thanks AL90 - very useful tool.
Maybe some suggestions:
Drag & drop for "Original Sourcecode" StringGadget + auto insert filename to "Save Sourcecode as" = filename + _.ext.
At startup "PB394to400" Plugin loaded - default selected.
"Converting" ButtonGadget default button to accept "ENTER" HotKey.
Maybe some suggestions:
Drag & drop for "Original Sourcecode" StringGadget + auto insert filename to "Save Sourcecode as" = filename + _.ext.
At startup "PB394to400" Plugin loaded - default selected.
"Converting" ButtonGadget default button to accept "ENTER" HotKey.

Last edited by eJan on Wed Jun 14, 2006 10:16 pm, edited 1 time in total.