similar to: Make sure that Visual Studio works before 1.2 release

Displaying 20 results from an estimated 30000 matches similar to: "Make sure that Visual Studio works before 1.2 release"

2010 Jul 11
13
Simple application made with visual studio 2005 not running
I build a simple application with VS C++ and it is not running. Debug info and the application with its source code is on the link below: http://homepages.dcc.ufmg.br/~fccoelho/test.tar.gz Tested on wine-1.2-rc7
2010 Aug 13
4
[LLVMdev] errors when compiling with visual studio 10
im compiling llvm with visual studio 10. I have used cmake build app. visual studio 10 is complaining about error c2039: 'setjmp' : is not a member of llvm::Intrinsic its line 154, LowerInvoke.cpp any ideas? -- View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29427176.html Sent from the LLVM - Dev mailing list archive at
2011 May 17
3
[LLVMdev] LLVM and Visual Studio 2003
Hi, I have what I think is a simple question: Is it at all possible to build LLVM with Visual Studio 2003? The "Getting Started with the LLVM System using Microsoft Visual Studio" document states that versions earlier than 2005 SP1 will not work because they do not support the C++ standard well enough. Is it just some features of LLVM that require better C++ support and so building
2015 Feb 21
1
RStudio Calling C++ Visual Studio DLL
All, I'm a newbie to R and I am interested in seeing a simple example of calling a 3rd party Visual Studio generated DLL from RStudio. Does anyone have a simple example which also walks through the preliminary steps of setting up the INCLUDE path and the library path to either a DLL or LIB file ? I have tried to find an easy example, but thus far had no luck finding an example using Rcpp
2011 May 17
0
[LLVMdev] LLVM and Visual Studio 2003
On 17 May 2011 21:56, Philip Ritchey <pritchey at microsemi-wl.com> wrote: > Hi, > > > > I have what I think is a simple question: Is it at all possible to build > LLVM with Visual Studio 2003? > > > > The “Getting Started with the LLVM System using Microsoft Visual Studio” > document states that versions earlier than 2005 SP1 will not work because > they
2006 Jun 06
3
build R with Visual Studio
Hi, Has anyone had success in building R source with Visual Studio? I followed the instructions in README.packages, but failed on the very first step, where it's looking for R.dll. I looked through R source and couldn't find the file. Can someone point me to where this file is located or generated? Thanks! Sincerely, Jennifer
2006 Jun 06
3
build R with Visual Studio
Hi, Has anyone had success in building R source with Visual Studio? I followed the instructions in README.packages, but failed on the very first step, where it's looking for R.dll. I looked through R source and couldn't find the file. Can someone point me to where this file is located or generated? Thanks! Sincerely, Jennifer
2013 Nov 28
4
[LLVMdev] LLVM toolchain for Visual Studio
>From this website: http://llvm.org/builds/ I've installed the LLVM toolchain on 2 Windows machines. One with Visual Studio 2012 and another with Visual Studio 2013. After installing the LLVM toolchain neither machine shows the LLVM option in the Visual Studio project properties pane where you can select which toolchain to use for the project. Am I missing a step somewhere? :) Thanks for
2008 Sep 20
3
[LLVMdev] Has anyone sucessfully compile the llvm code using visual studio 2005?
HI everyone. I am using visual studio 2005 and windows xp to compile the llvm project. I downloaded the project with svn client. I thought this action may gurantee my code is up to date and integrate. However, after I opened the solution located in the win32 directory and build the solution, the visual studio output many many errors, and even few projects can be compiled to generate runable .exe
2010 Nov 22
1
Using RInside in Visual Studio 8.0 VC++.NET Program
Hello, I am trying to use Rinside package in my VC++.Net program ( using Visual Studio 8.0 environment). I have downloaded Windows binary of RInside from the following link http://cran.r-project.org/web/packages/RInside/index.htm Version of RInside - 0.2.3 While compiling the program , i am getting about 69 error. Some of them are the folllowing ones. Please me in solving the following issue
2007 Sep 20
3
[LLVMdev] Building with Microsoft Visual Studio
I am working on a port of LLVM targeting a proprietary VM. Thus far development has been under Linux and Cygwin. Cygwin licensing would appear to require that LLVM built under Cygwin would have to be released under the GPL, so alternatives are being investigated. Using MS Visual Studio and following the instructions at http://llvm.org/docs/GettingStartedVS.html (Getting Started with the LLVM
2012 Mar 12
3
FLAC build for Visual Studio 2010?
Has anyone been able to build the FLAC libraries on Windows using Visual Studio 2010? Thanks, Michael Michael S. Scherotter Microsoft Corporation<http://www.microsoft.com/> Principal Architect Evangelist Email: mischero at microsoft.com<mailto:mischero at microsoft.com> Blog: http://blogs.msdn.com/Synergist Zune<http://social.zune.net/member/MS+Synergist> |
2013 Dec 02
0
[LLVMdev] LLVM toolchain for Visual Studio
pls read the page of http://llvm.org/builds/ : To use the LLVM toolchain from Visual Studio, select a project in Solution Explorer, open its Property Page (Alt+F7 by default), and in the "General" section of "Configuration Properties" change "Platform Toolset" to "LLVM-vs2010" or "LLVM-vs2012". Alternatively, invoke MSBuild with
2014 Sep 15
2
[LLVMdev] codeview debug info in Visual Studio
Hi, Is there any way to debug the codeview output of llvm from within Visual Studio? I want to use the codeview line info debug output of clang/llvm. I tried with the x86_64-pc-windows-msvc and i686-pc-windows-msvc triples and linking it into an existing project with VC++ from within the IDE and outside with link /debug. Neither option lets me debug with Visual Studio as debugger host.
2007 Sep 20
0
[LLVMdev] Building with Microsoft Visual Studio
Richard Smith wrote: > I am working on a port of LLVM targeting a proprietary VM. Thus far > development has been under Linux and Cygwin. Cygwin licensing would appear > to require that LLVM built under Cygwin would have to be released under the > GPL, so alternatives are being investigated. > > Using MS Visual Studio and following the instructions at >
2005 Jan 24
3
Visual Studio/Samba Compile from Shares issue
I've run into a problem in which Visual Studio 6.0 gives an Internal Compiler Error message when compiling from a samba share. The project compiles fine locally and from shares on Windows machines. To me this suggests that the issue is with Samba. I've tried adding full access to the share where the project is housed, but to no avail. Any ideas? We are running samba 3.0.9-1.3E.2
2013 Nov 15
2
[LLVMdev] lld fails to build on Visual Studio 2013
Hey there, lld fails to build on Visual Studio 2013 because of ErrorOr<void>. For example, ErrorOr<void> is used in InputGraph.h as the return type of InputGraph::reset. Inside of ErrorOr, there is: typedef typename remove_reference<T>::type &reference As T is void, and remove_reference <T>::type results in void, the typedef expands to: typedef void & reference,
2011 Aug 11
2
[LLVMdev] LLVM 2.9 64bits on Visual Studio 9
Hello everybody, I have sucessfully compiled LLVM with CMAKE generator "Visual Studio 9 2008 Win64" (OS Windows 7). -But when I run the Fibonacci example program in "release" mode, I get a crash with this visual studio popup message : Microsoft Visual Studio C Runtime Library has detected a fatal error in Fibonacci.exe. -Here is the visual studio output:
2012 Apr 13
0
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
On Thu, Apr 12, 2012 at 2:02 PM, Jérôme Couture-Gagnon <Jerome.Couture-Gagnon at fabricengine.com> wrote: > Hi, > > We are currently porting our application to Windows 64 bits (amd64), and we > are getting regressions from 32 bits relatively to LLVM 3.0's ability to get > traversed by "foreign" Visual Studio C++ exceptions. That is, there is a > crash when C++
2008 Feb 12
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
Hello all, Is there anyone has tried LLVM 2.1 on Visual Studio 2005? I did but not succeed due to some build errors. I seem to remember I read somewhere on this list it's compiled on VS2005 so I wonder... Have a good night. Thx, Seung