
However I'm starting up on Linux, so I prefered just to stick with 32bits for now

Good idea. I think I will set up another VirtualBox on Ubuntu Hardy and install the 32-bit version of Ubuntu into it. That way it keeps my 64-bit installation clean. It also will isolate any testing I want to do so I don't muck up my stability. I did this with WindowsXP and works slick. It lets me run both WindowsXP applications (Adobe CS3) and Linux applications at the same time. I'll add 32-bit Linux to the mix. I knew I bought 8 gig of RAM for a reasonmoogle wrote:the only workaround is to use ubuntu x32 to compile and code it. it will still work on the x64 edition after. it's the only way for now until fred fixes it.
I found doing this did not produce the results I expected. When I used the ODBC database function, and tested it under 32-bit Ubuntu Hardy 8.04, it worked. When I copied the executable over to my 64-bit Ubuntu Hardy 8.04, it crashed with an error that the told me it was calling the 64-bit ODBC system library with a 32-bit class. I had to install 32-bit ODBC database drivers into my 64-bit system and then edit my odbc config files to add a second definition of the database name with a 32 added to it, pointing to the 32-bit libraries. Then it worked.moogle wrote:the only workaround is to use ubuntu x32 to compile and code it. it will still work on the x64 edition after. it's the only way for now until fred fixes it.