Group:  Visual C ยป microsoft.public.dotnet.languages.vc.libraries

Threads Replies Last Post
7 Pages: 1  2  3  4  5  6  7  
Visual studio 2008 IDE application R6034 runtime error - MSDN news group moderator Please Respond.
I am getting a Visual studio 2008 IDE application R6034 runtime error. This means that the IDE application is raising the error not the application I am building. This means that Microsoft did not follow its own advice as listed in http://msdn.microsoft.com/en-us/library/ms235560(VS.80).aspx and "build with a manifest". The DLL in question seems to be msvcr8.0.dll which is the VS2005 C r...
5 12/26/2008 9:00:54 PM
Additional Manifest Dependencies?
I am getting the following application error after moving to VC++ 2008 SP1 from VC++ 2008. The application failed to initialize properly (xc0150002). I need to be able to run my application without installing the VC++ 2008 SP1 Redist package or using an installer. I placed the redist libraries and manifests in the same folder as my application files. This worked fine with VC++ 2008. W...
6 12/6/2008 6:04:03 PM
'symbol redefinition error' after upgrade to VS2008
Hello, we have VS2005 / .NET 2.0 c++/c# solution and tried to build it using VS2008 / .NET 2.0. It gave us this error error C2378: 'sqlcaptr' : redefinition; symbol cannot be overloaded with a typedef c:\program files\microsoft sdks\windows\v6.0a\include\sqlext.h 30 admn we are using sybase sql library , and it's conflicting with new MS sdk. <~\driver\Sybase SQL Anywhere 8\h\s...
1 12/2/2008 7:39:01 PM
Free Diagram Editor with 100% .NET / VC++ Source Codes
Free Diagram Editor with 100% .NET / VC++ Source Codes Product Tour E-XD++ and UCCDraw product walkthrough: http://www.ucancode.net/XDFeature/feature.htm Screenshots Applications built on E-XD++ ToolKit http://www.ucancode.net/index5.htm Product feature comparison: http://www.ucancode.net/Products/Form2/XDCompare.htm What is E-XD++ Diagrammer? Easily add a wide variety of customizable d...
1 10/16/2008 2:49:01 AM
error C3861: 'glVertix2i': identifier not found
Hi, I'm trying to run a GLUT program and get the error C3861: 'glVertix2i': identifier not found. I included glut.h, glu.h, gl.h. Glut.h should be version 3.7.6. I have a bunch of other GL and GLUT functions such as glColor3f and glBegin and they are found in the libraries and header files. Its just glVertix2i that the application says is missing. Does anyone know if I may be missing ...
1 10/12/2008 7:02:01 PM
Diabetic Recipes and More...
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners. We have links to free cookbooks and more. Please stop by and support us. Visit all our links and choose the best recipe for you or your family. We look forward t...
1 6/24/2007 8:26:56 AM
System.AccessViolationException when calling native function
Hi NG! I would kindly ask you to help we out concerning following problem: I use nVIDIAs CUDA library within one my native static C++ libraries. Using this static library from a mixed native and managed code C++/CLI project works well. That means I'm able to call the C functions from the static library that semselfs calls functions from the CUDA library. To call the C functions from...
1 6/1/2007 11:14:07 AM
How to save data to Access database file!
Hi sir, Good afternoon, I am working on winamp general purpose pluggin "gen_whatsplaying " project downloaded from the site www.schaffrath.net I compiled and build the project successfully using platform SDK Feb 2003 and Speech SDK5.1. Now the winamp plugins "gen_whatsplaying" interface saving the data related to songs currently being played by Winamp to a specified text file. such as...
1 5/22/2007 12:14:08 PM
Compare Audio Files
Hello there, I'm trying to write a program which compares two audio files (in WAVE format for example) and decides percentage if smiliarty between them? I looked up a little, but couldn't find anything useful. If anyone has any experience in this field, I'll apperciate any indication where to start, or at least, what to look for. Regards, ...
1 5/22/2007 11:37:48 AM
Comparing audio files
Hello there, I'm trying to write a program which compares two audio files (in WAVE format for example) and decides percentage if smiliarty between them? I looked up a little, but couldn't find anything useful. If anyone has any experience in this field, I'll apperciate any indication where to start, or at least, what to look for. Regards, ...
1 5/22/2007 11:35:42 AM
VC++ 6.0 is not supporting the Platform SDK!
This is a multi-part message in MIME format. ------=_NextPart_000_0106_01C7971D.DFD6CAB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Dear sir/madam, I am working on winamp general purpose pluggin "gen_whatsplaying " = project I downloaded the project "gen_whatsplaying" available on = www.schaffrath.net=20 .. I am working on it, but ...
2 5/15/2007 1:15:03 PM
Change color by win32 api ?
Hi EveryBody: Could some body told me how can I change the window color by using win32 api in C++ ? any help will be apprecaited regrad's Husam...
2 5/15/2007 8:47:15 AM
Using old static libraries with VC++ 8.
I am using an application called Somnologica that has with at a SDK for writing plugins. It is provided as a static library and header files. It is heavily coupled with MFC 6. Currently I need to use Visuall C++ 6 to compile these plugins but I am getting very tired of using an 9 year old compiler. I would much rather be using Visual C++ 8 ( even 7.1 would be a huge improvement). Any ide...
1 5/7/2007 12:07:48 AM
Mfc42.dll
Can we link Mfc42.dll with visual studio 2005? if so , can u plz provide the steps to follow?...
2 5/5/2007 2:35:00 PM
how to tell a .lib is an import library for a dll or a static libr
Hello, I have a .lib file and I want to know whether it is an import library for a dll or itself is a static library. Which tool can I use to find this out? Thanks, Jazz ...
1 4/3/2007 4:16:05 PM
how to use a static library in VS2005 ???
Hi, Using Visual Studio 2005 : I create a project of type "Win32 Console Application" type 'Static Library' and add the code of a class (named Car) I've been using in earlier version of Visual Studio, the class is written in standard C++ !! I build without problems Then from a client Win32 Console Application (standard C++) , I add the compiled lib-code to the client project but get com...
2 3/25/2007 3:59:53 PM
problem w/ passing string to unmanaged dll
have an unmanaged C++ DLL with following method: the DLL interface for unmanaged C++ is: SendCommand(void *h, char *c, char *d, char *b); the declaration in C# is: [DllImport("test.dll", CharSet = CharSet.Ansi, EntryPoint = "SendCommand")] unsafe public static extern char* SendCommand(void* h, [MarshalAs(UnmanagedType.LPStr)] string cmd, [MarshalAs(UnmanagedType.LPStr)] string data, [...
1 3/23/2007 8:28:18 PM
What dlls needed to distribute C++/CLI app?
What dlls do I need to redistribute with an application made using C# and C++/CLI for a Windows XP Pro SP2 PC? As far as I have understood the following are needed: msvcm80.dll msvcr80.dll msvcp80.dll msjava.dll Is that right? What else do I need? I'm not able to run my application supplying only these dlls. I have tried with Dependency Walker but on a PC where I can run my applic...
3 3/22/2007 9:22:52 AM
how to change or modify string resources in an assembly at runtime
hi, how to change or modify string resources in an assembly at runtime. Thanks, Raghu ...
1 3/9/2007 8:43:11 AM
Economic Terror , thats where the money
Abuiltcomputer to go public soon Fundamentalist http://scotiabanksealsthedeal.blogspot.com/ Do you want money or love I got both. ...
1 3/6/2007 2:23:11 AM
new vs. _CRTDBG_MAP_ALLOC
I've been using _CRTDBG_MAP_ALLOC in VS2005 to track memory leaks. Is there a way to get this feature to track C++ new and delete operations as well? Thanks, ++PLS...
1 3/2/2007 5:52:18 AM
Pentium VS AMD Math functions.
I hope this is the right place for this question, if not could someone direct me to a better place to post this. Thanks, Is there any reliable way to ensure that the same floating point functions on different platforms, compiled using VS2005, will produce the same results on AMD's and Pentiums? If not, how could I go about finding out which functions will likely produce different resul...
1 2/22/2007 7:45:31 PM
problem with winnt\system32\MFC42.dll
I keep getting the application or DLL C:\winnt\system32\MFC42.dll is nota falid windows image. Please check this against your installation diskette. every timne I do nothing happens. Help Help Help...
3 2/4/2007 1:54:00 AM
Gigasoft Releases new Charting version
Gigasoft, Inc. announces release of their new charting product: ProEssentials v6. Offered in Pro ($2399), Standard ($1299), and Lite ($649) variations. New v6 Features: Full unicode support; New core vector rendering engine expanded to render as 1) GdiPlus with alpha-blending and anti-aliasing, 2) a hybrid of GdiPlus and Gdi, and 3) legacy Gdi; More gradient styles; More export formats, ...
1 1/23/2007 6:48:59 PM
How to uninstall VC8.0 merge modules
I am getiing an error message when I am installing Visual C++ 8.0 merge modules with Installshield Express 11.5. The error is not reproduceable on the same computer, i.e. the next installation runs smoothly. But any new installation on a "virgin" PC (PC that never had these libraries installed) produces the same error. Unfortunately I ran out of fresh computers :) In order to find a wor...
1 1/22/2007 4:32:01 PM
7 Pages: 1  2  3  4  5  6  7  

Home | Search | Terms | Imprint
Newsgroups Reader