similar to: How to use R Library in VC++ wrapper dll (SOS)

Displaying 20 results from an estimated 300 matches similar to: "How to use R Library in VC++ wrapper dll (SOS)"

2005 Oct 31
2
Sweave (R?) font encoding problems
Dear R list, I'm having some problems with font encodings when using R+Sweave+Latex in my native language: Portuguese. My environment: Kubuntu 5.10 Linux $> uname -a Linux nassa 2.6.12-9-686 #1 Mon Oct 10 13:25:32 BST 2005 i686 GNU/Linux R> R.version _ platform i486-pc-linux-gnu arch i486 os linux-gnu system i486, linux-gnu
2013 Apr 29
2
last login timestamp
Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap infrastructure. I need to store the timestamp of the last login of each user in an attribute of its corresponding ldap object. I could not find a way of doing this through configuration options so I am thinking of coding this task into the dovecot-auth source code, maybe in the passdb-ldap.c file. What do you recomend about this?
1998 Mar 03
1
":" (seq) bug -- should not always coerce to integer!
The problem seems that ":" always coerces to integer, but should not.. 9.9:12 ## R: [1] 9 10 11 ## S-plus 3.4: [1] 9.9 10.9 11.9 ## and many more examples.... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2009 Oct 27
3
Dovecot, Shared Mailboxes (via symlink), and ACLs
Hello! I just joined the list and will be happy to help where I can in my limited experience, but also come to the table with a question. I think there's something I'm missing regarding shared mailboxes and ACLs, so I will describe my situation and see if I am understanding correctly (running Dovecot 1.1.10). I have read over the Dovecot Wiki many times and have scoured many forums but
2004 Jun 28
0
Problems with VC++.NET
wxruby CVS HEAD MSVC++.NET 2003 wxMSW-2.4.2 HEAD I''ve been having some issues with wxruby when I use the latest and greatest VC++ where not all of the class initializers seem to run. The library will load fine, but Point or Colour won''t exist. I *think* I''ve tracked it to the number of duplicate classes named ZAutoDefine (no class name) which are a hold-over of the
2003 Aug 19
0
are there Win32 users that have built wxRuby with VC++ and could put a binary for me online?
Hi all, are there any Win32 users that have built wxRuby with VC++ and could put a binary for me online? (Or send it to me?) I am using Andy Hunt''s one-click-installer Ruby-1.8.10. Thanks. Gerard Vreeswijk
2003 Aug 22
1
RE: [Wxruby-dev] are there Win32 users that have built wxRuby with VC++ and could put a binary for me online?
gv@cs.uu.nl wrote: > > Hi all, > > are there any Win32 users that have built wxRuby with VC++ and could put a > binary for me online? (Or send it to me?) > > I am using Andy Hunt''s one-click-installer Ruby-1.8.10. I''ve got a little extra time today, so I''m going to try to do a build (and write up readme instructions). However, if anyone out there
2010 Dec 06
1
run time error in vc++ 2008 express edition
Hi all, I am new to theora and I am trying to get 'encoder_example_static' to run on vc++ 2008 express edition. It compiles fine but when I hit debug button it complains about some variable "sb_full", "best_bits"...not being initialized. I tried initializing them to zero but for no improvement. Please suggest me a solution. Regards Amit Shah -------------- next part
2004 Dec 02
1
[LLVMdev] VC++ patches
I tried to build the latest using Visual Studio and ran into a few problems. Patches attached to fix most of them. However, there's one I can't easily fix. DynamicLibrary.cpp is messed up. lib/System/DynamicLibrary.cpp does NOT include platform/DynamicLibrary.cpp like it's supposed to, so the Windows-specific implementation is not compiled. What's there now is very
2004 Dec 21
0
[LLVMdev] The vc++ solution cannot live in parallel with a mingw compilation
I'll take a look at it. VC++ projects shouldn't be modifying anything in the src tree, as it's set up in src != obj mode, with obj being win32. Not sure when I can get around to it though... I'm in FreeBSD mode right now :) > From llvmdev-bounces at cs.uiuc.edu Mon Dec 20 16:06:07 2004 > From: "Henrik Bach" <henrik_bach_llvm at hotmail.com> > To: llvmdev
2004 Dec 21
1
[LLVMdev] llvm vc++ Bytecode/Bytecode.vcproj is missing
Hi Jeff, It seems that the above project isn't committed into cvs. Henrik. ============================================================= Henrik Bach Open Source Developer e-mail: henrik_bach_llvm at hotmail.com ============================================================= Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/
2004 Dec 22
0
[LLVMdev] VC++: Cannot open include file: 'windows.h': No such file or directory
Windows.h is part of Microsoft's Platform SDK that's bundled with Visual Studio. It should never have been in the llvm source tree. Why don't you have it? You have VC++, right? Henrik Bach wrote: > Hi, > > I cannot find windows either... In previous llvm sources windows.h was > found in: 'include/llvm/Config'. > > ------ Build started: Project:
2004 Dec 23
1
[LLVMdev] VC++: Cannot open include file: 'windows.h': No suchfileor directory
On Thu, 2004-12-23 at 08:40, Jeff Cohen wrote: > Groan... it's bad enough they keep breaking backwards compatibility, > but what's much worse is that the upgrade is never 100% correct. Builds > are broken in subtle and hard to track down ways. It's why VS upgrades > get put off for as long as possible. I won't even think of upgrading to > Whidbey until
2005 Feb 17
0
[LLVMdev] LLVM under MS VC++ 2005
On Thu, Feb 17, 2005 at 08:41:41PM -0000, Aaron Gray wrote: > I missed two files from the LLVM source code proper. These need > reviewing and commiting. They are trivial changes that should not > influence any other builds. Basically these functions are missing a > return statement which Visual Studio 2005 Beta flags as an error > rather than as a warning. I have put in dummy
2005 Mar 10
0
[LLVMdev] VC++ 2003
Vyacheslav Akhmechet wrote: >Then add llvm/win32\tools folder to a list of executable >search paths in VC options->directories. > Actually, this is not required and the projects are set up to work without that directory being in the search path. That list of directories is global to the whole machine, and it is bad form for LLVM to have an impact on any other solutions that you
2005 Mar 16
1
[LLVMdev] VC++ port broken for now
The VC++ build is broken until further notice. There are hash_map issues that need to be resolved.
2005 May 03
2
[LLVMdev] VC++ build broken
The recently added code: static Constant *Div(const ConstantClass *V1, const ConstantClass *V2) { if (V2->isExactlyValue(0.0)) return ConstantClass::get(*Ty, INFINITY); if (V2->isExactlyValue(-0.0)) return ConstantClass::get(*Ty, -INFINITY); if (V2->isNullValue()) return 0; BuiltinType R = (BuiltinType)V1->getValue() / (BuiltinType)V2->getValue(); return
2005 May 03
0
[LLVMdev] VC++ build broken
On Mon, 2 May 2005, Jeff Cohen wrote: > The recently added code: > static Constant *Div(const ConstantClass *V1, const ConstantClass *V2) { > if (V2->isExactlyValue(0.0)) return ConstantClass::get(*Ty, INFINITY); > if (V2->isExactlyValue(-0.0)) return ConstantClass::get(*Ty, -INFINITY); > if (V2->isNullValue()) return 0; > BuiltinType R =
2005 May 03
2
[LLVMdev] VC++ build broken
Yes, that will work. I'll make the change. Chris Lattner wrote: > On Mon, 2 May 2005, Jeff Cohen wrote: > >> The recently added code: >> static Constant *Div(const ConstantClass *V1, const ConstantClass *V2) { >> if (V2->isExactlyValue(0.0)) return ConstantClass::get(*Ty, INFINITY); >> if (V2->isExactlyValue(-0.0)) return ConstantClass::get(*Ty,
2005 May 03
0
[LLVMdev] VC++ build broken
On Mon, 2 May 2005, Jeff Cohen wrote: > Yes, that will work. I'll make the change. While you're at it, please remove this line, which is dead: if (V2->isNullValue()) return 0; Thanks, -Chris > Chris Lattner wrote: > >> On Mon, 2 May 2005, Jeff Cohen wrote: >> >>> The recently added code: >>> static Constant *Div(const ConstantClass *V1,