search for: exe_main

Displaying 11 results from an estimated 11 matches for "exe_main".

2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello! I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': exe_main.c:(.text+0x9d): undefined reference to `WinMain' Yes, I've googled but none of found solutions hepled. Source at current state can be got here: http://silentman.org.ua/build.tar.gz (I use build.sh for compiling)
2020 Jan 06
2
clang interpreter failed to materialize symbols
...common_main() + 0xE bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, line 331 0x00007FF6909C1AB9 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), mainCRTStartup() + 0x9 bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp, line 17 0x00007FFC76417BD4 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s) 0x00007FFC7746CED1 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s) Sent from Mail...
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
...d stub.c: In function `__wine_spec_unimplemented_stub': stub.c:36: warning: visibility attribute not supported in this configuration; ignored Undefined first referenced symbol in file GetStartupInfoA ../../dlls/libwinecrt0.a(exe_main.o) GetCommandLineA ../../dlls/libwinecrt0.a(exe_main.o) WinMain ../../dlls/libwinecrt0.a(exe_main.o) ld: warning: Symbol referencing errors In file included from x11drv.h:30, from bitblt.c:33: /usr/openwin/include/X11/Xlib.h:38: warni...
2020 Jan 14
4
clang interpreter failed to materialize symbols
...rc\vctools\crt\vcstartup\src\startup\exe_common.inl, > line 331 > > 0x00007FF6909C1AB9 (0x0000000000000000 0x0000000000000000 > 0x0000000000000000 0x0000000000000000), mainCRTStartup() + 0x9 > bytes(s), > d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp, > line 17 > > 0x00007FFC76417BD4 (0x0000000000000000 0x0000000000000000 > 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + > 0x14 bytes(s) > > 0x00007FFC7746CED1 (0x0000000000000000 0x0000000000000000 > 0x0000000000000000 0x0000000...
2009 Sep 03
4
build wine dll problem
...ng: MyWinDll.spec Code: 2 stdcall MyWinFunc (int) MyProxyWinFunc MyWin.c Code: #include <windef.h> short MyProxyWinFunc(int *i) { return 5; } shell Code: winemaker --nosource-fix --dll --single-target MyWin --nomfc . make I get the following error: Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': (.text+0xa9): undefined reference to `WinMain' Why is it asking for a main function, i am trying to build a dll...
2010 Jun 09
2
Help with simple dll wrapper around linux so
...directory called test. I type: Code: winemaker . --nosource-fix --nomfc -iadd --single-target WinAdd -L"." (ive already compiled to libadd.so for linux), and then run Code: make And i get: Code: winegcc -o WinAdd.so add.o WinAdd.o -L. -ladd /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': (.text+0xa0): undefined reference to `WinMain' collect2: ld returned 1 exit status winegcc: i486-linux-gnu-gcc failed make: *** [WinAdd.so] Error 2 Can anyone please help? wine version is 1.1.42 and im on ubuntu THanks :D
2020 Jan 16
2
clang interpreter failed to materialize symbols
...ommon_main() + 0xE bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl, line 331 0x00007FF6909C1AB9 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), mainCRTStartup() + 0x9 bytes(s), d:\agent\_work\5\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp, line 17 0x00007FFC76417BD4 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s) 0x00007FFC7746CED1 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s) Sent from...
2011 Jan 31
1
crash with winecfg
...8 in comctl32 (+0x23877) (0x0032f9a4) 29 0x715b34c9 in comctl32 (+0x234c8) (0x0032f9bc) 30 0x715b33b3 in comctl32 (+0x233b2) (0x0032fdc8) 31 0x7ed85aa4 main+0xa3(argc=<couldn't compute location>, argv=<couldn't compute location>) [/build/buildd/wine1.3-1.3.11/dlls/winecrt0/exe_main.c:48] in winecfg (0x0032fe48) 32 0xffff52dc (0x0032fe90) 33 0x7b8593bc call_process_entry+0xb() in kernel32 (0x0032fea8) 34 0x7b8593bc call_process_entry+0xb() in kernel32 (0x0032fee8) 35 0x7b85bd2b start_process+0x5a(peb=0x12bce7) [/build/buildd/wine1.3-1.3.11/dlls/kernel32/process.c:1086]...
2008 Apr 01
7
Notepad - resizing
I use the included Notepad a lot. WINE used to save where I had re-sized and placed it, but now it does not. How do I save my re-size? Thank you.
2011 Dec 18
0
fst, wine, Kontakt5 ... still no joy
...4d2f in kontakt 5 (+0x844d2e) (0x0033fbf0) 5 0x108458a3 in kontakt 5 (+0x8458a2) (0x0033fc10) 6 0x1002f7e6 in kontakt 5 (+0x2f7e5) (0x0033fc38) 7 0x7ef29893 WinMain+0x3b8() in fst (0x0033fda8) 8 0x7ef2583e main+0xad(argc=0, argv=(nil)) [/home/pianist/local/src/wine-1.3.34/dlls/winecrt0/exe_main.c:48] in fst (0x0033fe28) 9 0x7ef2bf95 __wine_spec_exe_entry+0x74(peb=0x7ffdf000) [/home/pianist/local/src/wine-1.3.34/dlls/winecrt0/exe_entry.c:36] in fst (0x0033fe70) 10 0x7edf65bc call_process_entry+0xb() in kernel32 (0x0033fe88) 11 0x7edf758f start_process+0x5e(peb=0x7ffdf000) [/ho...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
..... audio.c audiounit.c coreaudio.c coremidi.c midi.c mixer.c > :info:build config.status: creating dlls/winecrt0/Makefile > :info:build ../../tools/makedep -xo -xcross.o -C. -S../.. -T../.. delay_load.c dll_entry.c dll_main.c drv_entry.c exception.c exe16_entry.c exe_entry.c exe_main.c exe_wentry.c exe_wmain.c init.c register.c stub.c > :info:build config.status: creating dlls/wined3d/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. arb_program_shader.c ati_fragment_shader.c basetexture.c buffer.c clipper.c context.c cubetexture.c device.c...