search for: ptinfo

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

Did you mean: psinfo
2009 Feb 07
0
MS Access 97
...own bug related to accwiz.dll). Unfortunately, I'm not able to add controls to a form in design mode. I get two empty error dialog boxes in a row and I get the following in the terminal: Any suggestions? Code: fixme:typelib2:ICreateTypeInfo2_fnAddRefTypeInfo (0x8160c28,0x8120590,0x32f61c), pTInfo from different typelib. fixme:typelib2:ICreateTypeInfo2_fnSetCustData (0x8162e58,{ba65d790-9301-11cf-8d22-00aa00375384},0x32f5f8), stub! fixme:typelib2:ICreateTypeInfo2_fnAddRefTypeInfo (0x8163080,0x8120590,0x32f620), pTInfo from different typelib. fixme:typelib2:ICreateTypeInfo2_fnSetCustData (0x8...
2004 Mar 25
1
wordfast, word 2000, + wine
Hi, I have succesfully installed word 2000 under wine on a suse 9.0 box. Now I want to install wordfast (http://www.wordfast.net) on top of it. Wordfast is a visual basic piece of software for word (basically ou install it by putting a .dot file into yout Office/Startup) which is essential for professional translators. This configuration is known to work using Cross-over. Now what happens
2005 Mar 14
4
[patch/unstable] page table cleanups
...*sl1e = NULL, *pl1e, ol1e, nl1e, pte, spte, *ptep; + l2_pgentry_t *pl2e; int i, cpu = smp_processor_id(); struct exec_domain *ed = current; struct domain *d = ed->domain; @@ -2308,13 +2311,13 @@ void ptwr_flush(const int which) #endif l1va = ptwr_info[cpu].ptinfo[which].l1va; - ptep = (unsigned long *)&linear_pg_table[l1_linear_offset(l1va)]; + ptep = &linear_pg_table[l1_linear_offset(l1va)]; /* * STEP 1. Write-protect the p.t. page so no more updates can occur. */ - if ( unlikely(__get_user(pte, ptep)) ) + if ( unli...