| Lapack with VC++ (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| hi, how can I install the library Lapack and creat the lib file with VC . my thannks 10^9 xuan SON |
|
| Mixed DLL : conflicts when using of several imported unmanaged LIBs (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hi, I have imported several unmanaged C LIBs into a mixed C DLL. Two LIBs have the class name (CLog) without namespace. Is there a way to assign a namespace to each imported LIB in the mixed DLL project? Thanks! Bertrand Boichon |
|
| InitializeSListHead() (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hello, I'm writting console application for W2K. I'm using InitializeSListHead() function to achive synchronization. I don't have problem to build application. BUT when I'm trying to execute application I've got message: "The procedure entry point InitializeSListHead could not be located in the dynamic link library KERNEL32.dll " Does somebody know how I can get around it ? Thank you, Dave |
|
| Runtime libraries under win95 (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hi, i'm trying to run a sw called Dream that use sound card I/O under win95 OSR2. The sw work well under win me & XP, but under win95 audio functions have serious problems and sw is completely unusable. In addition, when quitting program, an error window come: The following error occured: Sound Interface,WaveInUnprepareHeader()failed In sw ng, a guy tell me to try to upgrade VC runtime libraries. ... |
|
| STL std::min (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| I have visual studio .NET 2002 Pro and in c when I include algorithm I am not getting std::min. Any Ideas? |
|
| Link error LNK2019 (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hi, I am building an ATL based COM project with VS 7.1 C . I am getting a link error LNK2019 as below: error LNK2019: unresolved external symbol main referenced in function mainCRTStartup As far as I know the project doesn't have a mainCRTstartup. So what is going on? Any help would be appreciated. Royce Posted using Wimdows.net NntpNews Component Post Made from http://www.DotNetJunkies.com/newsgr... |
|
| WM_SOCKET_NOTIFY just stops (3 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| We're using MFC's CSocket, CSocketFile, CArchive in our socket application. The test PCs are running Windows 2K and Windows XP SP1. We've built our applications using VC 7.1 (Visual Studio .NET 2003). We're currently running a debug/unicode build of our projects. The CSocket derived object is instantiated in a dedicated CWinThread derived thread. The thread's message loop uses the PeekMessage(...,... |
|
| Managed C++ and STL - TypeLoadException (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| I am getting TypeLoadException when building and running generic code that makes use of the standard library. In particular when std::vector::resize is called. Thanks bille |
|