search for: fineri

Displaying 4 results from an estimated 4 matches for "fineri".

Did you mean: finer
2002 Jul 14
6
20020710 & winetest
Last 3 wines are failed to compile on various reasons. (If I remember correctly: 20020411 compiles; 20020509, 20020605, 20020710 does not.) wine 20020710 make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC
2002 Jul 12
0
Errors running notepad.exe
I received the following exception when trying to run notepad.exe using the command line: wine /mnt/win_c/windows/notepad.exe I also got it using: wine "C:\\windows\\notepad.exe" fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ? fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add support for it ? fixme:reg:_nt_dump_lf unknown
2002 Jul 16
1
Wine dosen't compile!!
wine-20020605 and wine 20020710 don't compile on varius version of Red-Hat and Mandrake (Including 8.2), CVS dosen't work, andone going to do something about this (There is an open bug abiut this on bugzilla)?
2009 Jul 12
11
get DB data to rhtml file
I am trying to get data out of a database to my rhtml file. The files look like this: Model ------- mystuff.rb class Mystuff < ActiveRecord::Base set_table_name "mytable" set_primary_key "id" end Controllers -------------- mystuff_controller.rb require ''Mystuff'' class MystuffController < ApplicationController def read @me =