473,398 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Fatal error: unresolved externals

6
I got the error as below :

Creating library C:\Documents and Settings\scenario1.dev32.i0.nt.lib and object C:\Documents and Settings\scenario1.dev32.i0.nt.exp
dpt_propdel.dev32.i0.ps.obj : error LNK2001: unresolved external symbol _link_delay
C:\Documents and Settings\scenario1.dev32.i0.nt.dll : fatal error LNK1120: 1 unresolved externals


Do anyone know what cause that error and how to solve it??

Thank you
Oct 17 '07 #1
5 2201
rhitam30111985
112 100+
post your code first .. only then anyone will be able to figure out where u are going wrong.
Oct 17 '07 #2
Do you have write access in that folder?
Did you try 'C:\Documents and Settings\User_name' folder?

I'm working on windows 2003 with limited user and I can't create anything in that folder.
Oct 17 '07 #3
kml
6
wha code that u mean??

Is it u mean the source code??
Oct 17 '07 #4
sicarie
4,677 Expert Mod 4TB
wha code that u mean??

Is it u mean the source code??
Well, you could post the machine code, but it would probably annoy the people in the C/C++ forum...

My guess would be the C or C++ source code ;)
Oct 17 '07 #5
weaknessforcats
9,208 Expert Mod 8TB
symbol _link_delay
The linker can't find this item. It's either a function or a variable. That's the LNK2001 error. When you fix this the LNK1120 will also disappear.

Most likely you have omitted a source file from your build.
Oct 17 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: o'seally | last post by:
solaris/linux admins/rookie_developers that battle with this error are probably all frustrated when it happens. i bet you're also somehow frustrated by this seemingly unsolvable error :-) ...take...
1
by: Tim | last post by:
I am just creating a hellow world program and it gave me these errors. can you help me out how to resolve this? Thanks, Tim #include <iostream> using namespace std;
3
by: Ney André de Mello Zunino | last post by:
Hello. I am having trouble with namespaces and unresolved externals. The following three files (memoria.h, memoria.cpp and teste.cpp) illustrate the problem: // *************** memoria.h...
2
by: Steve Terepin | last post by:
Do I need to include some extra libraries when I use the STL <string> classes ? I've created a new Class Library (.NET) project, added a #include <string> directive to the main .cpp file, and...
0
by: Peter Ross | last post by:
Using V1.1 of the framework, I try and compile the following as a module. #using <mscorlib.dll> __gc public class Test : public System::Object { }; $ cl /clr:noAssembly /LD test.cpp...
1
by: Vishal Saxena | last post by:
Hi, I am new to this news group, hope to get prompt solution from you, gurus of VC. Well i had a project developed in VC++ 6.0, it uses Adobe Plugin Development SDK, I am trying to upgrade my...
2
by: Jason Jacob | last post by:
To all I am new to MS's VC++ and got a question. I've tried to write a simple console program "HelloWorld.cpp", then I've added a simple class (Class01.h and cpp) Class01 compile well, but...
0
by: Adamn | last post by:
Hi everybody! I'm using Visual Studio 2005 and don't know how to solve this problem. Till now, everything worked just fine, included all the necessary libs, headers and so on. But there is the...
2
by: ichabod079 | last post by:
I'm new to C++ and I am struggling with the whole separate function thing and I am so frustrated right now it's not even funny. What i'm supposed to do is this code and I ask for the 1st number and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...
0
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...

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.