| LINK : fatal error LNK1104: cannot open file "atls.lib" (5 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hi! I tried to build a sample and then I got this error: LINK : fatal error LNK1104: cannot open file "atls.lib" I linked all the libraries I need. I can't find this atls.lib anywhere, on my computer or the Internet. I tried to make visual c to ignore this lib too, but nothing works. Can anyone please help me? |
|
| MIDI library for conversion to guitar tablature (2 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hi Im looking to create a C program that will take a MIDI file as its input and analyse the data that it contains, extract the necessary information and create a Guitar tablature file. Where Im stuck at the moment is finding a library file that has the functionality to do the necessary MIDI analysis. Anyone know of any freeware/shareware ones available for this kind of task? Thanks |
|
| Japanese literal strings (3 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hello I have a code source compatible with Unicode data that I want to traduce to Japanese. The problem is that I use VC 6 (english version) which is not Unicode and I can't paste Japanese inside literal strings in the code that I use to define user messages. Does anyone know how I can make my japanese version? Thanks at all Jordi |
|
| How in VC++ .NET to set English to character of MS Agent? (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hello. In project on Visual Basic .NET 2003 (File, New, Project, Visual Basic Project, Windows Application) after occurrence of Genie of Microsoft Agent and pressing of key Scroll Lock below Genie there is help "Genie is listening for command", and further it is possible to operate Genie through commands in a microphone. That Genie understood commands in English, in a code on Visual Basic one line... |
|
| register corruption occurs when managed C++ calls unmanaged C++ (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| I have a simmilar problem to the user posting at: http://groups.google.com/groups?q managed code register changed&hl en&lr &ie UTF 8&oe UTF 8&selm AIG1b.816455%243C2.18525716%40news3.calgary.shaw.ca&rnum 1 I have an C managed class calling an unmanaged function on an unmanaged C class in an unmanaged dll. the function returns false; but the managed code thinks it returned true. I am afaid this cou... |
|
| CAtlList -> C++ libraries (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| Anyone, I am using an ATL collection called CAtlList. I want to know if this object binds to extra ATL libraries. I know that it requires atlcoll.h. I just would like to know how much extra stuff/junk it may bind to. Also it would be helpful to know any other alternatives to this object. However, it must contain the ability to find based on a key or name quickly and also be light weight. ~thanks A... |
|
| stream I/O conversion (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hi there, We are converting our apps from C 6.0 to C .Net 7.1. The compile fails when is sees the statement: #include fstream.h . In fact fstream.h is not in the 7.1 directory structure. The documentation says to use useoldio.h but it is not in the 7.1 directory structure either. Does 7.1 support stream I/O are not? If it does, which header file should be included? If it doesn't, is there any opti... |
|
| System.IO.FileLoadException from Managed Extension .NET 2004 (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| I have created a new .NET Class Library using C to access some legacy code. The .dll compiles fine and I can build a C# project that references this file. Everything goes great until a call to the .dll is invoked from the C# project. Then I get: ************** Exception Text ************** System.IO.FileLoadException: The located assembly's manifest definition with name 'GDALC' does not match the ... |
|
| Singleton EXE COM server lifetime limitations (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| Hello, Does Singleton EXE COM server have any lifetime limitations? Why my client starts to create new instance of Singleton EXE COM Server after about 30 minutes pause in communication with existence instance of Singleton EXE Server? If this pause is shorter then 30 minutes everything works fine and each call of CoCreateInstance() returns the same pointer to the existence object. Regards Leonid |
|
| Help with prinf.c (2 replies) |
| microsoft.public.dotnet.languages.vc.libraries |
| Everytime I try to execute my program it gives me an error and stops execution and pulls out the printf.c in the debugger. Some one please tell me what to do to overcome this error. If I posted a mesg to the wrong group do tell me which group to join. This is the error and the printf.c pull out WrapiTest.exe!main( int32 argc 1, char** argv 0x07253438) Line 68 0x10 bytes C Thanks, Priya |
|
| Internal compiler error (4 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| I am getting an internal compiler error only in release mode (debug mode has no warnings) when compiling the following templated function: the error is:c:\development\dotnet\src\inc\utils.h(188): fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'f:\vs70builds\3077\vc\Compiler\Utc\src\P2\main.c', line 148) template class T inline T* HeapStack T ::alloc push(int nNumberOfBlocksNeeded) { T *... |
|
| ___mb_cur_max unresolved: Yet MSVCRTD exports it! (3 replies, VIP) |
| microsoft.public.dotnet.languages.vc.libraries |
| I have a DLL which I am trying to link in debug mode. To that end I've specified the multithreaded debug DLL version of the runtime lib which, if I've read the docs correctly, should leave me linking to MSVCRTD.LIB My DLL is also linking to a static lib which was built using LIBCMT.LIB. When I try to link I get the following error: LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol m... |
|