Questions tagged [generated-code]

231 questions
0
votes
1 answer

divider of a 4 bit number

I wrote a vhdl code for divider that has 16 components in it and with nested loop but when synthesize it , it contains a specific errors in many lines ..... Any help is appreciated. The following codes gives ERROR:HDLParsers:851…
Hossein Kashiani
  • 330
  • 1
  • 6
  • 18
0
votes
0 answers

How to generate barcode with ionic+cordova?

I have one problem. I use phonegap-plugin-barcodescanner. Scan work perfect but generator barcode doesn't work? When I press button to encoding my app crashing and have error "unfortunately app has stopped". Please help me)
0
votes
1 answer

generated source code in ant to gradle migration

I was migrating a java project in ant-build to gradle build. I am stuck with source code. I have already done this in another project with WSDL conversion to java successfully. But in this case I am not aware. Ant code is here
smilyface
  • 5,021
  • 8
  • 41
  • 57
0
votes
0 answers

Generate csmith programs without printf

I'am trying to generate csmith programs without any printf inside. I tried to apply -E -DNO_PRINTF to a generated program but it seem as GCC doesn't have an argument to link files and then apply the preprocessing pass. So how to tell csmith to avoid…
jcnm
  • 83
  • 1
  • 6
0
votes
1 answer

Laravel Allow Only registered users to read a html generated magazine (pdf) from FlippingBook

In Laravel I want to let only registered user to access and read a html generated magazine in Flipping book (It generates a html/flash magazine with ui), it generates index.html . This would be done by a route filter if it where a view. But since i…
MePo
  • 1,044
  • 2
  • 23
  • 48
0
votes
1 answer

Generating a Webpage When It doesn't Exist

How can I generate a webpage based on users request? for example, If someone wants to visit "www.mywebsite.com/example" and there is no such url, My website will generate him/her a webpage based on word "example". How can I do it? (I'm developing my…
Amir
  • 11
  • 2
0
votes
1 answer

Siebel generated WSDL input parameters order and Visual Studio generated code

I consume a .wsdl file for a webservice developped by a Siebel team in my company. The generated code by Visual Studio when I update the service reference has changed lately which means I'll have to rewrite some code for the calling methods in the…
0
votes
1 answer

maven-source-plugin builds sources.jar, but it's unusable by IDEs

I have a Maven project that's built from generated sources. I'm using the maven-source-plugin, configured as follows: release
Brandon
  • 2,367
  • 26
  • 32
0
votes
1 answer

Antlr in Visual Studio -- control location of generated C# files?

I have an Antlr grammar. It is helpfully generating some files -- for example the one below. bin/Debug/CalculatorExpressionParserBaseListener.cs The only problem is that what I would really like to do is to put it into another directory,…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
0
votes
1 answer

Can be generated source of VB.NET application framework grabbed somewhere?

I would like to turn off application framework in VB.NET WinForms project in order to use Application.SetUnhandledExceptionMode() method which must be injected into Main() before UI is initiated. But after switching it off I'll lose automatic saving…
miroxlav
  • 11,796
  • 5
  • 58
  • 99
0
votes
3 answers

is there any easy way to auto generated code like this?

i have a file which will be used across many app projects. the only difference of these files is the webservice reference name. code like this: public void Test(){ Kevin.ServiceReference1.Service1Client client = new…
Narutokk
  • 964
  • 1
  • 8
  • 20
0
votes
2 answers

How to check generated file has been modified in Eclipse plugin development?

Currently the plugin will generate a series of files in an IProject, I need to check whether the generated file has been modified by user before. If the generated artifact has been modified by user, I will need to handle the regeneration…
Seng Zhe
  • 613
  • 1
  • 11
  • 21
0
votes
1 answer

When generating .java files in Java by using wsimiport on .wsdl file, is there a way to specify the source code version?

I'm generating .java files using wsimport in the command line as follows: C:\temp>"%JAVA_HOME%\bin\wsimport" -d . -p com.package.name -keep -extension -Xnocompile File.wsdl I'm successfully generating .java files from the .wsdl files I'm giving it,…
Taylor Lopez
  • 813
  • 1
  • 8
  • 28
0
votes
1 answer

Service reference generated from .Net tool replaces GUID with string

I am using the .Net tool wsdl.exe to generate a service reference for a webservice from the WSDL. One of the methods on the service takes in a Guid as a parameter. When I look at the code that is generated, the parameter is now a string. Why does…
David Pilkington
  • 13,528
  • 3
  • 41
  • 73
0
votes
1 answer

Hibernate code generation weird behaviour

I´m getting a weird behaviour using hibernate tools to generate my entities. I need the "java names" to respect some convension. So I configured de reveng.xml It´s like this:
Emiliano Schiano
  • 1,862
  • 1
  • 25
  • 30