Displaying 3 results from an estimated 3 matches for "marcos_antonio_p".
Did you mean:
marcos_antonio_ps
2009 Apr 20
7
Trying to make a Delphi database application run correctly
Hello, everybody!
First of all I have to say that I'm already posted this question in another forum:
http://www.delphipages.com/threads/thread.cfm?ID=206179&G=206179
but as I haven't got any response from there I thought that this would be the right
place to ask what I asked there. I really hope to get your help about this because
I am totally new to Linux and I don't know where
2009 Apr 27
6
File access denied when printing from a Delphi application
Hello, everybody!
I'm getting the following error when I'm trying to print from a Delphi application:
File access denied.
This printer routine in my application is a routine to print text. So it prints to a file
in LPT1 . The source code is more or less like this:
Code:
procedure Print;
var
File: TextFile;
begin
AssignFile(File, 'LPT1');
Rewrite(File);
try
2009 May 04
1
How to update to a specific version of Wine?
- Ubuntu 8.10
- Wine 1.1.19
Hello, everybody!
I'm using Wine 1.1.19 and my application is working pretty well with this Wine version. To update Wine on my computer I used the instructions found here for Ubuntu 8.10:
http://www.winehq.org/download/deb
Now I need to update Wine in other computers but if I follow the same steps the update manager will provide me always with the later Wine