search for: vcvars32

Displaying 7 results from an estimated 7 matches for "vcvars32".

2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
...rive "I:" so this can be a problem :) 3) Batch files assume that you have MSVC installed at "C:". Well, i don't have MSVC installed at "C:" :) Small fixes should be applied to all batch files. This line: call "c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat" should look like this: call %MSVCDir%\bin\vcvars32.bat Also you need to set SRCROOT environment variable to an appropriate directory. Of course the best way to compile libraries is to use .dsw files. But you still need to rename those 3 directories to an appropriate names (see point 1)....
2003 Sep 30
3
Adding Tk extensions to R for windows
...R. Of course some would say that you can build faster and smaller Tcl libraries using Visual C++. I didn't notice much difference with my application running Tktable. I did try buildling Tcl/Tk with the free version of VC++.NET SDK but nmake -f makefile.vc in Tcl_source/win/ complained that vcvars32.bat needed to be run. The latest version of the (free) VC++.NET SDK seems to only have sdkvars.bat, which does something similar to vcvars32.bat (i.e. set PATH, INCLUDE, LIB and NetSamplePath), but running it didn't seem to help so I turned to Msys/MinGW. Maybe I should buy the full Visual C+...
2009 Jun 29
4
wine / vcvarsall.bat
Hi there, I am trying to play with wine and I cannot figure out how to read a bat file that would define some env var for me. I followed instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14208 And everything seems to be installed nicely for me (thanks to winetricks !): $ find ~/.wine | grep nmake /home/mathieu/.wine/drive_c/Program Files/Microsoft Visual
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
Thank you very much,It works! And some Q&A I meet,may help somebody: 1. If zlib build with 32bit,should use MSVC's 'vcvars32.bat'; 2. Add '-Z7' to CXXFLAGS can release *.pdb file for VS2017 'Step Into' debug, such as: CXXFLAGS="-EHsc -Z7"; 3. If Somebody write a demo in VS2017 3.1 change libxapian.a's name to libxapian.lib; 3.2 make sure the Runtime Library is /MT, can change it at pro...
2004 May 19
4
Microsoft Visual C++ available for zero cost
I just found this: http://msdn.microsoft.com/visualc/vctoolkit2003/ I don''t tend to pay much attention to Microsoft and MS Windows, so perhaps everyone else already knew about it. Basically, they have released a command-line-only version of their C++ compiler and libraries for free (gratis) downloading. I assume this version would be able to compile wxRuby, but would be
2019 Feb 22
0
How to build xapian 1.4.10 with MSVC2017
...gt; linking. > > > > You could try adding LD=link to the configure command line (to tell it > > to use the Microsoft linker). > And some Q&A I meet,may help somebody: Thanks for these - I'll update INSTALL. > 1. If zlib build with 32bit,should use MSVC's 'vcvars32.bat'; > 2. Add '-Z7' to CXXFLAGS can release *.pdb file for VS2017 'Step Into' debug, such as: CXXFLAGS="-EHsc -Z7"; > 3. If Somebody write a demo in VS2017 > 3.1 change libxapian.a's name to libxapian.lib; > 3.2 make sure the Runtime Library is /MT,...
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply. I had run vcvars64.bat,but still cann't find 'cl'. Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit". And other errors : # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include