search for: msdev

Displaying 16 results from an estimated 16 matches for "msdev".

Did you mean: mdev
2010 Jan 22
0
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
Hi, i had the same troubles on Vista and on Win7... cmake fails on some tests (you should see this in the log) due to m$ UAC (or whatever the name is) and uses not-so-sane default values. You have to start a visual c-command prompt (to make sure it gets the right paths) with administrator privileges (!) , than cmake works fine and you get a correct config.h. best regards, Thomas 2010/1/22
2010 Jan 22
2
[LLVMdev] Compiling LLVM under vista with msdev 2008 gives a few errors
Hi, I just started with LLVM so I'm not sure who's responsible for portability. Anyways, I found the following problems trying to compile llvm rev 94074 with the solution generated using cmake 2.8 (including the clang front end) on 32bit vista: lib/system Errno.cpp : had to add "#undef HAVE_STRERROR_R" raw_ostream.cpp: had to add "#undef HAVE_UNISTD_H"
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 Library" and the message "Runtime Error! Abnormal Program Termination". Just to be precise, I don't have Visual C++ in this environm...
2002 Apr 28
1
Building rgui with Visual C/C++ 6
...lspec dllimport statements in cursors.c) - to no avail. Actually that works but it's a desperate hack and causes the app to crash later on! I've run out of ideas and I would appreciate a new set of eyes looking at this to see what I'm obviously doing wrong. PS: I am compiling with MSDev Studio 6, OS is Win2k Regards Redhat Hacker _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci....
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.)
1998 Jan 21
0
Strange time stamp behaviour
...udio, keep wanting to get reloaded. For some reason, MS Dev Studio keeps thinking that a file it just opened was subsequently modified. It tries to keep track of file changes (notification or timestamp comparison?) but it gets confused by Samba mounted volumes. Reproducable on our systems: Launch MSDev. Open file on server. Wait about 6 seconds. See MSDev dialog: "This file was modified outside the server. Do you want to reload". We're running Samba 1.9.18p1 on Solaris 2.6, mounted on NT sp3 machines. One more interesting note. For a while we were running the 1.9.18p1 server with...
2001 Oct 20
1
More changes to the win32 build environment
I made some changes to the win32 build environment. The build scripts now use msdev to build all the projects (kind of like Jack originally had it.) If building with nmake and makefiles is desired, such as if it is expected that the sdk will be copied to an environment which has a version of MSVC older then version 6 -- simply set the environment variable USENMAKE to any value...
2002 Apr 28
2
Building Rgui.exe with Visual Studio
...lspec dllimport statements in cursors.c) - to no avail. Actually that works but it's a desperate hack and causes the app to crash later on! I've run out of ideas and I would appreciate a new set of eyes looking at this to see what I'm obviously doing wrong. PS: I am compiling with MSDev Studio 6, OS is Win2k Regards Redhat Hacker _________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &q...
2010 Mar 03
2
uint decode error on visual studio...
...sen made for 0.5.2 (w/some file references removed) at the moment and it is giving a lot of C4554 warnings "'operator' : check operator precedence for possible error; use parentheses to clarify precedence", especially where the EC_CODE_* macros are used. I would have to agree with msdev, it would be nice to have precedence clarified. The idea of my app below is that I take a raw mono 16-bit little endian signed PCM, Celt it, then immediately turn it back into the same PCM format again. However my output file clearly suffers from "uint decode error" on windows, but on li...
2001 Feb 08
0
hello, I need some help for using wine...
...Wine To: wine-users@winehq.com Reply-To: wine-users@winehq.com 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 Library" and the message "Runtime Error! Abnormal Program Termination". Just to be precise, I don't have Visual C++ in this environm...
2007 Mar 19
1
Winelib for creating makefile to run on Windows?
...wanted to integrate building it into our automated build environment, we wrote makefiles (we did not use VS's makefile exporting feature), again using nmake. Instead of moving the dependency info into the makefiles, that was kept in the VS project files (.dsw and .dsp), and we currently use the msdev.exe command line builder in the makefiles. A macro was written to get VS to generate .dep files, which we use as part of the build process. So, VS6.0 isn't supported any more, so I'm looking into migrating away from it. The problem with doing the same thing but with later VS versions is th...
2006 Dec 05
3
Incorrect pointers arithmetic in the PRINTER_ENUM_VALUES structure when calling Samba.
I try to use Win32API EnumPrinterDataEx to get registry key's values and data from Samba print server (of course I previously connect to the print queue and retrieve keys by EnumPrinterKey). During the function execution (EnumPrinterDataEx) I collect ethereal trace to verify correct data is sent on wire and that Ethereal can correctly represent that info. Some of the keys parsed correctly
1998 Apr 15
2
password sync in 1.9.18p4
I had given NIS access to the Windows NT domain users via Samba 1.9.18p3. The Samba gateway worked great when the users on the NT domain had the same username & password on both the NT PDC as well as the NIS. I have now set up Samba 1.9.18.p4 with server security & password sync turned on. The server specified is my NT PDC. Users get full access to the NIS & the NT with single logon
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
2005 Oct 06
7
What Windows apps stand in the way of switching to Linux at your shop?
http://kegel.com/wine/qa/#app is a list of "must-have" Windows applications for various vertical markets (at the moment, just k12 schools and churches). These are the Windows apps that really keep a school, church, or other organization from switching to Linux. I'm hoping that this list will help focus Wine QA on those key Windows apps, and thereby increase the number of groups who
2001 Oct 20
4
rsync on cygwin: Connection reset by peer
...> under srvany.exe as a service, srvany loses > track of rsync.exe because it kills it's original > process. This doesn't hurt seem to hurt when running > it straight from the cmdline either. > > TODO: should this be a autoconf macro (to cover MsDev in future as well)? > */ 446a456 > #endif /* __CYGWIN__ */ I'm going to keep trying to fix this of course but if anyone else has a quick patch or any suggestions they would be most appreciated. -jake