Displaying 20 results from an estimated 6000 matches similar to: "How to discover within my application if executed in Wine?"
2009 Apr 17
2
Re: How to discover within my application if executed in Wine?
Hi.
Sorry for my bad english..
I'm also a Delphi programmer having also some problems with my applications in Linux.
One of the problems is that my program minimizes itself in tray when is monitoring the Clipboard. But I don't see how to do that in Linux using wine - prezent or future...
If someone knows how - please tell me so I can implement it.
And I can't use Lazarus...
My
2008 Aug 05
2
a simple Asterisk AMI interface with Delphi (or Lazarus+FreePascal)
Hi Everyone,
Those of you who have a simple home-based Asterisk box might
be interested in a "simple" Win32 (Win2K or WinXP) interface to
the AMI manager. The quick-start versions merely require
unzipping with NO Installation - hence, NO Uninstall (i.e., no
registry writes at any time by the install nor by the program).
(Unfortunately) the INSTALL version does write to the
2007 Oct 25
2
What to do to use libvorbis with FreePascal?
All,
I am a FreePascal programmer. I am making a Pascal-based application now,
and want to use vorbis as its sound files.
What should I do so that I can use libvorbis with FreePascal?
(Actually, I use Lazarus as the Windows development environment)
Thanks.
--
Comodo Firewall Pro -- Powerful & Free, Forever! Visit www.comodo.com
Support patent-free audio! Visit www.playogg.org
Use
2007 Jun 07
3
is it possible to run delphi apps(forms) using wine
is it possible to run delphi apps/forms(that was build, compiled, and targeted to windows machines) on linux(fc6, suse 10.x)
These delphi apps connects to MS SQL server.
if it is possible, then I can easily ground all those windows xp machines, that are just use to run these delphi apps... and use linux instead
Regards
---------------------------------
Got a little couch potato?
Check
2010 Jul 16
8
Native libpq.so instead of libpq.dll?
Hello all,
is it possible to use the native Linux libraries instead of their Windows builds?
This can be a newbie question. :)
I have a database program based on PostgreSQL and I think that coyping the Windows libraries for the application to run is a bit luxury when the same but native libraries with the same functions already exist for Linux and they are already installed on my system.
I
2011 Oct 17
2
Functionality with SetWindowsHookEx WH_JOURNALPLAYBACK
Hello,
I am trying to run our own Delphi Application with wine 1.2 on Kubuntu.
Applications runs without any problems but Functionality of stuffing keys with
setWindowsHookEx(WH_JOURNALPLAYBACK, @Playback, hInstance, 0); is not working at all.
Can somebody suggest any work around for this ? If any code changes are
needed we can do the same since we have sources of application with us.
Since
2009 Jun 28
1
I need to be able to retrieve windows user info on a windows server.
Hi, I'm a Linux newbie.
I've been doing novice level programming on Delphi win32 for about 2 years,
and recently, I've been exploring freepascal/Lazarus on Ubuntu because I
want to port a small win32 application to Windows. I've managed to port
over most aspects of the win32 app, including database, but I'm now stuck at
trying to find a Linux equivalent of the netapi32 (a
2007 Feb 18
5
Looking for starting point?
Hi,
I am a retired telephone tech/manager who recently had a bad experience with a local company offering digital phone service (VoIP). I have spent the last thirty years in the PSTN network, switching, PBX and key system field and am interested in learning more about VoIP. My background also includes programming, mostly specialized applications to interact with the PSTN network. Most of my
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
Hello,
In case there are other users of the AsteriskWin32 port...
I haven't really used the AGI feature of Asterisk to run an application
from extensions.conf. *Win32 supports Perl, which I don't know. Apparently,
it's also possible to write AGI applications as EXE's (there's a
eagi-test.exe file installed by default).
=> When a call comes in, I'd like an AGI
2009 Apr 17
1
Re: How to discover within my application if executed in Wine?
I finally succedeed to show the icon from tray - the problem is that the hole application isn't hidden.
I use ShowWindow from user32:
ShowWindow(Application.Handle, SW_HIDE);
Is there a better way to hide it?
2009 Aug 24
1
Want to help Wine and prevent regressions in your favorite (downloadable) app?
Howdy all,
For Google Summer of Code, I worked on a project I called Appinstall,
which is basically an automated test framework for Wine. It works as a
simple shell script, that runs several independent tests of
applications, then parses the log files to make sure no applications
broke, or bugs were fixed. The tests themselves are written using
AutoHotKey (http://www.autohotkey.com).
The neat
2007 Jun 09
3
Polycom sip.cfg / voIpProt.SIP.requestValidation.x.request.y.event
Hi all,
My company has pretty much standardized on Polycom phones and I am in
the beginning phase of writing a GUI for administering/managing polycom
provisioning at multiple sites which we intend to release as OS. I've
started studying the docs and I'm having trouble understanding the
following xml attribute:
voIpProt.SIP.requestValidation.x.request.y.event
I understand what it
2006 Dec 29
2
Binary AGI Scripts
Hi Everyone,
I'm wondering if anyone here write AGI's in compiled binaries. I'm
writing a small Cepstral AGI in Freepascal/Lazarus. I know there are
some other AGI's out there, but I wanted to add some more functionality
than what is available such as having the AGI determine if the "data"
argument is plain text or a path to a text file and act accordingly.
The
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
2004 Feb 16
2
Delphi 6 app with QReport
The program it is working in wine except that I can't print. When I try I receive this:
fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
fixme:psdrv:PSDRV_EndPage Already ended a page?
And nothing is printed...
Any hint?
Thankyou and please excuse my english.
2019 Jan 29
3
BioStatFLOSS 4.0
Hola.
Os informo de que hemos publicado una nueva versi?n (la 4) de BioStatFLOSS.
Para el que no lo conozca, se trata de una recopilaci?n de software para Windows. Es una "colecci?n" de programas de utilidad para la realizaci?n de estudios estad?sticos en general (y bioestad?sticos/biom?dicos en particular) en el que "la estrella" es (of course) R. La principal caracter?stica
2007 Jun 07
5
[LLVMdev] libc dependencies, code generation questions
Hello,
I'm looking into creating an llvm backend for the Free Pascal
Compiler (<http://www.freepascal.org>). After reading a bit through
the documentation and looking at some code generated by llvm-gcc, I
have a couple of questions:
1) is there a way to specify ranges in the switch statement? Pascal
supports switch statements (called "case" statements there) which
2015 Jan 27
2
BioStatFLOSS
Hola.
Por si es de vuestro interés, os informo de que hemos publicado la versión 2.0 de BioStatFLOSS.
Es un entorno homogéneo de ejecución, bajo Windows, de una recopilación de programas (ver imagen2), ya preparados para su uso, de utilidad para la realización de estudios (bioestadísticos, epidemiológicos y de salud en general), investigación biomédica y/o formación bioestadística.
NOTA: Aunque
2007 Jul 08
1
Writing Excel (.xls) files on non-Windows OSs using Perl
Hi all,
There have been quite a few threads in the recent months pertaining to
the ability to directly write native Excel (.xls) files from R. For
example, exporting R matrices and/or data frames to an Excel file, with
perhaps the ability to create multiple tabs (worksheets) within a single
file, with one tab/sheet per R object.
There exists the xlsReadWrite package on CRAN by Hans-Peter Suter,
2008 Jan 27
1
[AGI 1.4] C sample?
Hello
I'm pretty much a newbie when it comes to C, but I have to use
this language to write a couple of AGI proggies because I need them to
be statically compiled.
Strangely enough, Google didn't return much when looking for the
"Hello, world!" of AGI in C.
The following doesn't work: The file never gets written:
===========
//check_cid.c
#include <stdio.h>
#include