search for: szczerb

Displaying 5 results from an estimated 5 matches for "szczerb".

2008 Oct 05
2
Autopano Pro 1.4.2 on WINE (path problem I think)
I'm a Gentoo amd64 user. This is what I get when I try to run the Autopano (it installed just fine): Code: szczerb at nomad ~ $ wine .wine/drive_c/Program\ Files/Kolor/Autopano\ Pro/Autopano_Win32.exe fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" err:module:import_dll Library MSVCP80.dll (which is needed by L"Z:\\home\\szczerb\\.wine\\drive_c\\Program...
2009 Feb 09
1
Re: Incredimail....Need help/ideas to get it running
...rent messages. When I run IncMail.exe or ImApp.exe I get a window, visible on the screenshot (http://omploader.org/vMThjMg), that says: "Error: failed to create Message Store." To get to this point I used winetricks to install ie6, flash, msvc2005 and wininet. Output of IncMail.exe: Code: szczerb at nomad ~ $ wine .wine/drive_c/Program\ Files/IncrediMail/bin/IncMail.exe err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1 err:ole:CoGetClassObject...
2009 Jan 01
1
wineg++ and conio.h problem
...iostream> #include <cstdlib> #include <wine/msvcrt/conio.h> int main() { std::cout << "Press something...\n"; getch(); return EXIT_SUCCESS; } and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same) Code: szczerb at nomad ~/projekty/wine/temp $ make wineg++ -c -o main.o main.cpp In file included from main.cpp:3: /usr/include/wine/msvcrt/conio.h:11:21: error: crtdefs.h: no such file or directory winegcc: g++ failed make: *** [main.o] error 2 and the file is there: Code: szczerb at nomad ~/projekty/w...
2008 Dec 31
1
wineg++ problem with the standard library
...de to test but the author unfortunately used conio.h and system("cls") quite a few times. So I thought I'll check if I can use my Wine-1.1.11 instead of a windows installation that I keep on a VM. I used 'winemaker ./' and then 'make' and that's what I got: Code: szczerb at nomad ~/projekty/wine/plansza $ make wineg++ -c -mno-cygwin -I. -o main.o main.cpp /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:170: error: ::snprintf has not been declared /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4/cstdio:171: error: ::vfscanf has not been declared...
2009 Feb 09
0
Re: Incredimail....Need help/ideas to get it running
I thought that this was only for older versions (I'm using 1.1.14 - sorry for not mentioning). I get the same window and the same ouput when started from that dir or with 'wine start 'windows_path'.[/code]