search for: testproject1

Displaying 1 result from an estimated 1 matches for "testproject1".

Did you mean: testproject
2010 Jun 22
0
BCB5 CGI.EXE in Ubuntu Lucid 64bit
...st starts prints and closes. Code: #include <vcl.h> #include <conio.h> #pragma hdrstop #pragma argsused int main(int argc, char* argv[]) { cprintf("small test"); return 0; } Launched from Bash Script&#058; Code: before="$(date +%s%N)" wine ./testProject1.exe after="$(date +%s%N)" elapsed_seconds="$(expr $after - $before)" echo Elapsed time for code block: $elapsed_seconds Problem 1. On 32bit ( Ubuntu Hardy 8.04 wine-1.1.26) it loads and exists in about 0.2 seconds. On 64bit (Ubuntu Lucid. 10.04 wine-1.1.26 , wine-1.1.38 an...