On Sunday 04 July 2010 12:10:36 Ilya Basin wrote: >>> int main() { >>> HMODULE hKernel32 = GetModuleHandle("kernel32.dll"); >>> printf("0x%8x\n", hKernel32); >>> } >>> >>> [...@il winetest]$ wine a.exe >>> 0x7edf0000 >>> [...@il winetest]$ wine a.exe >>> 0x7edf0000 >>> [...@il winetest]$ wine a.exe >>> 0x7ede0000 >> >> Is this on Linux? > > yes
In that case you should check if you have prelink installed and then configure and build wine.