Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
5k views

Unresolved Import Issues with PyDev and Eclipse

I am very new to PyDev and Python, though I have used Eclipse for Java plenty. I am trying to work through some of the Dive Into Python examples and this feels like an extremely trivial problem that's ...
4
votes
4answers
3k views

Easy check for unresolved symbols in shared libraries?

I am writing a fairly large C++ shared-object library, and have run into a small issue that makes debugging a pain: If I define a function/method in a header file, and forget to create a stub for it ...
4
votes
2answers
3k views

Possible reasons for [ILINK32 Error] Error: Unresolved external '__fastcall System::TObject::NewInstance(System::TMetaClass *)' referenced from XXX.obj?

Can you suggest what factors can cause an C++ Builder's 2009 linker error "Unresolved external '__fastcall System::TObject::NewInstance(System::TMetaClass *)' referenced from XXX.obj"? We have a set ...
3
votes
0answers
55 views

getopt_long could not be resolved in Eclipse CDT

Using the in a C++ program, Eclipse CDT marks getopt_long as "could not be resolved". The code compiles and runs fine using g++ program.cpp. Has this something to do with the Eclipse build set up?
3
votes
4answers
87 views

Catch Unresolved Compilation Errors in Java

I'm currently a Teacher's Assistant for a class that uses Java. I'm trying to write a snippet of code that will test to make sure that student's methods are correct, but often times the student won't ...
3
votes
2answers
493 views

Use of Calender.LONG in getDisplayNames() unresolved

I am trying to use getDisplayNames() on a Calendar object in my Android code. I have java.util.Calendar included and haven't had any troubles using any other public members of the Calendar class ...
3
votes
1answer
789 views

eclipse CDT glib libraries inclusion error

I have a created C based project with CDT from pidgin source code. Everything is working fine but it says unresolved inclusion for following two libs: #include <libxml/parser.h> #include ...
3
votes
2answers
2k views

Are there general guidlines for solving undefined reference/unresolved symbol issues?

I'm having several "undefined reference" (during linkage) and "unresolved symbol" (during runtime after dlopen) issues where I work. It is quite a large makefile system. Are there general rules and ...
2
votes
2answers
68 views

Link error when using source files not on the root project directory (files included in the search paths) (Visual C++)

I've been programing a template structure and after make it work I decided to use it on some other project. The template consists in two files. ListOctree.cpp and ListOctree.h. While they compile and ...
2
votes
1answer
198 views

C++ project compiles as static library but not dynamic (Visual Studio)

I'm a little new to c++ in visual studio, and I'm trying to compile a massive C++ project with Visual Studio. I've gone through and added all source and header files to my project and also updated ...
1
vote
3answers
95 views

C++: Unresolved externals driving me nuts

I'm taking a class on C++ and this is driving me berserk. The funnest part is that no guide seems to tell me exactly what to do and no question seems to address the problem here. It's probably due in ...
1
vote
1answer
426 views

The import com.google cannot be resolved?

I am using a tutorial at this page: http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html It tells me to change the main activity, everything is going well except for this error: ...
1
vote
0answers
350 views

iOS: _main referenced from _main$non_lazy_ptr

I am trying to create an executable using the following linker command: /path/to/ld64/i686-apple-darwin9-ld64 -ObjC -dead_strip -L/ -o ../someoutput -exported_symbol _main -Z ...
1
vote
1answer
300 views

ed_… cannot be resolved or is not a field

I need a little help again :) I have this code again and I get an error in each line with the (R.id.ed_....) the error tells me that each ed_... cannot be resolved or is not a field. What did i do ...
1
vote
1answer
459 views

setup include path in eclipse CDT in mac os (headers from framework)

for example I need to include a header #include <OpenGL/glext.h> while it is actually a header file glext.h under OpenGL.framework/Headers/. Therefore it is no way to give eclipse a physical ...
1
vote
1answer
239 views

Maven Multi Module Project breaking compile-time class resolution

I've been previously managing a 3-module project as 3 seperate maven projects. As this project has been moving forward, I decided I ought to take advantage of the dependency management of maven2 to ...
1
vote
2answers
3k views

