conflict with Intel C++ libm.lib
Thu, 5 May 2005 20:53:04 -0700
I have installed static libraries for FFTW 3.01 that require libm.lib and
libirc.lib.
So I indicate those in Additional Dependencies of the Linker option. The
program compiles and links but I get a linker's warning:
LINK : warning LNK4098: defaultlib 'LIBC' conflicts with use of other libs;
use /NODEFAU ...
|
Functions exported in C++ and global variables;
Mon, 2 May 2005 09:20:04 -0700
Functions exported in C++ and global variables;
Hello,
I'm working with a DLL project in VISUAL C++ that exports one function with
the sentence
__declspec(dllexport). The problem is that this function returns the value
of a dll global
variable, but in fact the application that imports this functions f ...
|
security_cookie unresolved symbol
Wed, 27 Apr 2005 13:31:02 -0400
I'm using Visual C++ .NET (V7) along with the beta version of the SDK so I
can use x64 (AMD64) compiler. I launch a Win Svr 2003 x64 Build Env (Retail,
PreRelease) window then issue a devenv/useenv at the command prompt to start
the .NET IDE. I also modifed the project so it places the target files in
thei ...
|
Good tutorial for learning usage of COM from VC++?
Wed, 27 Apr 2005 05:47:47 GMT
I have to use a COM DLL written by another person, and am having
trouble. Part of the problem is that I am writing inside another DLL
(non-COM), and do not know what has been CoInitialized or CoCreated yet
by the calling program.
Is there an Online tutorial somewhere that you could recommend for me to
lear ...
|
Drawing lib for MFC apps?
Tue, 26 Apr 2005 20:51:30 -0400
Crosspost:
microsoft.public.vc.mfc,microsoft.public.dotnet.languages.vc,microsoft.public.dotnet.languages.vc.libraries
Drawing lib for MFC apps?
Hi all,
I have to build drawing capabilities into an already existing MFC application.
I am looking now for a lib, ActiveX control or whatever, that lays ...
|
Parches de microsoft
Thu, 21 Apr 2005 17:10:16 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
Parches de microsoft
Thu, 21 Apr 2005 15:43:43 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
|
|
std::functions - how do I tell if an object qualifies?
Wed, 13 Apr 2005 19:17:01 -0700
Sorry about the title. Don't know how else to phrase.
I trying to learn how best to use the documentation provided in c++.net 7.
I wanted to use std::sort, which requires arguments of type
RandomAccessIterator.
How would I find out that a CDWordArray qualifies? Or, rather, what MFC
objects qualify for ...
|
Linker errors with VC++ 2005 smart device project and STL
Wed, 13 Apr 2005 16:14:11 +1200
Hi,
I'm using Visual C++ .NET 2005 Beta1 and have an ATL Smart Device project.
I've got lots of LNK2001 errors:
menu.obj : error LNK2001: unresolved external symbol "void __cdecl
std_ce::_Debug_message(char const *,char const *)"
(?_Debug_message@std_ce@@YAXPBD0@Z)
menu.obj : error LNK2001: unresolved ...
|
link error: _exception_code(void)
12 Apr 2005 03:35:09 -0700
Can someone please help me with a linker error?
We are building a C++ (MFC) project. We try to compile on two different
PC's. One works, the other gives a link error. Both are running the
same version of VS.NET 2003 and the .NET framework.
This is what we get on the error machine:
SMC error LNK2019: unr ...
|