It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How do you generate Delphi output with ANTLR?
My grammar outputs ok in other languages but there seems I'm doing something wrong since I'm getting an error.
There is special switches or something to make it work?
You're probably encountering an error like:
error(10): internal error: Exprtoken.g : java.lang.IllegalArgumentException:
Can't find template actionGate.st; group hierarchy is [Delphi]
AFAIK, the Delphi target has always been experimental, and hasn't been updated in the past few years: I don't recommend you use it.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
It'd be nice to know before I change my heuristic model to a test model, in the interests of readability.
This page suggests it's a reserved word, but the language there is ambigous.
I created a Rails 3 demo app with scaffolding based on a Test model and all seemed to be working just fine, but as soon as I tried to run an Rspec test, it all fell apart, so the answer is yes, it's a reserved word.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to make an emailing application but I wanted to know if there is maybe already an application that provides their source code so I could get a head start. Like maybe just the simple concept of placing emails in a table view and retrieving them from a server. If there is anything out there please let me know.
If you do a google search, you should be able to find what you are looking for. Here are some I found.
http://mobile.tutsplus.com/tutorials/iphone/mfmailcomposeviewcontroller/
http://m.youtube.com/#/watch?v=ECkJh2mnFc8&desktop_uri=%2Fwatch%3Fv%3DECkJh2mnFc8
The geeky lemon drop one is pretty good.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm looking for Delphi resources related to any effort to emulate hopefully a substantive subset of the new Rtti.pas unit like ThorRtti.
Edit:
I edited the initial post (header,body and tag) because using backport is misleading and not appropriate for the post.
ThorRtti tried to mimick the Rtti.pas in Delphi 2010.
I just need a direction to go (URLs).
I don't believe what you are hoping to do is viable. The modern RTTI in Delphi is supported by the compiler. As I understand it the compiler writes a lot of extra information into the executable that the RTTI unit relies upon. Older compilers don't do that.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have a windows vista machine and also a mac with xcode. What would be the easiest way to start writing some Lua code?
Download lua from here. Compile it. Open up a text editor and start writing.
If you just want to try out some simple things, then try the online lua demo.
Just download - http://www.lua.org/download.html \
then:
Lua hello world