undefined reference to `pthread_mutex_trylock'

I have the following test program. #include <iostream> #include <cstdlib> using namespace std; pthread_mutex_t mymutex = PTHREAD_MUTEX_INITIALIZER; int main(int argc, char *argv[]) ...
1
vote
4answers
1k views

Extern keyword and unresolved external symbols!

I drew a little graph in paint that explains my problem: But it doesn't seem to show up when I use the <img> tag after posting? Here is a direct link: http://i44.tinypic.com/103gcbk.jpg
0
votes
1answer
29 views

SBT - bad revision found

I get an error: expected='2.0.0-SNAPSHOT found='${jpacontainer.version}' Vaadin snapshot repository: bad revision found in ...
0
votes
0answers
93 views

Unresolved compilation problems debug java server eclipse [closed]

Exception in thread "main" java.lang.Error: Unresolved compilation problems: The import com.sun.net.ssl.internal.ssl.Debug cannot be resolved
0
votes
0answers
18 views

Unresolved import:“ execute_from_command_line occured when I worked with the pydev in Eclipse”

Win7 64 bit + Eclipse Indigo + Pydev. The Unresolved import: "execute_from_command_line occured" in the file manage.py of the Django project. I have add all django folder path to the PythonPath and I ...
0
votes
1answer
52 views

Android:Why do I get adapter unresolved?

I'm a newbie to android programming.Pls can anybody explain why I get 'adapter' unresolved in the emphasized part of my code.My programs parent actvity first adds some data to an arraylist which is ...
0
votes
1answer
44 views

Link error when calling RUNTIME_CLASS on new class

I have a Visual Studio 2010 project done on MFC. I receive these errors: 2>COrderContentsItemsDocument.obj : error LNK2028: unresolved token (0A0001CA) "public: static struct CRuntimeClass * ...
0
votes
2answers
204 views

Eclipse C++Type Not Resolved Issue

For an assignment, I'm to create a custom singly-linked list using a class previously created as the type. When creating the node for the list in any methods in the custom list class, however, I get ...
0
votes
0answers
300 views

Fixing the “Unresolved inclusion” Warnings of Eclipse Indexer - Forever

So, I've searched about this problem, and it gets fixed when I add the include paths in each and every project, but it is very annoying to do that over and over again. Is there a way to tell eclipse ...
0
votes
0answers
96 views

Discard some files in unresolved conflict state after git cherry-pick -n

I would like to cherry pick a commit to my branch foo. That commit contains changes of lots of files. I only need the changes of a few files. I'm using git cherry -n Normally with git add I could ...
0
votes
0answers
51 views

File cannot be resolved problem in android

I am facing a problem that, when I write like this below, to store the downloaded file into folder URL imageUrl = new URL(Constants.TOUR_PLIST_URL +"/" + ctour.getThumbnail()); String imagePath = ...
0
votes
1answer
244 views

MSVSC++ 2008 Linker Broken, Will Not Compile Any Program

I have been having some major issues with my Visual Studio 2008 Pro install. It will not compile any program, no matter how simple it is, without giving me at least 15 linker errors. I have tried a ...
0
votes
3answers
309 views

Id cannot be found (Resource Issue)

Okay so I'm working on a project and I'm trying to use buttons with text inside of them in an activity, but eclipse can't find the id or chooser.xml Here's myActivity class package com.xxxxxxx; ...
0
votes
0answers
90 views

C++ LINKING ERROR UNRESOLVED

I still have the linking error that i encountered on an attempt to compile my files: Linking CXX executable simulation Undefined symbols: "JobCreationFactory::createFiles(HardDisk)", referenced ...
0
votes
2answers
177 views

How am I getting a linker error: Unresolved external symbol

This is in a Windows Console application, so I have no idea how this is happening at all. #include "Library.h" //poglathon.cpp //starting region bool Poglathon(std::vector<std::string>& ...
0
votes
3answers
170 views

Upgrade to VS2010: Random Unresolved Symbol

I just went from visual studio 2008 to 2010, and after solving all issues my project runs perfectly. However sometimes a project is complaining about unresolved symbols. When I rebuild the objects ...
0
votes
1answer
118 views

Getting unresolved carbon functions - mac qt 10.4 build

Trying to compile some code that is primarily Qt, but has a bunch of calls into the the Carbon layer. In Linking, all of the Carbon calls come up unresolved. My config cmdline build has this: -sdk ...
0
votes
0answers
179 views

Artifactory does not resolve any dependency to e.g. repo1

after a brand-new installation of Artifactory on Tomcat 5.5 everything is up and running fine... EXCEPT that the Artifactory does not resolve any artifact from e.g. central Repo1. (the cache seems ...
0
votes
2answers
698 views

Host is unresolved in LAN

Im getting a IOExeption 'Host is unresolved' on HttpPost. The Endpoint in this case a a computer on my LAN with a webservice. (http://pc259:8080/test/service.asmx). Im using WIFI to my LAN. Does ...
0
votes
1answer
165 views

Unresolved External Symbol? error lnk2019

I was wondering if anyone knew what this error meant. Thanks error LNK2019: unresolved external symbol "public: void __thiscall LinkedList,class std::allocator > >::LocItem *>::decreasekey(class ...
0
votes
2answers
459 views

How to detect unresolved symbol when creating a library?

Under Solaris 10, I'm creating a library A.so that calls a function f() which is defined in library B.so. To compile the library A.so, I declare in my code f() as extern. Unfortunately, I "forgot" to ...
0
votes
1answer
303 views

MSVC 2008 - Unresolved External errors with LIB but only with DLL, not with EXE project

I have a DLL that I am trying to link with a libjpeg LIB using MSVC 2008 that is generating Unresolved External Symbol errors for the libjpeg functions. I also have a test project that links with the ...
0
votes
2answers
193 views

Why are my resources suddenly unresolved in my Android project?

Eclipse is complaining about my Android project saying all my references to resources are unresolved, even though R.java does exist. For example: signin_btn=(Button)findViewById(R.id.signin_btn); ...
0
votes
1answer
975 views

Problem in plug-in development: Eclipse 3.4 can't find a bundle that is definitively there!

Today I had a problem with my old Eclipse 3.4 installation and I had to re-download the entire package. However, I don't think that I got the exact package as before, and I'm having some problems. ...
0
votes
3answers
617 views

unresolved external symbol Error - C

Linking... mongoose.obj : error LNK2019: unresolved external symbol _send@16 referenced in function _push static uint64_t push(int fd, SOCKET sock, SSL *ssl, const char *buf, uint64_t len) { ...
0
votes
3answers
121 views

Linking error in C++ - implementing a indexList

Linking... Directory.obj : error LNK2019: unresolved external symbol "public: void __thiscall indexList<class entry,100>::read(class std::basic_istream<char,struct ...
0
votes
1answer
420 views

VSTS DB GDR - Why are references unresolved within the same database?

I am playing around with the Visual Studio Team Suite Database Edition GDR, and I've imported several of our databases. I have literally thousands of warnings, most of which are unresolved ...