Displaying 20 results from an estimated 80 matches similar to: "converting a RSTRING to an OLESTR"
2011 Mar 15
3
COM header files required
Hello All,
I am using wine-1.3.0. When I try to compile my code using winegcc compiler, I get errors like "comdef.h not found".
I searched in wine installation location for COM related headers and found that they are not available.
Are these files available with latest version of wine?
Kindly help me out of this problem.
Regards,
Kiran
2003 Apr 24
3
Keyboar problems
Hi,
I can't install a program and I think that the problem is the keyboard.
The log file is above.
Could anyoune help me?
Thanks,
Savio Ramos
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (Brazilian ABNT-2 keyboard layout) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for
2006 Jun 04
1
EZNEC
I'm again trying to run the antenna analysis program EZNEC under Wine. I
wrote about this in October. At that time I got a run-time error. This
time, the program hangs during startup. On Windows, the program first
puts up a splash screen. Under Wine, I see a small rectangular outline -
too small for the splash screen - and nothing more happens. The linux
shell window output is:
libGL error:
2015 Jun 03
2
Problem with shared library and lapack under windows
Hi all,
I have a C function, say Cfun, that calls Lapack's DGEMM routine and I need
to create a shared library to use Cfun inside R. The C file is the following
#include<stdio.h>
#include<R.h>
#include<R_ext/Lapack.h>
void Cfun(double *res, double *X, int *n, int *q)
{
char *ptr_TRANSA, TRANSA='T', *ptr_TRANSB, TRANSB='N';
ptr_TRANSA=&TRANSA;
2015 Mar 25
4
F77_CALL/NAME problem
Dear R-devel,
I am trying to use Fortran DGESV subroutine into C. Here it is the relevant
part of the C file I am currently writing
#include<stdio.h>
#include<R.h>
#include<Rmath.h>
#include<math.h>
void F77_NAME(DGESV)( int*, int*, double*, int*, int*, double*, int*, int*);
void solve( int *p, double *A, double *Ainv)
{
...
F77_CALL(DGESV)(p, p, Ain, p, ipiv,
2006 Jun 20
1
DAO 3.5 and OLEAUT32.DLL troubles...
Hi,
I'm a Delphi developer.
Using DAO 3.5 (the engine for MS Access 97 databases) and Wine 0.9.15
or 0.9.9 I've got a trouble:
when I launch a query that uses some expressions (ie: "SELECT
Format(...) FROM Customers") the query fails, lamenting that the
function doesn't exist...
(A note that can help: Dao uses VBAR332.DLL or Expsrv.dll module to
evaluate expressions)
The
2010 Jul 31
2
getElementsByName
static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v,
IHTMLElementCollection **ppelColl)
{
HTMLDocument *This = HTMLDOC3_THIS(iface);
FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl);
return E_NOTIMPL;
}
I'm trying to use an application that has an embedded IE browser component
2004 Oct 09
1
wine blocks my CPU
I am using wine-20040914-mdkdebug
# wine efwsetup.exe
brings the following errors and blocks my CPU, the PC slows down
?fixme:shell:Stream_WriteLocationInfo?writing?empty?location?info
?fixme:ole:OLEPRO32_DllRegisterServer?not?implemented?(olepro32.dll)
?fixme:ole:RegisterTypeLib?Registering?non-oleautomation?interface!
?fixme:ole:ITypeInfo_fnRelease?destroy?child?objects
2005 Feb 04
1
Microsoft RTC Client SDK with Asterisk
I'm using the the Microsoft Real-Time Communications Client API SDK
using Visual Studio 6 and . NET 2003 SE to make SIP calls. Using the
examples provided I can make unregistered SIP calls fine, however I am
having trouble registering with Asterisk.
I have to produce an XML Profile to use when registering with a
registrar. The one I use is...
<provision
2005 Jan 05
1
many fixme errors
Hello!
I want to use TTQV (a GPS-Program) with wine, but I won't run.
I am using Wine 20040914 under Debian (Sarge).
A short description what I did:
mkdir .wine
cp -r /usr/share/wine/skel/* ~/.wine
I copied mfc40.dll and vb6de.dll from a win98-Installation.
I inserted into ~/.wine/config:
[AppDefaults\\ttqv3a.exe\\DllOverrides]
"mfc40"="native"
2004 Dec 31
5
School Software with WINE
Hello,
The network administrators for the school I work for have recent left
and also left the network in a rather large mess. There are files such
as pictures being stored in random folders on random computers all
around the network leaving valuable data vulnerable. I'm hoping to
move over from the older windows system to a new linux based thin
client configuration with ltsp. So far I am
2011 Apr 17
5
For more UI functionality: OmegaScript, C++ or other?
Hello :-)
We have Xapian and Omega working nicely. Now we would like more
functionality at the browser UI, such as being able to specify date ranges
and being able to search the file name including looking only for, say, .odt
files.
Question is whether the best choice for this would be to develop a template
using OmegaScript or to switch to C++ or some other language.
Availability of skills
2005 Jan 31
5
problem with Legacy
I've installed the last versions of wine and xwine on Mandrake 10.1.
I tried to launch Legacy 5.
If I launch wine in a terminal, I load the soft and just at the end
I get this message
"fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
[kde@GERICOM kde]$ err:ole:OaBuildVersion Version value not known yet. Please
investigate it !
fixme:dialog:MSGBOX_OnInit task modal
2008 May 11
2
wxruby-1.9.7.tar.gz
Bonjour, comment est-ce que je fait pour installer wxruby1.9.7?
Je ne peut plus l''installer à partir de rubygems.
J''ai télécharger "wxruby-1.9.7.tar.gz" et après que faut-il faire?
merci
sebastien
http://beusse.liveror.com/
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2008 May 11
4
Choosing a Sizer
Following alex advices, i''ve used both "text/textctrl.rb" and
"etc/threaded.rb" to build my first wxApp.
I''ve changed the Sizer type mainly (from "Wx::BoxSizer" to
"Wx::FlexGridSizer").
I didn''t find the way to let @log (Wx::TextCtrl) span 2 columns. At the time
of writing it''s growing only vertically.
And also how to get
2008 May 10
2
[LLVMdev] LLVM as a DLL
Hi there
LLVM is a great idea, congratulations. Do you mind if I
give you a little bit of constructive criticism from the
point of view of a developer who would like to use LLVM as a
back-end?
I will write this email from the point of view of MS
Windows, but the same applies to MacOS and Linux.
LLVM is difficult/awkward to use in a real-world
environment/situation. To solve this problem,
2020 Feb 16
0
Wine release 5.2
The Wine development release 5.2 is now available.
What's new in this release (see below for details):
- More compatible codepage mapping tables.
- Support for using the null display driver as a real driver.
- Better UTF-8 support in the Resource and Message Compilers.
- Fixes for using ucrtbase as C runtime.
- Various bug fixes.
The source is available from the following
2008 May 11
2
Howto get yum/http download statistics?
Hi,
How do you get yum/http download statistics of files (rpms) that live on
a CentOS5.1 box with Apache? Is it just a matter of installing some
weblog analyzer software or is some other magic needed?
Thanks!
Patrick
2008 May 10
2
substitute in graphics - Uwe's help desk
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20080510/28c07d4e/attachment.pl>
2004 May 04
6
Runtime Error - abnormal program termination
Hi,
I'd like to run a win-prog with Linux but it fails: Runtime Error -
abnormal program termination.
In the console I get the following infos:
fixme:ole:CoCreateInstance no classfactory created for CLSID
{48071bd8-a9f0-11d0-954b-00a0c911760e}, hres is 0x80040154
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:ITypeLibComp_fnBind (L"Now", 10ba25, 0x3, 0x406ef200,