Guillaume “Zifro” Desrat’s former blog

Tuesday, WinDEV.

Filed under: work, WinDEV, code — Zifro September 12, 2006 @ 1:46 pm

As I was to find out a solution to the big number problem in our software, I imagined I could write the code in Ruby, make it stand-alone with rubyscript2exe, and call it from WinDEV.

*Laughs*

The Ruby part went fine (of course), but I couldn’t manage to get something else than 0 when I call it from WinDEV. And then I noticed that I forgot a blank space, so instead of calling “C:\zlab\rlmc.exe 8708″, it was launching “C:\zlab\rlmc.exe8708″, FUCKING SILENTLY !

So after some tests, I went to this conclusion : one of the two signatures of the LanceAppli function doesn’t work (by work I mean raise and exception in such a case).

If you’re interested in knowning more about it, here you are :

My advice : DON’T MESS WITH WINDEV OR YOU’LL GO INSANE !

(and finally, I coded an int z_modulo(string s, int n) function to keep all the code in WinDEV)

WordPress database error: [Table 'hazzard.wp_comments' doesn't exist]
SELECT * FROM wp_comments WHERE comment_post_ID = '40' AND comment_approved = '1' ORDER BY comment_date

5 Comments »

No comments yet.

RSS feed for comments on this post.

Leave a comment