search for: appmodules

Displaying 3 results from an estimated 3 matches for "appmodules".

Did you mean: appmodule
2006 May 08
0
destroy failure with has_many associative table without id
Hello, I''m newbie in RoR development and I''m coping with the following problem : I have two tables "users" and "appmodules", and I''ve created an associative table named "permissions" : create_table "permissions", :id => false, :force => true do |t| t.column "user_id", :integer, :default => 0, :null => false t.column "appmodule_id", :integer,...
2001 Sep 26
0
winelib and mfc
I am trying use mfc to compile programs in Linux Well, i have compiled a part of mfc which is need to my VC6 application and the mfc and mfc+application are compiled without errors or undefined reference, but when i ran the program i saw this error: /winhelp: could not load library './winhelp.so' as Winelib application: cannot open shared object file: cannot load shared object file:
2004 Sep 19
0
MFC compile problem
HI ALL: I can not compile MFC successfully due to the resource file 'afxres.rc'. Can you give some suggestions to solve this problem or share your experience on compiling MFC? Thank you. version of OS: [ken@Linux80 mfc]$ uname -a Linux Linux80 2.4.18-14 #1 Wed Sep 4 12:13:11 EDT 2002 i686 athlon i386 GNU/Linux version of MFC source is the MFC version released with VC 6.0 I compiled it