Displaying 20 results from an estimated 7000 matches similar to: "Building rgui with Visual C/C++ 6"
2002 Apr 28
2
Building Rgui.exe with Visual Studio
Hi,
I have downloaded and modified the source for rgui - because I wanted to add
a few more custom menus to the GUI. I have almost got it completed, but have
spent the last four hours trying to resolve the following issues (no pun
intended !)
Linking...
R.lib(R.dll) : error LNK2005: _WatchCursor already defined in cursors.obj
R.lib(R.dll) : error LNK2005: _ArrowCursor already defined in
2008 Jul 15
1
visual C++ 6 semi-success story
I use visual C++ 6 in wine to build an app.
I've been leaving MSDEV open to see how long it'll
stay up. It was fine for several days, but after a week,
it lost the ability to compile.
(No big problem, but it'd be nice to narrow this down
someday, assuming it doesn't do the same thing
on Windows.)
2008 Aug 28
1
Building wxruby on windows with Visual C++ Express Edition
Hello,
Sorry for bothering You with so many questions, but I''m trying to build
wxruby from svn and wxWindgets 2.8.8 using Visual C++ 2008 Express
Edition.
I builded wxWindgets following instructions
http://wiki.wxwidgets.org/Compiling_WxWidgets and
http://wxruby.rubyforge.org/wiki/wiki.pl?HowToBuildWxWidgets
It compiled without any errors.
But on linking step of wxruby build process error
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I
see it a lot in my test application on windows. It is non existent on my
linux box. I haven't tried mingw yet.
please note that I'm using visual studio 2008 w/the vcproj that Bjoern
Rasmussen made for 0.5.2 (w/some file references removed) at the moment and
it is giving a lot of C4554 warnings
2012 Apr 08
0
[LLVMdev] Building LLVM as a shared library using Visual C++ 2010?
On Sat, Apr 7, 2012 at 11:58 PM, Alan Garny <agarny at hellix.com> wrote:
> Óscar Fuentes <ofv at wanadoo.es> writes:
> > Michael Spencer <bigcheesegs at gmail.com> writes:
> > > The problem is that MSVC++ requires sprinkling
> > > __declspec(dllexport/dllimport) all over the code, and we really don't
> > > want to deal with maintaining
2012 Apr 08
2
[LLVMdev] Building LLVM as a shared library using Visual C++ 2010?
Óscar Fuentes <ofv at wanadoo.es> writes:
> Michael Spencer <bigcheesegs at gmail.com> writes:
> > The problem is that MSVC++ requires sprinkling
> > __declspec(dllexport/dllimport) all over the code, and we really don't
> > want to deal with maintaining that, as most developers have little to
> > no experience with Windows DLLs.
>
> BTW, you
2001 Feb 07
1
Microsoft Fortran Powerstation on Linux via Wine
Hi, i'm just starting with Linux, and by ny job I have
to program in Fortran, and I use Microsoft Fortran
Powerstation (an IDE) because of its integrated IMSL
library.
Now I tried to run it from Linux simply with the
command wine msdev.exe, and the first time it worked.
After that when the window starts to open another
window opens with the title "Microsoft Visual C++
Runtime
2013 Apr 23
0
[LLVMdev] Feedback required on proper dllexport/import implementation
Hi Nico, Reid, and Anton,
I missed the discussion when I implemented dllexport/dllimport for our local tree. I
essentially implemented your approach#1. I was trying to avoid the various
external_linkage + some_attribute approaches because it seems that external_linkage
would imply the external linkage without the dllimport/dllexport semantics, and there
may be existing compiler codes that rely on
2005 Jun 06
1
linker error in debug
Hi!
I'm trying to make a debug build of my application
which uses the oggvorbis sdk. The libraries that it
uses are:
ogg_static_d.lib
vorbis_static_d.lib
vorbisfile_static_d.lib
When I try to build it, I get these linker errors:
GameClient error LNK2005: _exit already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: __exit already defined in
MSVCRTD.lib(MSVCR71D.dll)
2013 Apr 23
2
[LLVMdev] Feedback required on proper dllexport/import implementation
On 23.04.2013 19:10, Gao, Yunzhong wrote:
> I missed the discussion when I implemented dllexport/dllimport for our local tree. I
> essentially implemented your approach#1. I was trying to avoid the various
> external_linkage + some_attribute approaches because it seems that external_linkage
> would imply the external linkage without the dllimport/dllexport semantics, and there
> may
2002 Jun 24
1
Date: Tue, 25 Jun 2002 00:06:12 +0300
Hello!
I'm trying to compile decoder_example.c example (MS VC 7) using debug static
ogg/vorbis libs with no luck. I got linker errors:
Linking...
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _malloc already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _free already defined in
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCR70D.dll) : error LNK2005: _memmove already
2016 Mar 18
2
lld COFF auto-import feature
I read the thread (
http://lists.llvm.org/pipermail/llvm-dev/2016-February/096115.html ).
I think the wonderful feature of the MinGW/Cygwin ld is the option
--enable-auto-import.
The option is limited to COFF, but LINK.exe doesn't have it.
Could we add the feature to lld-link ?
If it is possible, many people will change the coding pattern for using
DLL. -- no more if-def declspec(dllimport)
2003 Jun 16
2
using win32 static libs
hi,
i hope this is not too "newbie-ish" but i've never programmed with static libs before.
i've downloaded the win32sdk and try to build a simple wav->ogg/vorbis encoder, but the linker complained about several redefinitions.
environment is visual studio .net 2003 on winxp and a standard mfc-app set up by this project-wizzard that comes with vs.net2003 using the default
2012 Apr 08
0
[LLVMdev] Building LLVM as a shared library using Visual C++ 2010?
On Fri, Apr 6, 2012 at 6:15 PM, Alan Garny <agarny at hellix.com> wrote:
> Hi,
>
> From what I have seen on this mailing list and elsewhere, it would seem that
> it isn’t possible to build LLVM as a shared library using Visual C++. Still,
> I would imagine that quite a few people are or would be interested in it,
> so… is there any plan to support this any time soon? This,
2002 Feb 07
1
Vorbisfile Linker Question
I'm having some trouble getting vorbisfile to link into my project under Windows. I downloaded all the source, and after re-compiling all the dlls and libs with my project's proper settings (Multithreaded, 1-byte alignment), everything works peachy when I use the dlls from the *_dynamic project files. When I try to use the *_static .libs though I get the following linker error:
2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
It was recently brought to my attention by "Ram'on Garc'ia Fern'andez <ramon@jl1.quim.ucm.es>"
that there is yet an even simpler solution to the issue of cross-DLL access of variables in the data segment.
Although a variable may be exported either from the module definition file, or explicitly
via _cdeclspec(dllexport) -- unlike procedures (functions), it is mandatory
2004 Aug 06
2
compiling in windows
<p><p>Hi, I'm trying to compile speex in windows and I get this error: Linking...MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in LIBCD.lib(dbgheap.obj)MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in LIBCD.lib(dbgheap.obj)MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _memmove already defined in LIBCD.lib(memmove.obj)MSVCRTD.lib(MSVCRTD.dll) :
2010 Jan 31
2
[LLVMdev] Compiling Kaleidoscope on Windows
I don't suppose anyone knows what (or how to find out what) the actual
command to compile Kaleidoscope is? I followed cmake/nmake down
through maybe half a dozen levels before getting lost, so I tried to
develop a compiler invocation from scratch. I got as far as
cl /EHsc /I\d\llvm-2.6\include /I\llvm\include /wd4355 toy.cpp
which successfully generated toy.obj and spat out 86 link time
2015 Mar 10
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
Ok, I have just found the cause of the error messages I am getting, and it
now makes sense to me why the 'normal' build works fine on Windows, Linux
and OS X, and why my personal build works on Linux and OS X, but not on
Windows. However, I still don't understand why I am getting the error
messages I am getting.
Anyway, it has to do with wanting to export some classes and function,
2001 Sep 03
0
FW: Problems trying to run the examples in windows vorbis sdk
More information about the error below:
I have downloaded the source and I got the same problem, but now I know in
which exact line the error is.
Inside the vorbisenc.c, we have the following function:
tatic void codec_setup_partialcopy(codec_setup_info *ci,
codec_setup_info *cs){
int i;
memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */
/* codebooks */