similar to: UDL file

Displaying 20 results from an estimated 1000 matches similar to: "UDL file"

2009 Sep 05
1
Can I use UDL file in Wine?
I have a program statreporting. In Windows it connects to SQL server by udl file. May I use udl in wine. I install MDAC by winetricks. But udl doesn't see sql server. Help me, please!
2009 Sep 07
0
Cannot install mdac28
Wine v1.1.29 in Ubuntu 9.04 I am trying to install mdac28 ushing sh winetricks mdac28. It will download and start the installation but then return this error message: The program dasetup.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience. This can be caused bu a problem in the program or a deficiency in wine. I tried madc25-28 with the same results.
2016 Feb 12
0
[PATCH 02/17] drm/udl: removed optional dummy encoder mode_fixup function.
--- drivers/gpu/drm/udl/udl_encoder.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm/udl/udl_encoder.c b/drivers/gpu/drm/udl/udl_encoder.c index a181a64..59a4b34 100644 --- a/drivers/gpu/drm/udl/udl_encoder.c +++ b/drivers/gpu/drm/udl/udl_encoder.c @@ -26,13 +26,6 @@ static void udl_encoder_disable(struct drm_encoder *encoder) { } -static bool udl_mode_fixup(struct
2017 Mar 03
0
Wine release 2.3
The Wine development release 2.3 is now available. What's new in this release (see below for details): - Obsolete wineinstall script removed. - More Direct3D command stream work. - A few more Shader Model 5 instructions. - Better underline rendering in DirectWrite. - Improved ODBC support on 64-bit. - Various bug fixes. The source is available from the following locations:
2016 Nov 01
0
RFC: General purpose type-safe formatting library
Ahh, I must have missed where you voiced that objection earlier. Do you prefer that UDL syntax be explicitly disallowed, or do you only prefer that normal c++ syntax be possible? It is currently possible, I just didn't demonstrate it in the previous message since almost all the feedback i had seen so far seemed to prefer UDL syntax due to the brevity and similarity to Python. I recall you
2016 Nov 29
2
RFC: Constructing StringRefs at compile time
char buffer[100]; And it also allows LIT(buffer) to compile, whereas the UDL doesn't. On Tue, Nov 29, 2016 at 9:54 AM Mehdi Amini <mehdi.amini at apple.com> wrote: > > > On Nov 29, 2016, at 9:52 AM, Malcolm Parsons <malcolm.parsons at gmail.com> > wrote: > > > > On 29 November 2016 at 17:38, Zachary Turner <zturner at google.com> wrote: > >>
2011 May 25
1
Cannot copy in Wine
Hello everyone I have a win32 program originally compiled from Visual Basic 6. I have loaded the VB6 Virtual machine DLL into system32 folder so the program loads under wine OK. However my problem is when I try to select text inside a text box inside the program when I run the program through wine, wine crashes and displays a dialog box stating 'The program has encountered a serious
2003 Jul 16
0
Wine and Platypus
Some time ago, I posted some questions/statemets to -users and -devel about getting Platypus (the ISP billing software) running under wine. I received zero responses, but did a fair bit of hacking on my own. Due to the number of requests for information I've gotten about this, I've decided to post my work publicly. This will hopefully be maintained in online archives, so future people
2016 Nov 01
1
RFC: General purpose type-safe formatting library
On Mon, Oct 31, 2016 at 5:21 PM, Chandler Carruth via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Mon, Oct 31, 2016 at 3:46 PM Zachary Turner via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> >> Tentatively final version is up here: https://reviews.llvm.org/D25587 >> >> It has a verbal LGTM, but I plan to wait a bit
2016 Nov 02
4
RFC: General purpose type-safe formatting library
* UDL Syntax is removed in the latest version of the patch <https://reviews.llvm.org/D25587>. * Name changed to `formatv` since `format_string` is too much to type. * Added conversion operators for `std::string` and `llvm::SmallString`. I had some feedback offline (not on this thread, unfortunately) that it might be worth using a printf style syntax instead of this Python-esque syntax.
2016 Nov 01
4
RFC: General purpose type-safe formatting library
On Mon, Oct 31, 2016 at 3:46 PM Zachary Turner via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi all, > > Tentatively final version is up here: https://reviews.llvm.org/D25587 > > It has a verbal LGTM, but I plan to wait a bit longer just in case anyone > has some additional thoughts. It's a large patch, but if you're > interested, one way you can help
2016 Nov 29
4
RFC: Constructing StringRefs at compile time
On 29 November 2016 at 17:38, Zachary Turner <zturner at google.com> wrote: > I see, but I looked over your proposed implementation from earlier in the > thread, and if I'm not mistaken I see this: That's a different suggestion. > That said, what did you think about my other proposal of the complicated UDL > with macro? > > #define LIT(x) x_string_ref_literal >
2010 Nov 12
0
Can't access visual basic code under MS-Access
Hi all My config: Debian squeeze Linux 2.6.32-5-686 Dell Latitude E4300 Wine version 1-1-42 I havec setup MS-Office 2007 without problem Winecg gives for the libraries *gdiplus (native) *msvcr80 (native, int?gr?e) *msxml3, 4, 6 (native, int?gr?e) *odbc32 (native, int?gr?e) odbccp32 (native, int?gr?e) riched20 (native, int?gr?e) odbc32 (native, int?gr?e) riched20 (native, int?gr?e) usp10
2010 Nov 16
1
Office 2007: can't run vb code from Access (and Excel)
Hi, My config: Debian squeeze Linux 2.6.32-5-686 Dell Latitude E4300 Wine version 1-1-42 I have setup MS-Office 2007 without problem Winecfg gives for the libraries *gdiplus (native) *msvcr80 (native, int?gr?e) *msxml3, 4, 6 (native, int?gr?e) *odbc32 (native, int?gr?e) odbccp32 (native, int?gr?e) riched20 (native, int?gr?e) odbc32 (native, int?gr?e) riched20 (native, int?gr?e) usp10 (native,
2008 Jul 01
0
[LLVMdev] build on windows
Le Anh Quang wrote: > It is strange, I know that "configure" does not create any lib file. But it > exists on some projects. is something wrong by me ? > I also send a screenshot (properties of llvm-dis) > The command line properties are not correct. Here's what the properties of llvm-dis on VC++ 2005 should look like:
2016 Nov 24
3
RFC: Constructing StringRefs at compile time
Hi all, There is a desire to be able to create constexpr StringRefs to avoid static initializers for global tables of/containing StringRefs. Creating constexpr StringRefs isn't trivial as strlen isn't portably constexpr and std::char_traits<char>::length is only constexpr in C++17. Alp Toker tried to create constexpr StringRefs for strings literals by subclassing StringRef:
2000 Apr 06
0
Please inform samba@samba.org David Barroso <h4371719@alumnes.eup.udl.es> Jeremy Allison <jeremy@valinux.com> "Tulipant Gergely" <tulipant-gergely@dbrt.hu> Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil> Drenning Bruce
Steve Frampton [mailto:frampton@j-com.co.jp] of your address change Content-Length: 7142 samba@samba.org David Barroso <h4371719@alumnes.eup.udl.es> Jeremy Allison <jeremy@valinux.com> "Tulipant Gergely" <tulipant-gergely@dbrt.hu> Edwards Philip M Contr AFRL/SNRR <Philip.Edwards@wpafb.af.mil> Drenning Bruce <bdrenni@catholicrelief.org> Glenn
2016 Feb 12
4
[PATCH 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.
mode_fixup function for encoder drivers became optional with patch http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palminha at synopsys.com This patch set nukes all the dummy mode_fixup implementations. (made on top of Daniel topic/drm-misc branch) Carlos Palminha (17): drm/virtio: removed optional dummy encoder mode_fixup function. drm/udl: removed optional
2016 Feb 12
4
[PATCH 00/17] drm encoders cleanup: nuke optional dummy encoder mode_fixup function.
mode_fixup function for encoder drivers became optional with patch http://patchwork.freedesktop.org/patch/msgid/1455106522-32307-1-git-send-email-palminha at synopsys.com This patch set nukes all the dummy mode_fixup implementations. (made on top of Daniel topic/drm-misc branch) Carlos Palminha (17): drm/virtio: removed optional dummy encoder mode_fixup function. drm/udl: removed optional
2001 Jan 27
0
Vorbis with BCB
After downloading the nightly snapshot last night, I've spent a good part of the day trying to build the package with Borland C++Builder 4. I have some things to report, and also need some help. [Note: this message is long and messy :)] {Converting DSP files to BPR files} I made the necessary BPR files from the DSP files with the Visual C++ Project Conversion Utility. This works okay