Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Msvc


  
  flipcode - Fix MSVC's "for"   (Site not responding. Last check: 2007-10-11)
MSVC has a small but annoying bug with the scope of variables defined in for loops.
MSVC complains about the second for loop, because the variable 'i' is defined as if it were scoped just outside of the first for loop.
Prior to ANSI C++, it was standard for the scope of names declared in the initializer of a 'for' loop to extend to the end of the block enclosing the 'for' loop.
www.flipcode.org /cgi-bin/fcarticles.cgi?show=63807   (802 words)

  
 Visual C++ - Wikipedia, the free encyclopedia
Due to technical limitations, the article on Visual C# is located at Microsoft Visual C Sharp.
Microsoft Visual C++ (also known as MSVC) is an Integrated development environment (IDE) product for the C, C++, and C++/CLI programming languages engineered by Microsoft.
It has tools for developing and debugging C++ code, especially that written for the Microsoft Windows API, the DirectX API, and the Microsoft.NET Framework.
en.wikipedia.org /wiki/MSVC   (772 words)

  
 Xoreax Software - Support - IncrediBuild Known Issues
BSCMake may fail with a "Permission denied" error when building from outside MSVC's IDE while the project is open in MSVC.
MSVC will incorrectly determine object files are out of date after an IncrediBuild rebuild operation is run directly following a change in project-level compilation settings.
MSVC 7.0 toolbar buttons sometimes do not change their state according to current build status.
www.xoreax.com /support_knownissues.htm   (1803 words)

  
 Speed of MSVC   (Site not responding. Last check: 2007-10-11)
MSVC took 7 seconds, while gcc took about 22 to complete.
Some of the reasons for this include the fact that gcc ran over NSF, while MSVC was reading local files.
Plus MSVC uses precompiled headers (which didn't really matter for this case) and uses incremental compilation (again, didn't matter, I compiled from clean setup).
suif.stanford.edu /pipermail/suif-talk/2000-January/000509.html   (169 words)

  
 Qt Forum - programming with C++ and Qt | Offtopic | Lack of MSVC support in Qt GPL for Windows disappointing
MSVC is the defacto C++ compiler on Windows, making Qt GPL for Windows only useable via GCC is pointless and does not benefit the greater number of Windows developers.
MSVC users also develop OSS software and almost all OSS libraries out there that is ported to Windows completely supports MSVC.
MSVC is the standard C++ compiler for Windows.
www.qtforum.org /thread.php?threadid=9100   (1823 words)

  
 Building PWLib on Windows
MSVC 6, VS.net 2003, VS.net 2005 or Visual C++ 2005 Expresss Edition.
Fortunately, the original authors of the STL libraries for MSVC have published new versions of the files necessary to correct the worst of these problems.
Restart MSVC or VS.net, and the values of PWLib variables will now be displayed in the debugger.
www.voxgratia.org /docs/pwlib_windows.html   (2336 words)

  
 Isaac's Corner: MSVC++ Journal
When a MSVC workspace is checked out on a Unix platform, then copied onto a Windows platform, the carriage return format is not compatible with MSVC.
Lastly, when integrating the Platform SDK with MSVC 6.0, the include paths are modified to have the SDK included first.
NOTE: MSVC 6.0 does not fully handle namespaces correctly, so all the standard library functions will appear in both the "std" namespace, and the global namespace.
tazthecat.net /~isaac/msvcjournal.html   (731 words)

  
 Hercules MSVC snapshots - Foreword
Unfortunatelly, the machine that was actually producing the snapshots died on me (it was an old laptop and it simply refuses to power on again).
Therefore, all the MSVC related stuff is now part of the mainline development.
I was a little late on that, and consequently, until today, was still using the mingw_port branch in the CVS..
www.ivansoftware.com /snapshots   (744 words)

  
 msvcdb Home Page   (Site not responding. Last check: 2007-10-11)
It's a DLL which causes MSVC to use Emacs as its default editor.
Here's a perl script which uses the perl COM interface to do automated builds with MSVC.
It could be modified to do any scriptable MSVC task in a batch setting.
www.cubane.com /msvcdb   (408 words)

  
 Mt. Saint Vincent vs Averett (Mar 19, 2005)
[28:09] Turnover by MSVC Elizabeth Clark (caused by JONES, Darcie).
[01:25] Turnover by MSVC Meagan Rochford (caused by JONES, Darcie).
[04:05] Turnover by MSVC Elizabeth Clark (caused by JONES, Darcie).
www.averett.edu /statistics/wlax/au0319.htm   (2565 words)

  
 Making friends: ROOT and MSVC.NET ("TMicrosoft")
