Motivation Recently I was working on a web application using the Perl Mojolicious framework. I was able to deploy it on a Heroku free account, but with some limitations: PostgreSQL database limited to 10’000 rows no way to store logs…
Tag: perl
Prima compilation errors with VC 2008 Express
While building perl distrib Prima-1.38 using vc 2008 express, I got the following error: C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(358) : error C3163: ‘_vsnprintf’: attributes inconsistent with previous declaration C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h(350) : see declaration of ‘_vsnprintf’…
Perl strange compilation messages on win32
I am using SciTE to edit a package and running with Perl 5.10.1 on win32 and suddenly I got compilation message that I couldn’t understand. So I reduce my package to the smallest code that reproduces it in a Bar…
PerlSharp for MS .Net story
I was looking for a way to hack with Perl 5 from C# and found PerlNet(from activestate) and PerlSharp(open source) which is only for Mono and Unix-like os … Frustrated I started to make it working on my platform and compiler.…
EmbeddingPerl project
This project was started about 4 years ago from a hack and today it is time to put it out of the box! This is PBNI extension for Powerbuilder(classic) that embed a Perl interpreter which is able to manipulate Powerbuilder objects and…
showing executable console
Did you ever try to write to the standard output using STDOUT but never seen your output in the console? This is a little known thing about PE executable on windows that were compiled to be GUI. The PE header…
Powerbuilder .DBG files (using /PBDEBUG)
Did you already try to produce a .dbg file by running your powerbuilder application with the /DEBUG or /PBDEBUG parameter ? It is a trace of each call and executed line, so it could help to find where an application…
Powerbuilder::ORCA 0.06
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…
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