similar to: Foxpro File Copying causes Invalid Name warning

Displaying 9 results from an estimated 9 matches similar to: "Foxpro File Copying causes Invalid Name warning"

2005 Feb 11
3
msaccess odbc driver not working
I have problems import ms access 2000 data into Word 2000. The error is: DDE connection failed. Browsing the internet I found out that ms access uses ODBC for this (am I correct?). I have installed MDAC_TYP.EXE like in the Winehq documentation. I think that the msaccess driver doesn't work o.k. To reproduce: Run wine c:\windows\system\ODBCAD32.EXE --> in
2004 Aug 27
1
Help by running application
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: 95.bat Type: application/octet-stream Size: 44 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20040827/0865b830/95.obj -------------- next part -------------- WINE REGISTRY Version 2 ;; All keys relative to
2004 Dec 24
1
[LLVMdev] Undefined referenceto`llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
But breaks VC++. The problem is, Windows.h defines "CopyFile" as a macro that's either "CopyFileA" or "CopyFileW". Path.h is included before Windows.h, so the declaration has the name "CopyFile" while the definition has "CopyFileA". Instant compilation error. Not sure what the best way to fix it is, but I'll check it in as soon as I
2008 Sep 10
1
peimg /inf running on wine
Hi forum, I'm trying to get peimg.exe running on wine for some time, now. Unfortunately I didn't succeed yet. It would be great to get some hints here. Peimg.exe is an application which is used to add hardware drivers in Windows PE "images" to be used during the installation Process of Vista and 2008 Servers. It is part of the windows AIK. While we are using a linux-based
2004 Dec 24
0
[LLVMdev] Undefined referenceto`llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
No, although its declared in the Path.h file, its actually not in the Path class. Have a look. Not sure why you're still seeing that problem. The same change to Unix/Path.cpp fixed the same problem on Cygwin and Linux. Reid. On Thu, 2004-12-23 at 15:48, Henrik Bach wrote: > Hi Reid, > > The error still exists. However, looking on the function in Win32/Path.cpp: > --------------
2004 Dec 23
3
[LLVMdev] Undefined referenceto`llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi Reid, The error still exists. However, looking on the function in Win32/Path.cpp: -------------- void sys::CopyFile(const sys::Path &Dest, const sys::Path &Src) { if (!::CopyFile(Src.c_str(), Dest.c_str(), false)) ThrowError("Can't copy '" + Src.toString() + "' to '" + Dest.toString() + "'"); } -------------- I
2012 Jun 08
0
Wine release 1.5.6
The Wine development release 1.5.6 is now available. What's new in this release (see below for details): - Automatic installation of the Mono add-on package. - Control panel applet for joysticks. - Device bitmap rendering now done through the DIB engine. - Support for video rendering through DirectX (VMR-9). - First steps towards a D3D shader compiler. - Build fixes for DragonFly
2007 Sep 14
0
Wine release 0.9.45
This is release 0.9.45 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many improvements to the crypto dlls (should make iTunes work). - The usual assortment of Direct3D improvements. - A number of fixes to sound support. - Many more WordPad features. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before
2008 Feb 13
1
Flash Movie Player Control in VB
Hi all, I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few weeks ago and there's some educational software I want to be able to run. It was made with VB, and I've managed to get it working fairly well except for an ActiveX control for showing Flash movies (.swf). I think it's unable to load the swf file because the box where the movie should show is blank, and