473,800 Members | 2,689 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Statically linking WTL app not building

Hi,
using WTL for GUI, in release mode, if I set the "Runtime Library" to
"Multi-threaded DLL (/MD)", I get the following errors:
:
MSVCRT.lib(MSVC R80.dll) : error LNK2005: _memmove_s already defined in
atlmincrt.lib(a tlinit.obj)
MSVCRT.lib(MSVC R80.dll) : error LNK2005: _free already defined in
atlmincrt.lib(a tlinit.obj)

4 more errors like above. Also following errors:

atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xt_z
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xt_a
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xp_z
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xp_a

How do I resolve these errors?

Thanks,

Ab.
Mar 13 '06 #1
2 2181
Ted
If you use multi threaded runtime library then you have to get rid of
_ATL_MIN_CRT from your compiler preprocessor defines.

Ted.

"Abubakar" <em**********@y ahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hi,
using WTL for GUI, in release mode, if I set the "Runtime Library" to
"Multi-threaded DLL (/MD)", I get the following errors:
:
MSVCRT.lib(MSVC R80.dll) : error LNK2005: _memmove_s already defined in
atlmincrt.lib(a tlinit.obj)
MSVCRT.lib(MSVC R80.dll) : error LNK2005: _free already defined in
atlmincrt.lib(a tlinit.obj)

4 more errors like above. Also following errors:

atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xt_z
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xt_a
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xp_z
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xp_a

How do I resolve these errors?

Thanks,

Ab.

Mar 13 '06 #2
Thanks, that resolved the error.

Ab.

"Ted" <te*@t--x.org> wrote in message
news:eZ******** *****@TK2MSFTNG P10.phx.gbl...
If you use multi threaded runtime library then you have to get rid of
_ATL_MIN_CRT from your compiler preprocessor defines.

Ted.

"Abubakar" <em**********@y ahoo.com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
Hi,
using WTL for GUI, in release mode, if I set the "Runtime Library" to
"Multi-threaded DLL (/MD)", I get the following errors:
:
MSVCRT.lib(MSVC R80.dll) : error LNK2005: _memmove_s already defined in
atlmincrt.lib(a tlinit.obj)
MSVCRT.lib(MSVC R80.dll) : error LNK2005: _free already defined in
atlmincrt.lib(a tlinit.obj)

4 more errors like above. Also following errors:

atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xt_z
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xt_a
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xp_z
atlmincrt.lib(a tlinit.obj) : error LNK2001: unresolved external symbol
___xp_a

How do I resolve these errors?

Thanks,

Ab.


Mar 14 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1472
by: Schraalhans Keukenmeester | last post by:
I have successfully linked php statically to Apache 1.3.xx (on SuSE9.2) I used the --with-apache option which gave me a directory under the apache install tree where the includable files sit. I just can't figure out how to do the same with Apache2. As a shared module it is working fine, but I'd like to link it statically anyway. Tried --with-apache2 (not listed in ./configure --help but available) but this builds a CGI, and I don't...
1
2356
by: LinuxN00b | last post by:
Hey, I have a problem linking Xerces-c (Apache's XMLParser) with my program. Here is a copy of my makefile. # CXX is for GNU make, CCC is for Solaris make # Define the default compiler to use for C++ programs as u++ CXX=g++
2
1462
by: oxblood | last post by:
Hi, I'm trying to statically link a library I creat with 'ar rcs mylib.a .o files....' If I link only the .o files with my .c file, I get no compile error and the program runs fine. But if I link it with the library I have archived, I get undefined reference to the methods I'm calling from those .o files. The mylib.a does contain all the .o files and I've
7
7395
by: Lee Crabtree | last post by:
I'm starting work on what will eventually be a very, very LARGE project. A lot of the project involves taking C/C++ class libraries and wrapping them with managed C++. I'd like to minimize the number of DLLs I have (because I'd like to keep my sanity). Is there some way to compile a managed C++ DLL into a C# DLL, or am I just stuck consolidating the managed C++ into a single DLL? Lee
8
2080
by: bonk | last post by:
Is it generally OK for an EXE that has MFC linked statically to load an use another DLL wich has MFC linked as shared DLL ? To be more specific: I have an EXE that links a lib. Let's call it mylib.lib. That Lib as well as the EXE have MFC linked statically. Then in a completely different project I have a regular DLL, wich is compiled with the /CLR switch and therefore needs the special CRT libs as
1
2365
by: ankur.cdac | last post by:
I have Sun WorkShop 6 update 1 C++ 5.2 2000/09/11 compiler running on SunOS 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-60 machine. i am using /opt/SUNWspro/bin//CC for building C++ code. I want to link a shared library libxyz.so to my binary satically, so that i may not need that at run time. i used -staticlib=xyz but its not working . Its saying that CC: Warning: illegal option xyz ignored I included the path in PATH and...
20
2144
by: pratap | last post by:
Could someone clarify how could one reduce the size of an executable code during compile time. Could one use specific compile time flag with makefile or is it advisable to go for dynamic linking. The idea here is that smaller the code size the faster is the code. Is Dynamically linked executable really faster than a single executable file which is not linked dynamically.? Is there any performance measuring metrics on gcc version 3.2.2
2
6018
by: Manuel T | last post by:
Hello everybody, I'm trying to port a project from Windows+Cygwin to Linux(i'm working on a Debian-like: Kubuntu), but I'm facing a lot of linking problems. This project needs libraries xerces and gsl, more specifically libxerces-c, libgsl, libgslblas. The project comes with an own makefile, automatically generated by Eclipse cdt on Windows, on wich I made some change to fit it for Linux.
36
3206
by: Martin Larsen | last post by:
Hi, When a PHP program links to a library using include or require (or their _once variations), is the library then linked dynamically or statically? While it might seem irrelevant from a technical point of view, the linking method is important when it comes to licencing issues as some licences, like GPL, differ between those kinds of linking when it comes to viewing the library as a derivative work of the main program.
12
34437
by: tvnaidu | last post by:
I am getting this link error, I am using mongoose web server with Linux, any idea?: mongoose.c:3114: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking mongoose.c:3081: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9551
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7576
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.