Questions tagged [externals]

84 questions
1
vote
4 answers

Static constructor in c++ and fatal error LNK1120: 1 unresolved externals

To start with i should probably let you know that i am by no means a programmer, and i'm just doing this for a homework assignment, so if it's possible i will require a really detailed explanation :) I currently have a Node class which i use to…
1
vote
1 answer

How to solve error LNK2019: unresolved external symbol

Such quite small program drives me crazy. I always get the following error messages: Error 1 error LNK2019: unresolved external symbol "public: class std::basic_string,class std::allocator > __thiscall…
Tolly1
  • 13
  • 1
  • 1
  • 4
1
vote
1 answer

Unresolved externals [Constructors]

Possible Duplicate: What is an undefined reference/unresolved external symbol error and how do I fix it? I have a problem with the Linker which I just can't solve.. Already tried anything I could think of I have a Baseclass (Person) and a Derived…
TheSentry
  • 23
  • 1
  • 4
1
vote
3 answers

SVN externals change source to target directory

I am using svn 1.6, is it possible to have: ? source directory shared\code\depends\make1.3 - contains file make.1.3 target directory trunk\make\ - i want make.1.3 in trunk\make\ Have an SVN external from the above source to the target I have…
dnndeveloper
  • 1,631
  • 2
  • 19
  • 36
0
votes
3 answers

How to link continuous integration to my latest sprint trunk?

Using a continuous integration on my project, I need to checkout the code from latest sprint from BAZAAR as bzr://path/to/myproject/sprint/123 As this path is changing repeatedly (for each sprint), I'm currently using externals to create a…
0
votes
1 answer

Taglib unresolved external issues (FileRef)

So I'm attempting to use taglib in a project I'm working on, and can not seem to get past a few unresolved externals. To start, I downloaded the latest taglib release from github, and proceeded to follow the answer given in Using TagLib in Visual…
0
votes
2 answers

Linking projects in bazaar

I have some projects that need to include the source of another project. All projects are managed by revision control software. In fact, they are for now part of the same local bazaar repository. The desired layout would be something like…
porgarmingduod
  • 7,668
  • 10
  • 50
  • 83
0
votes
2 answers

How does one setup correlated subversion externals? Should one?

We have a couple of Zend_Framework applications that we'd like to keep in separate subversion repositories. However, these applications share the same database abstraction layer, and several of the same common components. We'd like to share the…
Billy ONeal
  • 104,103
  • 58
  • 317
  • 552
0
votes
5 answers

which files not to add to the svn trunk?

Should i resolve myself to add third party and ajax libraries that i use in my project - tinyMCE editor for example (more than 1800 files) or fckEditor - when my project doesn't contain nearly as many files, just for the sake of compilation? or…
ak3nat0n
  • 6,060
  • 6
  • 36
  • 59
0
votes
0 answers

Webpack and External Dynamic Loading

I'm trying to get webpack to load externals dynamically. I'm having trouble because the file names are only set at run time. I have put together a simple sample project: https://github.com/jamesdalel/webpackdynamicimport I have looked around and I…
James Dale
  • 126
  • 1
  • 4
  • 11
0
votes
1 answer

Webpack Externals require not defined with Electron and Angular 4

I have a setup with Webpack,Electron, and Angular 4. I searched and tried several approaches, however as I could not solve it, i am going to ask here. When i run webpack, it compiles without errors, however in the browser's console i get Uncaught…
Matthias Sommer
  • 1,070
  • 13
  • 28
0
votes
2 answers

Checkout SVN externals to the root of the current WC

I'm trying to checkout a external repository to my current working copy. This is my setup: Current Working Copy D:\working_copy\ External Path D:\external_working_copy\uploads Then I setup the svn:external property to D:\working_copy\: uploads…
Diego Vieira
  • 1,150
  • 2
  • 13
  • 31
0
votes
1 answer

Subversion - Sharing common folder without externals

My SW group is trying to update our source control system from Visual Source Safe, which is no longer supported by Microsoft, to Subversion (because our sister site already uses it). We have a lot of shared code which in VSS can be done directly…
0
votes
1 answer

LiveCode external example for XCode

I thought I'd try writing a simple C++ external for LiveCode. The HelloWorld example given in the tutorial with ExternalEnvironmentsv3 doesn't compile under Xcode 7.2, all sorts of syntax errors (missing {} and semicolons, Bool for bool --- is this…
0
votes
1 answer

TortoiseSvn - Automatically update multiple external properties

I'm currently working on tortoise svn. In order to be able to automatically tag trunk projects so i need to focus on the external properties. As well i would like to edit them automatically using a batch file. Until now what i've done is: Getting…
Neurchak
  • 11
  • 1
  • 3