Leveraging a win32 codebase with a native Linux app and Wine

2008-06-27 Thread Michel Jacques
Hello, I would like to reuse a large codebase composed of many win32 dlls within a NATIVE Linux app. I have tested with winelib but it seems that the only way to do this is to use a recompiled win32 app in combination with my recompiled win32 dlls. Is there a way to reuse my recompiled win32

Bad stub ? GetEffectiveRightsFromAclA / GetEffectiveRightsFromAclW

2008-05-20 Thread Michel Jacques
A quick question about stubs, I think above mentioned functions are badly stubbed in ./dlls/advapi32/security.c Current implementation outputs a message like FIXME ... stub ... but functions are not stubbed in the ./dlls/advapi32/advapi32.spec file. Is this wrong? If not, how can I know for

Anybody has a patch for implementing WriteFileGather Kernel32.dll

2008-02-25 Thread Michel Jacques
Hello, I'm looking for an implementation of WriteFileGather in Kernel32.dll. Anybody has a candidate? Thanks in advance, Michel Jacques

winedbg - using pdb from Visual Studio 2005

2008-02-05 Thread Michel Jacques
0009:err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols 0009:trace:dbghelp:pcs_callback 0x111998 2 0x34c378 0009:trace:dbghelp:pcs_callback 0x111998 1 0x34c378 0009:trace:dbghelp:pe_load_stabs failed to load the STABS debug info Thanks, Michel Jacques

winedbg pdb issue - n00b

2008-02-04 Thread Michel Jacques
Hi. I've have setup my debug build (with pdbs) and MSVCRT debug dlls. When stopping on a breakpoint with winedbg, I get a stack of calls in winedbg which does not contains any function info from my dlls or app. I only get hex offset of call within my dll. But I do see the information for