Questions tagged [recompile]

The act of compiling something again.

To "recompile" is to compile again. This could refer to simply compiling a second time, or compiling decompiled code.

191 questions
0
votes
1 answer

Errors when re-compiling a .dll

I'm getting the following errors when I try to rebuild a .dll Please advise what can I replace these lines with so that the code will compile. Background info (likely not relevant): The .dll is part of an add-in output module for a program that…
0
votes
1 answer

Recompile WhatsApp APK file

Recompilation process resulted in errors even when I didn't change the Source code which I got after decompiling the WhatsApp APK. What's the reason for the errors?
ray an
  • 1,132
  • 3
  • 17
  • 42
0
votes
1 answer

Git: compile master, then merge into dev without recompiling everything

I'm working on a large open source project with rapid development and very long compilation time. My question concerns how to minimise recompilation after getting the newest changes from master. Say I have /--MyDev1 / A (=master) \ …
jsrn
  • 3
  • 1
0
votes
0 answers

Change Android layout without recompiling

I want to allow users to set some layout parameters in an external file, that will be reloaded each time by the application, and wonder if there's a simple way of doing it. I don't want to define the entire layout in code, but only some specific…
Tamir
  • 625
  • 1
  • 12
  • 27
0
votes
1 answer

Error in public.xml string declared here is not defined

F:apkmanager\3-Out\apk.apk\res\values\public.xml:1359: error: Public symbol string/showSlip declared here is not defined. Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could…
aditya gupta
  • 11
  • 1
  • 3
0
votes
0 answers

Change DB connection in Visual Studio app?

There is a legacy app that I have to make an edit to via VS, but I'm not sure what the process involves in recompiling the program. Since nothing else uses VS as it's just an app gluing together some things that support a legacy system, I rarely use…
0
votes
1 answer

Tracking dynamic recompile of an ASP.NET website project

To evaluate as a metric for performance, I would like to keep statistics on how frequently an asp.net website project is compiled to MSIL code. As described in this post When does an ASP.NET Website project recompile?, there are several things that…
pierce.jason
  • 750
  • 6
  • 11
0
votes
1 answer

Add xml layout file within an update to existing apk

I'm developing an Android application (a game). Users can download the apk from Google Play. I want to add some more XML layouts and some images to the existing apk in an update. But XML layouts and other images are supposed to be stored in github.…
user1592688
0
votes
1 answer

New Windows C# Build Causes App to Lose Saved Preferences

Every time I recompile my Windows app, I update the AssemblyVersion and AssemblyFileVersion in AssemblyInfo.cs. When my app loads, I call Microsoft.Win32.RegistryKey key1 =…
0
votes
1 answer

Java Imports, Assembly (Krakatau), and Source Code

So here's my situation: I am running a Java Client/Server architecture that has high CPU usage and I'm trying to reduce the lag time on the main "server" thread. I have been profiling the server with YourKit to identify the CPU-hogging code. The…
Sameer Puri
  • 987
  • 8
  • 20
0
votes
0 answers

android xml file invalid symbol: 'do', the xml file is from decompiled apk code

I know "do" is a reserved symbol in Java from this question Error in strings.xml: invalid symbol 'continue' so you cannot use it as a name for any object in your XML files or Java code. But why decompiling a apk produces a invalid xml file? What…
User007
  • 771
  • 1
  • 8
  • 12
0
votes
1 answer

Invalid Package Body status for DBMS_AQADM_SYS

Was trying to refresh a database which failed when dropping the AQ table 'SYSTEM.DEF$_AQCALL' with this error. //------------ 1. SqlBRuntimeException: Dropping Tables failed after 6/179 items (1 errors) 2. SqlBException: Fatal error executing…
neo_er
  • 5
  • 1
  • 4
0
votes
0 answers

Pass in table value parameter or the individual parameters into a stored procedure?

Is there a general performance difference in SQL Server 2012 passing in a table valued parameter versus just passing in a fixed set of individual scalar-valued parameters into a stored procedure? Also, does passing in the same individual set of…
0
votes
1 answer

change in header file -- when to recompile in c

In C, I have a header file file1_0.h which is included by only file1.h and file1.c. file1.h is included by many other files say, file2.c, file3.c and file4.c If I make any change in file1_0.h I know that I need to re-compile file1.c but do I also…
L Lawliet
  • 2,565
  • 4
  • 26
  • 35
0
votes
0 answers

why does SBT insist on recompiling all files when I switch machines?

I'm using a cluster with multiple machines that all share a filesystem. This is managed using SLURM, and in order to get compute time, I request a node for a period of time and I get one of 100 or more possible machines, with a name like 'c222-103'.…
Urban Vagabond
  • 7,282
  • 3
  • 28
  • 31