Tagged Questions

2
votes
5answers
132 views

Loading a Delphi Object Run Time using BPL

I have a class in a unit. Usually, when I changed the algorithm of its methods, I have to recompile it and deliver the patch as a whole. I think to create the instance of the class …
3
votes
3answers
46 views

Overhead for calling a procedure/function in another Oracle package

We're discussing the performance impact of putting a common function/procedure in a separate package or using a local copy in each package. My thinking is that it would be cleaner …
0
votes
0answers
12 views

“os x” + octave + Miscellaneous Package: install errors

Trying to install the Miscellaneous Package into Octave, I get this string of errors: octave-3.2.3:17> pkg install miscellaneous-1.0.9.tar.gz configure: error: in /var/folders/0o/ …
2
votes
3answers
141 views

How do I create a namespace package in Python?

In Python, a namespace package allows you to spread Python code among several projects. This is useful when you want to release related libraries as separate downloads. For example …
1
vote
1answer
58 views

Delphi 2010 - package problem, File not found error

I have a problem with a application with plugins. Originally, everything was compiled into a single exe, but now, I want to take out some of the code into a bpl on its own. The cod …
0
votes
0answers
13 views

Why can not add subversion package to my OpenBSD 4.5 machine?

Hi all, I have an OpenBSD 4.5 on a virtual machine. I configured the net and my machine can connect to the OpenBSD FTP repository in Canada (ftp.openbsd.org) correctly. But when I …
0
votes
1answer
47 views

SSIS packages within SQL Server Agent and File Server: advantages - disadvantages

All, I have considerable number of SSIS packages, and need to configure it on PRODUCTION environemnt. Just want to know the advantages and disadvantages of configuring and running …
0
votes
1answer
47 views

SSIS package execution through VB.net code

Hi, I've kept my ssis package in my local application folder and through vb.net m able to execute that as package.execute(), But when i publish the same code in my server, its sh …
5
votes
7answers
147 views

What’s the best way to distribute a binary application for Linux?

I just finished porting an application from Windows into Linux. I have to create an installer of the application. The application is not open source => I should distribute the appl …
0
votes
2answers
72 views

How to get File within’ package, in an Android application

I'm am creating an Android application, but in order to have one of the functionalities working I need to read a predefined xml file whilst only knowing its name, not the R.id.. I …
0
votes
6answers
101 views

How to create a package for different files?

How do I create a Java package for different files? I have tried the following. What have I done wrong? And what is the right procedure? The first file is: package dil; public …
2
votes
3answers
200 views

Can I overload Perl’s =? (And a problem while use Tie)

I choose to use tie and find this: package Galaxy::IO::INI; sub new { my $invocant = shift; my $class = ref($invocant) || $invocant; my $self = {']' => []}; # ini s …
1
vote
2answers
20 views

Microsoft Access 2002 Package Deployment Problem

Hi I've created a split Access database application and used the packaging wizard to create a deployment package. All the files are installed by the deployment package into C:\Do …
0
votes
2answers
180 views

How to install a package in LaTeX

Hi, I'm fairly new to LaTeX, but have been using my own document template for a couple of years now to do basic typesetting. What I want to do is to add the pst-gantt package from …
-2
votes
0answers
51 views

libreadline.so.5: No such file or directory [closed]

I just tried running a program installed through a .deb package and get this error: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No suc …

1 2 3 4 5 next
15 30 50 per page