search for: atle

Displaying 20 results from an estimated 289 matches for "atle".

Did you mean: able
2007 Nov 12
2
Query an Access database based on a date attribute
Dear useRs, I would like to query an Access database through R based on a date attribute but, unfortunately, I fail to do so. For example, the table test_table of the test.mdb looks like: ID cd market competitor dd price 1 1 2007-11-20 atl-bos delta 2007-11-20 210 2 2 2007-11-20 atl-bos delta 2007-11-21 190 3 3 2007-11-20 atl-bos delta 2007-11-22
2007 Nov 13
1
R: Query an Access database based on a date attribute
It seems that Access needs that you surround the dates with a # symbol. You probably need something like. res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos' and competitor = 'delta' and dd = #2007-11-20#") Hope this helps, Stefano -----Messaggio originale----- Da: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]Per
2001 Feb 22
2
afx.h... configure: error: Could not find the MFC includes
This is driving me nuts. I'm trying to compile an MFC application using WINE. I can specify the location of the ATL includes and configure is quite happy but it chokes when I give it the MFC includes in the same way: ./configure --with-atl-includes=/home/wade/VC98/atl/Include --with-mfc-includes=/home/wade/VC98/mfc/Include Wassup? I'm using Winemaker 0.5.5 And wine
2010 Jul 06
0
Failure to Launch SNIPER GHOST WARRIOR
So WINE crashes with the following error even with using the winetricks command of "winetricks d3dx9 wmp9 xact" uruchima at Xepher:~$ wine "c:\program files\city interactive\sniper ghost warrior\sniper_x86.exe" fixme:atl:AtlModuleInit SEMI-STUB (0x10013248 0x10011930 0x10000000) fixme:atl:AtlModuleInit SEMI-STUB (0x10012fb0 0x10012210 0x10000000) fixme:atl:AtlModuleInit
2010 Jun 02
3
Money 2004 installed, but crashing
Hello, I've gotten Microsoft Money installed and it will start up and then crash. It shows a dialog that says "Converting file" and they I get the dialog that says "this app needs to close" and a checkbox to restart the application. Others have reported successfully running this application in wine and I wonder if they had to edit the registry or something. I'm
2010 Sep 21
3
Install shield error 5006 : 0x8000ffff
Hi I am running Arch x64. I have installed Il2-1946which works perfectly. There are some mods I would like to add but cannot install. When I run 'wine setup.exe' for the mod installer I get the error messages below and a dialogue box telling me that I have the error I reference in the title field. All I've seen so far is that I should delete the installshield professional folder
2007 Nov 13
2
Query an Access database based on a date attribute (Tudor Bodea)
Tudor Bodea asked: >In this context, I try to get all the records for which market is atl-bos, >competitor is delta and dd is 2007-11-20 (first record above). To do this I used >># channel <- odbcConnectAccess("test.mdb") >>res <- sqlQuery(channel, "select * from test_table where market = 'atl-bos' >>and competitor = 'delta' and dd =
2005 Apr 22
5
IAX help
I am trying to send calls from (telx-NY17S) to (telx-nyc) via an IAX2 channel. However the call is being rejected on the (telx-nyc) server. See error below copied from telx-nyc CLI> Apr 22 13:56:57 NOTICE[147465]: chan_iax2.c:5390 socket_read: Rejected connect attempt from 192.168.0.251 I have icluded the following conf files 1. extensions.conf (telx-nyc) 2. iax.conf (telx-nyc) 3.
2006 Jul 03
1
ATL port on Wine
Hello, I am interested in porting on Linux using wine Windows projects that use MFC and ATL.However, I am concerned about the legality of this. Does Microsoft allow this? Thanks, Stefan. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060703/e2d63c14/attachment.htm
2003 May 30
0
Question re: winelib/MFC/ATL
Question: I've been trying to compile the MFC, using the advice offered on the winelib user's guide, but with little luck. Same with the ATL. My app has been working under Linux using straight wine, but I've been tasked to try and do a winelib build. Anyone have a good Makefile or source setup for the MFC 4.2 and/or the ATL? I'm really stuck. :( --
2012 Feb 11
1
Tools Menu in MS Money 2004 not working
I have recently gotten a new MacBook Pro running Lion. I have successfully installed Wine 1.2.3, WineTricks, etc. I installed IE6 and Microsoft Money 2004, and everything works great, except that the Tools menu is non-functional. All the other menus work great, but I can't set my options. Here is the Terminal log: fixme:atl:AtlModuleInit SEMI-STUB (0x1085bde0 0x1083d308 0x10500000)
2005 Feb 05
4
Unhandled exception with regsvr32
I've more-or-less successfully installed IE6 under 20050111. It works fine but PNG's don't display, so I tried reregistering the pngfilt dll: wine regsvr32 c:\\windows\\system\\pngfilt.dll wine: Unhandled exception (thread 0009), starting debugger... Usage: winedbg [--auto] [--gdb] cmdline (not sure why the debugger doesn't start properly. I did have debugging enabled when I
2002 Feb 12
10
Winbind - Why won't you authenticate???
Well, I managed to get Samba 2.2.3 up and running on our Solaris 8 machine. I installed with the winbind option and everything went though just find. I was able to join the NT domain and now I can do a wbinfo -u "and get a domain user list as well as a "wbinfo -g and get a group list. For some reason though, the authentication isn't working. I tried to "wbinfo -a" and
2010 Feb 08
1
PPLive can't start with wine on OS 10.4 Mac Tiger
Hi, thank you for this forum. I want to start my PPLive-Programm with wine but it fails:( Code: noname:~/Desktop/spring/PPTV nadiayu$ wine PPLive.exe fixme:atl:AtlModuleInit SEMI-STUB (0x5afe70 0x5afef8 0x540000) err:ntdll:NtQueryInformationToken Unhandled Token Information class 25! fixme:atl:AtlModuleInit SEMI-STUB (0x336208 0x336020 0x330000) fixme:jscript&#058;DispatchEx_GetTypeInfo
2010 Nov 27
1
Problem building 1.3.8 from source
Hi, I've been building wine from source for years, originally because I needed some custom patches, nowadays out of habit. Just now I'm trying to build 1.3.8, but I get an error during build: make[1]: Entering directory `/home/peter/src/wine/dlls/atl' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
2012 Mar 13
2
Having problems with building a deb package of the sources
I am using the 1.4-rc6 source code to build the deb package. The source compiles smoothly but debuild -us -uc fails with this message: (last few lines, I hope which are more relevant) ../../../tools/runtest -q -P wine -M atl.dll -T ../../.. -p atl_test.exe.soatl_ax.c && touch atl_ax.ok Application tried to create a window, but no driver could be loaded. Make sure that your X server is
2002 Jun 11
3
RES: OpenSSH with slow login
I gueess it is not a DNS problem, because either using name or IP, I have always the problem. I guess the problem is that I am using ssh on inetd.conf (sshd -i), so It has to generate a key each time I start a session. What do you think ? -----Mensagem original----- De: Dan Kaminsky [mailto:dan at doxpara.com] Enviada em: segunda-feira, 10 de junho de 2002 20:51 Para: Jorge Cleber Teixeira de
2011 Sep 07
1
Haven't been able to completely install Dragon NaturallySpeaking for several weeks
<head><style>body{font-family: Geneva,Arial,Helvetica,sans-serif;font-size:9pt;background-color: #ffffff;color: black;}</style></head><body id="compText">Several weeks ago, wine made changes that stopped the audio working for me, and I had to stop using NatSpeak. <br>I deleted my wine prefix at some point. <br>In the last day or so, I''ve
2003 Aug 04
3
FW: Cisco 7960, SIP, NAT, Voicemal
-----Original Message----- From: Adams, Gavin Sent: Monday, August 04, 2003 6:10 PM To: 'asterisk-users@lists.digium.com' Subject: Cisco 7960, SIP, NAT, Voicemal Hey all, I've got a couple 79xx phones working peer-to-peer and am now trying to work on the voice mail. In extensions.conf: [ATL] exten => 4001,1,Dial(SIP/gadams)|10 exten => 4001,2,Voicemail,u4001 exten =>
2010 Nov 13
3
Compile errors with the latest git of 1.3.7
I'm getting the below error when trying to compile the latest git. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O2 -o registrar.o registrar.c registrar.c: In function 'DllGetClassObject': registrar.c:747: error: