How to generate installer application delphi xe7 [closed] - delphi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have just finish a small delphi xe7 application, which need some dll file for working. How should i create the application installer .exe for installing such application in other pc?

I suggest you use Inno Setup, which is free, easy to use and can correctly handle all current OS's flavours.

I don't have XE7, so I'm not aware if there's an installation generator shiped with it or not. If not, I advise you to learn about InnoSetup. It's a free setup wizard generator, that has a scripting language similar to Pascal (PascalScript), so it's very welcoming to Delphi programmers. There's a lot of info about it around the net and its documentantion is complete and clear.

Related

Is there a merge/comparison tool like VisualStudio but for the Mac? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I would like to find a tool like VisualStudio but for the Mac. Specifically what I need is to be able to go "back in time" in Git repos to perform side by side file comparisons of code. I know with VS you can do this, is there anything out there for the Mac that will do the same thing? I'm writing in Ruby on Rails if that makes a difference.
VS Code for mac works okay for this if you use the GitLens extension. You can also use a more bloated IDE like RubyMine. You are probably going to be limited on native stuff so find an extension you like in an editor that you like.

Delphi linux firemonkey GUI [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am going to buy Delphi Tokyo because my company has XE2 and we need a fresh update. I see that Delphi tokyo has Linux support but I have 2 questions:
1) I have seen that I can make apps for linux ubuntu server. Does Delphi allow apps for ubuntu client lts as well?
2) Can delphi produce GUI? I mean firemonkey support for linux so that I can use buttons and so on. If not is it planned?
Thanks in advance
Currently, there isn't any native support for Linux client applications - however, third party client support is available via FmxLinux.

I'm looking for the profgrid component for delphi7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Goodmorning. Who can help me find the profgrid component for delphi7. I've migrated from delphi6 to 7, the profgrid component I've found on the net doesn't work. Also this company doensn't exist anymore. Maybe someone still has a good working profgrid component for me?
If you have the ProfGrid source code, locate its package (.Dpk) file(s), copy them and recompile the copied versions. If there is more than one, usually the other package(s) will refer to it in their Requires clause, and you should change that to refer to the name of the copied version. The process is straightforward, but slightly involved if you've never done it before.
I can provide more details but it's pointless if you don't have the ProfGrid source.

Are there Virtual Twain Scanners? Sort like Daemon Tools virtual CD [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am testing a scanning application and currently I dont have any scanner to plug it in. Is there anyway to have a virtual scanner like Daemon Tools does with Virtual CD Drives?
There's a Sourceforge project with a sample TWAIN implementation, including a virtual scanner. I haven't found anything similar for WIA.
Yes, there is a pretty simple to use application called UniTwain. I am using it and it works really nice for my users. You can download it from http://www.terminalworks.com/unitwain
I would like to make people aware of GenDS
Download ZIP
According to this web page, GenDS
is a ready-to-build Microsoft C++ 6.0 project that compiles to a
generic TWAIN Datasource (DS)
I am in the process of compiling it so I cannot give further advise.

Symbian S60 Code Editor [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for an app that will let me type in code ON my cellphone. I don't need to compile or anything, and its not to program for the cellphone. Just something nice to have when an idea pops in my head.
Am I completely overlooking a simple code editor for Symbian S60v3 phones?
I am looking for something similar to CEdit which is for Windows Mobile.
I've used pyEdit on my S60v2 phone, it looks like it's supported under v3 as well.
It depends on the python runtime, so you'll need to install that first.
Try YEdit or LightNotepad
try ped-s60
http://code.google.com/p/ped-s60/downloads/list
You can use visual studio :
http://wiki.forum.nokia.com/index.php/Using_Visual_Studio_6.0_with_S60_3rd_Edition
You can download the very basic edition of Carbide C++ for free from Nokia
This is built on the eclipse platform and is very good.

Resources