Questions tagged [reference-library]
15 questions
19
votes
4 answers
Which online eBook reference library do you use?
I use Safari Books Online as a reference library and to evaluate book before I decide to buy a paper copy, but it doesn't include any Apress books. Is there a better alternative you would recommend?
Edit: Safari Books Online now includes Apress…

Vassili Altynikov
- 2,049
- 2
- 17
- 24
12
votes
5 answers
Cannot Embed Interop Types from Assembly
I know that similar questions have been asked on here before, but I'm not sure they actually solve my problem, unless I'm misunderstanding them.
I've been working on an application this morning and not had any issues building or rebuilding the…

David
- 2,298
- 6
- 22
- 56
3
votes
3 answers
How to add referenced library JAR files using relative path for eclipse Java project in vscode
I checked this question and many other posts to help me resolve my issue, but nothing worked.
I trying to open an existing Java Project from Eclipse in vscode. The project was opened successfully in Eclipse 2021-06 and I fixed the referenced…

tarekahf
- 738
- 1
- 16
- 42
2
votes
1 answer
Setting FSO to FileSystemObject vs Scripting.FileSystemObject
I just had one of those moments where you step out of the weeds and examine your code and ask yourself "why did I do that?"
I have a script that creates a folder with several subfolders and files using the FileSystemObject. Everything works, but I…

SquirrelBait
- 73
- 7
1
vote
0 answers
How to run SWT application created in Eclipse from command line
I created my SWT project in Eclipse and the software helps me in dealing with all the library stuff. As far I a see, the project has a JRE(1.8) library and a reference library which contains all the libraries needed for my code.
My code works well…

rainbow66
- 11
- 2
1
vote
1 answer
VBA add-in: how to "embed" the required reference libraries? Getting "Compile error in hidden module" when sending functional add-in to other users
I wrote a powerpoint add-in that works well on my local computer. Yet when I email the file to others, all of a sudden half the functionalities no longer work and show the compile error as listed in the subject line.
Digging a bit deeper, it…

user2847768
- 65
- 6
1
vote
1 answer
pointing android xml layout to reference library
Needing to use GridLayout in my android 2.2 project, I import the reference library from /android-sdk-macosx/extras/android/support/v7/gridlayout. When I clean the project, the red underlines go away. But as soon as I try editing the xml layout…

Pouton Gerald
- 1,625
- 22
- 32
1
vote
2 answers
How to download Xcode - iPhone os entire reference library?
Open X code. Go to help menu / or press command + shift + /
Select documentation option.
Now a help window will be opened. In this help window, on the left side there are many options like - iPhone os 2.1 subscribe, iPhone os 2.2 subscribe, iPhone…

sagarkothari
- 24,520
- 50
- 165
- 235
1
vote
0 answers
iOS UIReferenceLibraryViewController and dictionary
I have two questions regarding UIReferenceLibraryViewController (UIRLVC).
I have an app which is for language education. I want to add dictionary function. One way to implement dictionary function is to use UIRLVC. While reading the class reference,…

Tony Xu
- 3,031
- 4
- 32
- 43
0
votes
0 answers
Excel VBA Add Reference Library without Closing Userform GUI
I have a script (see below) that loads a Reference Library and then presents the user with a GUI (Userform). The problem is, after loading the library it ends the script. Not immediately after the command (like a crash), but after it finishes…

TomDekkard
- 17
- 3
0
votes
1 answer
Eclipse not recognizing class after import of jar file
I have tried creating new projects. Removing and adding the jar file. Nothing is getting this thing to recognize it. I don't know if I am adding this correctly or not. Could someone please direct me, thanks.
EDIT: After some research using the help…

Justin Duncan
- 88
- 1
- 6
0
votes
0 answers
Access .java src files in Reference Library that don't have .class files
I'm using Eclipse 3.8.0 on OSX 10.7.5 and I'm trying to run jzy3d-9.0 (a 3d graphing package). There are at least two libraries that I need import. The first library came in both .class and .java files, which I was able to add to my reference…

user2303321
- 297
- 2
- 11
0
votes
2 answers
Compact & Repair Access 2007 Database with Powershell
I'm trying to use Powershell V2.0 to programatically compact and repair MS Access 2007 (.accdb) databases. The code I've created below works as part of the final code (several backup procedures occur prior to this function running).
I'm running into…

Gareth
- 5,140
- 5
- 42
- 73
0
votes
2 answers
Why do I get a configuration error when I deploy my web application to the development server?
After upgrading NuGet from version 1 to version 2, installing a 3rd party code library and writing a small bit of code with this library, my ASP.NET application worked on my local development environment. But when I deployed it to the development…

WestAce
- 860
- 3
- 9
- 23
-1
votes
1 answer
java compile problem on cmd (json simple)
I'm trying to compile my java program using cmd.
The program works well on the eclipse, but not on the cmd.
The error message was cannot find a symbol under the variable that declared by JSONObject, JSONArray,...etc(JSON something).
So it seems like…

Devep
- 23
- 4