Omgili - forum search, search forums  
  

Discussions about environment runtime vc

Displaying 1 - 10 out of 310 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
What can be done in VC++ (native) that can't be done with VC#? From what I can tell the only thing worth using VC++ native for is when you need to manage memory yourself instead of the CLR garbage collector, which I haven't seen a purpose in doing either...
Started by on , 15 posts by 15 people.  
You can screw things up much more....
Is C# in particular and .NET in general self compiling yet (this is not a troll, I genuinely don't know)? If not, you can use VC++ to write C# and .NET, but you can't...
By side instances of the runtime.
I have a native VC++ project that uses a dll (which is not in a project). Now, I must to put the dll in one the "Search Path Used by Windows to Locate a DLL" link but I don't want the dll to sit in the exectuable or current or windows or system directory...
Started by on , 8 posts by 8 people.  
When debugging in VS the appPath doesn't 'work' use properties->debug-&... .
If you know where the DLL is likely to be located, you could attempt to load it at runtime using that, changes the environment variable PATH only in this process.
I'm migrating a solution from visual studio 2005 to visual studio 2008. When I build the solution in 2005, I don't have any issues. However, after I use devenv.exe /Upgrade and then use msbuild on the solution, I get the following warnings: CSC : warning...
Started by on , 5 posts by 5 people.  
runtime libraries? Refer to here and see if it helps: http://msdn.microsoft.com/en-us.
Ask your Facebook Friends
I have an annoying problem which I might be able to somehow circumvent, but on the other hand would much rather be on top of it and understand what exactly is going on, since it looks like this stuff is really here to stay. Here's the story: I have a ...
Started by on , 7 posts by 7 people.  
Since you've already applied to the DLL version of the MSVC ....
To a Boost DLL that itself links to the wrong C++ runtime (there's also this page , do a text search the boost::posix::time library links against the unpatched C++ runtime.
I have one std::list<> container and these threads: One writer thread which adds elements indefinitely. One reader/writer thread which reads and removes elements while available. Several reader threads which access the SIZE of the container (by ...
Started by on , 9 posts by 9 people.  
It will come.
The STL in VC++ version 6 level for your version of thread library and C runtime, please do not code this way.
Concurrent / thread-safe containers for vectors, hash maps and queues .
On Tue, 8 Sep 2009 07:19:01 -0700, Rose B <RoseB@discussions.microsoft.com Hi, I am just starting to 'dip my toe in the water' with Access 2007 Runtime and have come across two immediate problems - that I am sure someone out there has an answer...
Started by on , 6 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
A runtime and tested (albeit onlt on my PC at the moment) in a different folder and it worked great/AlbertKallal/RunTime/Index.html And, for a good discussion of other ideas for deploying updates=&sb=5&o=&fpart=1&vc=1 -- Albert....
On Sun, 1 Feb 2009 04:54:58 -0800 (PST), alex_rp <a.tappe@googlemail.com Hi everyone, I wrote a small Win32 console application a couple of years ago, at work, using Borland C++ Builder. I managed to make the *exe* "self-contained", I can move ...
Started by on , 5 posts by 5 people.  
Answer Snippets (Read the full thread at omgili):
I regularly use ....
If you use a .NET language, your executables will be dependent on the .NET runtime.
A.tappe@googlemail.com clip The IDE/build environment has little to do with whether an executable will be stand on that library.
On Wed, 4 Feb 2009 13:32:40 +0000 (UTC), Markus Werle <numerical.simulation@web.de Hi! I am pretty sure this is an issue beyond boost, rather one of those numerous pitfalls on the way to the M$-promised land called CanUseOldCodeAndCppInDotNet....
Started by on , 12 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
Http://thread.gmane.org/gmane.comp.lib.boost.user/44515 best regards:\Programme\Microsoft Visual Studio 9.0\VC\lib\MSVCRT.lib: Searching D:\Programme\Microsoft Visual Studio 9.0\VC\lib\OLDNAMES.lib....
Code environment" See e.g.
On Mon, 2 Mar 2009 15:29:31 -0800 (PST), me4dtrade <me4dtrade@gmail.com First I admit that I am pretty new to VS, even though I have many years' experience in other languages and environments. Upon programming VS2008 using win32 and C++, I find...
Started by on , 29 posts by 11 people.  
Answer Snippets (Read the full thread at omgili):
On Tue, 03 Mar 2009 12:15:54 -0000, Daniel James < environment that fits your needs and go ahead....
Sylvain.
+0100, Sylvain SF <sylvain@boiteaspam.info me4dtrade a écrit : it is ! because the runtime with a VC++ compiler.
When we create an application in VC#, talking about .net 3.5 in particular, the are comipled to CLR, what i want is that they should be compiled to EXE executable code that doesn't require .NET Framework Environment for them to run. Is it possible
Started by on , 5 posts by 5 people.  
I don't know how.
A third party product, I think it just packages the .NET runtime in there somehow.
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
VC Runtime Environment   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost