search for: visually

Displaying 20 results from an estimated 6936 matches for "visually".

2014 Aug 01
2
[LLVMdev] Clang Integration with MSVS 2013
I just installed the pre-compiled binaries for Clang 3.4.1, which was the latest version I could find to download. Starting a new 'blank' project in MSVC I was easily able to change the tool set from MS Visual Studio 2013 (v120) to LLVM-vs2013. However, trying to compile a simple 'hello world' program resulted in the following compiler errors. Is there something simple I am
2015 Jun 12
0
CFP The 7th International Conference on Information Visualization Theory and Applications - IVAPP 2016
CALL FOR PAPERS The 7th International Conference on Information Visualization Theory and Applications ? IVAPP 2016 Website: http://www.ivapp.visigrapp.org/ February 27 ? 29, 2016 Rome, Italy Regular Papers Paper Submission: September 17, 2015 Authors Notification: November 12, 2015 Camera Ready and Registration: November 27, 2015 Position Papers Paper Submission: October 29,
2015 Jun 12
0
CFP The 7th International Conference on Information Visualization Theory and Applications - IVAPP 2016
CALL FOR PAPERS The 7th International Conference on Information Visualization Theory and Applications ? IVAPP 2016 Website: http://www.ivapp.visigrapp.org/ February 27 ? 29, 2016 Rome, Italy Regular Papers Paper Submission: September 17, 2015 Authors Notification: November 12, 2015 Camera Ready and Registration: November 27, 2015 Position Papers Paper Submission: October 29,
2015 Jun 12
0
CFP The 11th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications - VISIGRAPP 2016
CALL FOR PAPERS The 11th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications ? VISIGRAPP 2016 Website: http://www.visigrapp.org/ February 27 ? 29, 2016 Rome, Italy Regular Papers Paper Submission: September 17, 2015 Authors Notification: November 12, 2015 Camera Ready and Registration: November 27, 2015 Position Papers Paper
2015 Jun 12
0
CFP The 11th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications - VISIGRAPP 2016
CALL FOR PAPERS The 11th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications ? VISIGRAPP 2016 Website: http://www.visigrapp.org/ February 27 ? 29, 2016 Rome, Italy Regular Papers Paper Submission: September 17, 2015 Authors Notification: November 12, 2015 Camera Ready and Registration: November 27, 2015 Position Papers Paper
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
2005 Mar 10
2
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
I'm not sure what causes this. Everything builds fine in Release mode but when I try to do a Debug build I get an error in Transforms (which causes all dependant projects to fail as well). I'm not exactly sure what causes the error, I'll try to investigate tomorrow (unless someone can figure out what it is by then). Below is the output from VS: ------ Build started: Project:
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
2006 Mar 16
2
Samba and Foxpro for Unix
Hi ! I have an unique situation. An SCO Unixware 7.1.3 with Samba 2.2.7a (yes, i know; it sucks !) On the machine, is running MS Foxpro 2.6 for UNIX (it's running pretty well for several years) but due to new demands (like Crystal Reports, Visual view; etc) the directories with DBF files were shared using Samba. At the beginning, when everything was only about reading, there were no
2005 Mar 10
0
[LLVMdev] Errors building llvm with Visual Studio in Debug mode
It compiles successfully with VC++ 7.1. You are apparently using VC++ 8.0, otherwise known as the Whidbey beta. The cause is no doubt due to bugs in Whidbey and this isn't the first one encountered. I'm sorry, but I cannot support beta Microsoft products (if only because I refuse to have them anywhere near my computer). All I can suggest is that you do a 'clean solution'
2002 Mar 16
0
X11(colortype="true") does not give a truecolor visual(PR#1387)
ripley@stats.ox.ac.uk wrote: > > On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > > > Full_Name: Edwin > > Version: 1.4.1 > > OS: SunOS/Solaris > > Submission from: (NULL) (130.161.1.115) > > > > > > When selecting an X11 visual on Solaris 2.7 with > > > > X11(colortype="true") > > > > a PseudoColor visual
2002 Mar 16
1
X11(colortype="true") does not give a truecolor visual (PR#1388)
On Sat, 16 Mar 2002 Edwin@balpol.tudelft.nl wrote: > Full_Name: Edwin > Version: 1.4.1 > OS: SunOS/Solaris > Submission from: (NULL) (130.161.1.115) > > > When selecting an X11 visual on Solaris 2.7 with > > X11(colortype="true") > > a PseudoColor visual is actually created. (verified with xwininfo) Note that the help page does *not* say that this
2020 Apr 10
4
Running clang tests
Hi, I’d just like to interject to say that building within Visual Studio isn’t really that bad. Running the lit tests is a bit painful because the LLVM build tools that are integrated with the build system don’t play nice with msbuild. Particularly, I’ve never been able to actually cancel an invocation of lit or tablegen via visual studio. That said, there is a huge upside to building with
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
2020 Apr 10
2
Running clang tests
Hi Team, I have checked out the clang and llvm source code and built the executables using the visual studio 2015 community edition. I am using Windows as my platform. However I see that there are some test cases under the clang test folder in the LLVM.sln. Eg AstMatcherTest,ASTTests etc. I see that these tests make use of the Google test framework. In my visual studio I have
2002 Mar 04
1
Software engineer
Hello, I have obtained your email from the Web and I am very interested in working for your company. I have 7++ years of experience with software development, Internet development, database management and hardware. I have worked for many companies both in Canada and in the United States using different development environments. I have a BS in Electrical Engineering and computer science and
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
2010 Jul 05
11
Make sure that Visual Studio works before 1.2 release
I was thinking that should be a good idea to make sure that at least Visual Studio 2008 is properly working in wine, before 1.2 release. In this way, we could test specific functions in wine, by creating simple test applications to test if the system calls are working well. I think that Visual Studio is a key application to test wine compatibility with windows, and it is an application that can be
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
2012 Jul 03
4
Help! Please recommend good books/resources on visualizing data and understanding multivariate relations...
Hi all, Could you please help me? I am looking for books/pointers/resources/tutorials on visualizing complex/big data and on understanding multivariate relations in complicated data. More specifically, we have categorical variables and are interested in how to visualize the categorical data and visualize data conditioned upon categorical values. Could anybody please give me some pointers?