https://bugs.winehq.org/show_bug.cgi?id=51531 --- Comment #2 from Vladimir Koković <vladimir.kokovic(a)gmail.com> --- File /asoft-src/ispp-64/linux/cross-compile/llvm-mingw/ispp64-llvm-mingw-start.sh contents: --- #!/bin/bash set -e export WINEPREFIX="/mnt/WD-Elements-25A1/ispp-sql-mingw-64/windows-10" export FREETYPE_PROPERTIES="truetype:interpreter-version=35" filebat="vk-ispp-llvm-mingw.bat" cat << EOF > "/tmp/$filebat" rem Z:\asoft-src\ispp-64\linux\cross-compile\llvm-mingw/ispp64-llvm-mingw-start.bat PATH=.;%PATH%;z:\asoft-src\ispp-64\linux\cross-compile\vk-llvm-mingw\x86_64-w64-mingw32\bin;d:\drmingw-0.9.2-win64\bin;Z:\asoft-src\ispp-64\linux\cross-compile\llvm-mingw/pdcurses-cross-PDCursesMod-4.2.0-wincon\dist\Debug\llvm-mingw-Linux;Z:\asoft-src\ispp-64\linux\cross-compile\llvm-mingw\libodbc-llvm-mingw\dist\Debug\llvm-mingw-Linux set LSTDIR=d:\ispp-64\ispp-64\liste set XENVIRONMENT=d:\ispp-64\ispp-64\XCurses.def z: cd Z:\asoft-src\ispp-64\linux\cross-compile\llvm-mingw\ispp-llvm-mingw\dist\Debug\llvm-mingw-Linux start /MAX ispp-llvm-mingw.exe "-xDRIVER={PostgreSQL};DATABASE=ispp-pprostor-beograd;SERVER=localhost;PORT=5432;UID=vlada;PWD=vladakk;MaxVarcharSize=65536;MaxLongVarcharSize=65536;ByteaAsLongVarBinary=1" EOF wineconsole z:\\tmp\\$filebat exit 0 --- -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.