We will tell MSVC about ROOT's sources (and how to build them) in the next part.
Ignore them - MSVC has a limit on what it can handle, and apparently ROOT is beyond that limit...
MSVC should now automatically find this browser info file and offer code completion, jumping to definitions of classes and methods etc.
www.muenster.de /~naumana/rootmsvc.html   (877 words)

  
 Code3Arena
If you're NOT using MSVC then you'll need to create your own project definition using the source files under quake3\source.
(hint: in MSVC you can do a 'Find in Files' with 'fire_rocket' to find where the function is defined...
MSVC will tell you the progress in the bottom pane.
code3arena.planetquake.gamespy.com /tutorials/tutorial2.shtml   (853 words)

  
 Stdcall and DLL tools of MSVC and MinGW
What a mess (especially when you notice that, for MSVC, whether a name is exported by a DEF file or by the
And although the ending decoration clearly shows how many bytes the called function pops up from stack before returning, it is not necessarily the most frequently used form.
It is not distributed with MSVC or MinGW, and you may choose to download here if you do not find it elsewhere.
mywebpage.netscape.com /yongweiwu/stdcall.htm   (1427 words)

  
 Allegro MSVC-specific information   (Site not responding. Last check: 2007-10-11)
If you are using MSVC 6 or lower the output should already be in DOS 8.3 format so you should not have any troubles.
If you are using MSVC 7 you can specify "msvc7" instead of "msvc" to enable better optimizations.
If you are using MSVC 8 you should specify "msvc8" otherwise you will get a lot of deprecation warnings.
www.talula.demon.co.uk /allegro/onlinedocs/en/build/msvc.html   (1132 words)

  
 I am so frusterated with how slow MSVC is
Not to mention that when I change one.cpp in one of my projects, "MSVC 7.1.net 2003" slowly loops through all the projects to see if anything needs t o be recompiled and does a very time consuming full link.
If MSVC didn't have such a wonderful breakpoint/watch-window interface, we'd have moved to distcc builds on cygwin.
Anyways, my point is that while your tip helps other processes on my system run with higher priority with respect to the cl.exe and link.exe, it does not overcome the IDE responsiveness issue.
www.codecomments.com /message378504.html   (1459 words)

  
 PyGAMMA: MSVC++ Build   (Site not responding. Last check: 2007-10-11)
Follow the instructions found in that document and teach MSVC++ to understand what.cc files are.
There are four includes that have been added in addition to the ones present in MSVC++ by default.
There is only include that have been added in addition to the ones present in MSVC++ by default.
gamma.magnet.fsu.edu /PyGAMMA/build/msvc   (1680 words)

  
 gtkmm   (Site not responding. Last check: 2007-10-11)
Debug import libraries for MSVC have a "d" right before the.lib extension (example : gtkmm-2.4.lib for the release target vs. gtkmm-2.4d.lib for the debug target).
Visual Studio Property Sheets are available for gtkmm projects (Debug and Release targets) in the MSVC directory.
The gtkmm and MSVC developers are aware of this bug, which should/will hopefully be fixed in Visual Studio 2005 beta 2.
www.pcpm.ucl.ac.be /~gustin/win32_ports/gtkmm.html   (538 words)

  
 flipcode - User Defined Colored Keywords (MSVC)   (Site not responding. Last check: 2007-10-11)
Then open MSVC and go to the tools-options menu and select the format tab.
Then just select your color and the next time you load MSVC all the words you've put in usertype.dat will be colorcoded.
A tip for those of you using MSVC is simply to avoid disabling the "Did you know..." dialog at startup.
www.flipcode.org /cgi-bin/fcarticles.cgi?show=63787   (641 words)

  
 Archives of MSVC@PEACH.EASE.LSOFT.COM
The MSVC mailing list is for Microsoft Visual C++ programmers from the intermediate level and up.
If you are a beginning MSVC programmer, you are welcome to "lurk" and read postings, but for beginner-level questions please consider joining the MSVC-BEGINNERS mailing list instead.
Access to the MSVC archives changed as of Thursday 22 March 2001.
peach.ease.lsoft.com /archives/msvc.html   (604 words)

  
 MSVC Setup Guide - WxWiki   (Site not responding. Last check: 2007-10-11)
Note: This guide contains good general information about setting up wxWidgets on MSVC; however, some of the contents may be a bit out of date for the current builds.
Please refer to MSVC Setup Guide For Wx 2.5.4 And Later for setting up wxWidgets 2.5.4 and above.
Working with wxWidgets on MS-Windows is an enjoyable computing experience, but it takes a little work to set it up.
www.wxwidgets.org /wiki/index.php/MSVC_Setup_Guide   (1133 words)

  
 GAMMA MSVC++ Installation & Usage   (Site not responding. Last check: 2007-10-11)
Current GAMMA code seems to compile fine under more recent versions of MSVC++ (6.0, 5.0).
Use of Visual Studio.net (MSVC++ 7.0) requires that one GAMMA header be altered.
Purchase MSVC++ or Visual Studio (For A C++ Compiler).
gamma2.magnet.fsu.edu /install/msvc   (274 words)

  
 MSVC and MinGW DLL Interlinking FAQ
MSVC cannot use the MinGW library, but since you have already the DEF file you may easily produce one by the Microsoft
Once you have testdll.lib, it is trivial to produce the executable with MSVC:
One way is to specify the LIB files directly on the command line after the main program (in newer MinGW versions; MinGW GCC 2.95.2 is reported not to work).
mywebpage.netscape.com /yongweiwu/dllfaq.htm   (200 words)

  
 Nabble - Scons MSVC
Having build problems with scons using msvc and mingw on same machine (pc).
One sees only MinGW and does not see MSVC, the other sees only MSVC and does not see MinGW.
Another way of doing this is to modify SCons to force the MSVC tools to be used, but I don't think that's a good idea.
www.nabble.com /Scons-MSVC-t25258.html   (4226 words)

  
 graphics3d Guide to OpenGL, SDL & MSVC
Microsoft Visual C++ (MSVC) in the Microsoft Developer Studio IDE is the most popular Windows game/graphics development environment.
Although MSVC is a Windows-only development environment, by using SDL and OpenGL under MSVC you can ensure that your graphics engine will be easy to port to other platforms.
Functionality like vertex arrays and single pass multi-texturing was not added until the 1.1 and 1.2 versions via "extensions", so you can't access it using the provided header files.
www.graphics3d.com /guides/msvcopengl   (524 words)

  
 [antlr-interest] Free MSVC compiler
But for the love of god, there's a > > LOT of development going on in MSVC these days, and ignoring the poor > > saps (like me) who have to use it is not so nice.
But if the 2.7.3 release will be another disaster MSVC wise I > might.
Please be clear about for which MSVC version they are > though.
www.antlr.org:8080 /pipermail/antlr-interest/2004-March/006891.html   (728 words)

  
 How to build UNIX libraries with MSVC 7
But they used different name for the built packages, making it hard to use with one another and somehow unreliable.
All you need is to have MSVC installed (tested with Microsoft Visual Studio.Net 2003 == MSVC7.1) on your computer.
You can also debug directly from MSVC as the.PDB files are included for the Debug build.
mukoli.free.fr /gstreamer/deps   (549 words)

  
 Building Flex for/with MSVC   (Site not responding. Last check: 2007-10-11)
Building flex on MSVC does not require any code changes.
A new directory MSVC will be cerated in
I also made a test application which integrates flex with MSVC.
www.motiwala.com /flex.htm   (174 words)

  
 Nabble - Re: Scons MSVC
>Another way of doing this is to modify SCons to force the MSVC tools to be
One sees only MinGW and does not see MSVC, the
> other sees only MSVC and does not see MinGW.
www.nabble.com /Re:-Scons-MSVC-p79831.html   (530 words)

  
 CRAM/msvc
Microsoft Video 1 (fourcc CRAM, MSVC, or WHAM) usually comes bundled with the Windows Operating System.
In Windows 2000 and XP it comes standard, so if it’s not there either the codec file was accidentally deleted or in an incorrect location, or the registry doesn’t have the proper information to associate the fourcc with the codec.
In the leftmost column scroll to the VFW section and in the format column look for MSVC.
www.moviecodec.com /topics/4537p1.html   (1034 words)

  
 MSVC Hercules Build Instructions
This document provides instructions and hints on how to build the "MSVC" version of Hercules (one that thus doesn't need Cygwin to be installed first in order to run).
You really only need the basic Windows stuff (to get the current set of Windows headers), but if you're unsure as to what you actually need and what you don't, then it shouldn't hurt to go ahead and install the whole thing.
If you have any questions or problems, feel free to ask the hercules-390 group for help.
www.softdevlabs.com /Hercules/hercules-msvc-build.html   (2906 words)

  
 Msvc - Compare Prices, Reviews and Buy at NexTag - Price - Review
Cisco 3660 MSVC DUAL 10/ 100 6SLOT AC P/S IP S/W
Cisco 3662 MSVC DUAL 10/100 6SLOT AC P/S
Cisco 8X5X4 SVC,C8540SWCH FC-LITE/RED MSVC SWCH PROC W/A
www.nextag.com /msvc/search-html   (245 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.