Displaying 20 results from an estimated 90 matches similar to: "VC2010 (VC10) can't use /Zi option"
2009 Aug 21
0
[VS2005 Express] starting cl.exe (was Re: wine: Unhandled page fault on read access to 0x00000001 at address 0x7ef6c7aa (thread 0044), starting debugger...)
[Just FYI, this may be needed for bug #17096]
I tried again today with a newer wine (I did remove my .wine first) on
a debian lenny system:
It seems I am now getting an ICE:
-- Check for working C compiler: C:/Program Files/Microsoft Visual
Studio 8/VC/bin/cl.exe
fixme:ole:NdrCorrelationInitialize (0x33e46c, 0x33e060, 1024, 0x0): stub
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is
2010 Nov 17
2
ole error 80070057 using ensignsoftware
Hello,
could anyone please help here? I have a program that wants to connect to the Internet for help file videos, price feeds etc.
Code:
fixme:shdocvw:PersistStreamInit_Load (0x18b708)->(0x18a430)
fixme:shdocvw:navigate_url Unsupported args (Flags 0x32eba4:3; TargetFrameName 0x32eb94:3)
fixme:shdocvw:OleObject_Close (0x18b708)->(1)
fixme:shdocvw:PersistStreamInit_Load
2012 Jan 11
0
Re: Fireworks Cs5 mouse drag problem
I have the exact same problem. Mouse won't drag in image area, but it will drag windows and panels in Fireworks just fine.
NOTEs:
1. I installed it Adobe Creative Suite.
2. Based on these instructions (though I had a Program Files (x86) and x86 files in Common Files that I have to copy over as well)
http://blog.int3ractive.com/2010/08/how-to-run-flash-cs5-on-ubuntu-with.html
3. The command
2011 Nov 08
1
Cooltype crash on Photoshop CS5 and WIne 1.3.32
Am I the only one getting this? Whenever I select a certain font or open a PSD file that uses it, the application hangs up or crashes.
Code:
err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
fixme:system:SetProcessDPIAware stub!
fixme:ntdll:NtSetInformationToken unimplemented class 24
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
2011 Oct 19
1
help with glmmADMB ZI; function maximizer failed
Dear all,
I am having some problems trying to run a GLMM model with zero-inflation
using the alpha version of glmmADMB (0.6.4) using R (2.13.1) in Windows and
I would greatly appreciate some help.
My count response variable (number of birds: count) fits a negative binomial
distribution and the explanatory variables are both continuous and
categorical (species= 17). The three random effects are
2010 May 05
1
[LLVMdev] bitcode with llvm-gcc (mingw) for windows
Hi,
i'm currently building a small JIT compiler.
For the language I need a runtime library for some special math functions.
I think the best would be to compile the lib to bitcode and link it.
The compiler should be integrated in a product and as of this, it must work
under windows (VC10, 64bit).
So is it possible to build the math lib with the mingw llvm-gcc build an
link it later with the
2013 Oct 28
3
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
One thing I want to call out:
On Mon, Oct 28, 2013 at 8:20 AM, Chris Lattner <clattner at apple.com> wrote:
> I suppose what I'm saying is that we are currently not using *any* C++'11
> features. It seems like conservatively great progress for LLVM 3.4 to bump
> the minimum GCC requirement up to enable use of VC 2010-era features (like
> rvalue refs and simple stdlib
2013 Oct 28
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Oct 28, 2013, at 2:19 PM, Chandler Carruth <chandlerc at google.com> wrote:
> One thing I want to call out:
>
> On Mon, Oct 28, 2013 at 8:20 AM, Chris Lattner <clattner at apple.com> wrote:
> I suppose what I'm saying is that we are currently not using *any* C++'11 features. It seems like conservatively great progress for LLVM 3.4 to bump the minimum GCC
2013 Jan 09
2
[LLVMdev] Using C++'11 language features in LLVM itself
On Jan 8, 2013, at 8:09 PM, Peter Newman <peter at uformia.com> wrote:
>>> One other specific problem with this is that (I'm told) MSVC 2010 doesn't support range-based for loops. I don't think it is reasonable to require windows users to be on MSVC 2012. :-(
>> I suspect you're right about that, but I'd appreciate if some MSVC
>> users would speak
2013 Jan 10
1
[LLVMdev] Using C++'11 language features in LLVM itself
>> Ok. Unfortunately, I don't think it makes sense for the general community to bend over backwards to support VC2005 anymore. We're talking about LLVM 3.3 here (at the earliest), is there a strong reason you couldn't move to VC2010 by whenever you move up to LLVM 3.3?
>>
>> -Chris
> LLVM has not been compatible with VS2005 for a long time.
>
> And as a
2013 Jan 09
0
[LLVMdev] Using C++'11 language features in LLVM itself
On Wed, Jan 9, 2013 at 11:54 AM, Chris Lattner <clattner at apple.com> wrote:
> On Jan 8, 2013, at 8:09 PM, Peter Newman <peter at uformia.com> wrote:
>>>> One other specific problem with this is that (I'm told) MSVC 2010 doesn't support range-based for loops. I don't think it is reasonable to require windows users to be on MSVC 2012. :-(
>>> I
2013 Oct 28
2
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Mon, Oct 28, 2013 at 02:31:10PM -0700, Chris Lattner wrote:
>
> On Oct 28, 2013, at 2:19 PM, Chandler Carruth <chandlerc at google.com> wrote:
>
> > One thing I want to call out:
> >
> > On Mon, Oct 28, 2013 at 8:20 AM, Chris Lattner <clattner at apple.com> wrote:
> > I suppose what I'm saying is that we are currently not using *any*
2010 May 05
0
[LLVMdev] LLVM: bitcode with llvm-gcc (mingw) for windows
Hi,
i'm currently building a small JIT compiler. For the language I need a
runtime library for some special math functions. I think the best would be
to compile the lib to bitcode and link it. The compiler should be integrated
in a product and as of this, it must work under windows (VC10, 64bit).
So is it possible to build the math lib with the mingw llvm-gcc build an
link it later with the
2013 Jan 09
1
[LLVMdev] Using C++'11 language features in LLVM itself
Chris Lattner <clattner at apple.com> writes:
> One other specific problem with this is that (I'm told) MSVC 2010
> doesn't support range-based for loops. I don't think it is reasonable
> to require windows users to be on MSVC 2012.
That's _really_ unfortunate. I've found range-based for gets one
thinking a different way about how to present data. The range
2013 Jan 09
0
[LLVMdev] Using C++'11 language features in LLVM itself
>> One other specific problem with this is that (I'm told) MSVC 2010 doesn't support range-based for loops. I don't think it is reasonable to require windows users to be on MSVC 2012. :-(
> I suspect you're right about that, but I'd appreciate if some MSVC
> users would speak up here. We shouldn't hold back on using range-based
> for loops if all our MSVC
2008 May 09
0
Wine release 1.0-rc1
This is release 1.0-rc1 of Wine, a free implementation of Windows on Unix.
This is the first release candidate for Wine 1.0. Please give it a
good testing to help us make 1.0 as good as possible. In particular
please help us look for apps that used to work, but don't now. See
http://wiki.winehq.org/PlatinumRegressionHunt for details.
What's new in this release (see below for details):
2011 Jul 26
1
[LLVMdev] Correct use of StringRef and Twine
On Jul 24, 2011, at 6:31 PM, David Blaikie wrote:
>>> This keeps things simple & seems to be "good enough" to me, but we
>>> could perhaps do better (at the very least, again, if we did do
>>> better, we could go back & remove TwineString & again fix all the
>>> places that fail to compile with whatever new hotness we invent)
>>
2012 Mar 09
2
using unsigned short instead of short for input frame
Thanks for your appreciated help.
i found casting fromunsigned short to short gives different value: unsigned short FFFF=65535 where short FFFF= -1.
however, can i configure speex codec (specifically speex_encode_int function) to take input of type unsigned short instead of short so that i avoid casting errors ?
Regards,
Mashal
________________________________
From: Yanick Bourbeau
2015 Sep 04
0
Wine release 1.7.51
The Wine development release 1.7.51 is now available.
What's new in this release (see below for details):
- XAudio2 implementation using OpenAL Soft.
- Support for the new Universal C Runtime DLL.
- Dropdown menu support in the standard Open Dialog.
- Grayscale rendering mode in DirectWrite.
- Various bug fixes.
The source is available from the following locations: