Displaying 2 results from an estimated 2 matches for "msvcrt80".
Did you mean:
msvcr80
2008 Dec 16
4
perl-web-script should start a application with wine
I need some help.
I have a windows application which load a file, do something and put the output in the same file. This tool is called ct.exe. Now I use wine to start this application, everything works fine.
My problem starts if a try to write a perlscript which start this wine application.
my perl script:
1 #!/usr/bin/perl
2
3 use strict;
4 use CGI;
5 use CGI::Carp
2009 Jan 19
0
compiling python2.5 (msys+mingw+wine) using msvcr80 assemblies
..."winuser.h"
2 RT_MANIFEST PC/python_2.5_8.0_mingw_exe.manifest
you could get away with 2 24 PC/..... and could exclude the #include
3) added a rule to Makefile.pre.in to create the .res as a binary:
# This rule builds the .res file for the Python EXE, required when
# linking and using msvcrt80 or above. good luck to us all...
$(PYTHONEXEMSVRES): $(srcdir)/PC/python_$(VERSION)_$(MSRTVER)_exe.manifest \
$(srcdir)/PC/python_$(VERSION)_$(MSRTVER)_mingw_exe.rc
windres --input $(srcdir)/PC/python_$(VERSION)_$(MSRTVER)_mingw_exe.rc \
--output $(PYTHONEXEMSVR...