This is a pre-unofficial release, It just allows to open PowerBuilder project up to 12.0, but a lot of new APIs are not mapped yet. Here is was we could do with it. First of all, install Powerbuilder::ORCA (see annexes…
Free.fr hosting
Tips about free.fr hosting and MySQL / php5 To access PhpMyAdmin for free.fr personal page, follow this link : To make your php5 site working (eg: dotclear2), add a “.htaccess” file in your php5 scripts folders with the following content: http://phpmyadmin.free.fr/phpMyAdmin/
NSIS nsPerl 1.4.1
I have ported it to Perl 5.10.1. Moving project to visual studio express 2008 and added two functions: NSIS_pushstr, NSIS_popstr. See NSIS page for details. Download it now v1.4.2, Added a batch build file, remove win32.dll dependency on msvcr90.dll used in testgui…
Win32::ODBC 0.35 (Unofficial)
Win32::ODBC 0.35 Added a hdbc contructor (allow to share ODBC connection between languages, so nice for embedding perl !). Download it or visit my page on cpan
Win32::Exe 0.15 more PowerBuilder compliant
An official Perl contribution, This a nano patch for reading Version info of Powerbuilder executables, because of non-standard (or non-common?) way to store version information. See on cpan
iMac A1243 keyboard layout for windows
This is my iMac A1243 keyboard layout for windows because I sometimes for some obscure reasons goes on windows computers sessions… I have added two additionals dead keys ( ‘ and ` ) in order to compose some Frenchs characters…
Win32::Lglcd
Win32::Lglcd – Perl extension for writing Perl’s app for Logitech devices. My first released Perl module, it is a wrapper for Logitech G15 keyboard LCD screen. See the cpan page
Perl to Powerbuilder
One of my sleeping projects is the beginning of a bridge between Powerbuilder (static language) and Perl. You can learn more here Use Powerbuilder code in Perl, but I use it more as experimentation about PBNI and XS programming than…
Tic-Tac-Toe, my first script :)
This was my first gui Perl script.