search for: vcgeneral

Displaying 4 results from an estimated 4 matches for "vcgeneral".

Did you mean: general
2015 Feb 01
2
[LLVMdev] Building LLVM with static linking on Windows
...rflow.com/questions/28262372/getting-msbuild-to-use-mt-staticrelease Haven't got any answers on that question, and discussion in: https://social.msdn.microsoft.com/Forums/vstudio/en-US/1a6dd13c-9f5c-430b-88ba-518bfcca00b1/how-to-set-the-runtime-library-to-mt-on-command-line-with-msbuild?forum=vcgeneral suggests msbuild isn't even capable of such. What's the best way to get a static release build? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150201/96afd4df/attachment.html>
2006 Mar 08
4
unless connected? + multiple databases
...majority of my models. However one Model (Componentlog) that uses a separate DB is coded as: unless Componentlog.connected? establish_connection( :adapter => "oci", :database => "", :host => "oracle7", :username => "vcgeneral", :password => "manhattan" ) end I use unless connected? to stop it using a new connection every time the model is acccessed. This works fine as long as that model is the first accessed by the application. Because ActiveRecord::Base hasn''t established it...
2011 Apr 29
1
[LLVMdev] Building 2.9 on WinXP
I was trying to build llvm 2.9 using cmake 2.8 ("Nmake Makefiles" generator) and VC++ compiler (version 14.00)... I get the following error. I wonder if anyone has an ideas on hoe I might be able to move past it. using the same method of building for 2.8 works. thanks for any pointers.. Linking CXX executable ..\..\bin\tblgen.exe Creating library ..\..\lib\tblgen.lib and object
2006 Feb 27
5
Database connections...so many connections!
Hello all. I am currently running a very simple ruby app. It connects to an Oracle server using the OCI8 adapter. I have two controllers, each one connects to a different schema on the server, I looked at the WIKI that had details of multiple database connections (http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases), I moved the code from the application controller into each