search for: devstudio

Displaying 11 results from an estimated 11 matches for "devstudio".

2000 Jul 06
0
MS DevStudio 6.0 and directory case problems.
...rchives, but they seem to be down at the moment. I am having some problems with Microsoft's Visual C++ 6.0 with a Samba server running on an SGI IRIX machine. The problem: The UNIX directory structure on our IRIX machine contains mixed case names. (say /usr/PROJECT/Build) I've noticed that DevStudio changes the directory name to all lower case during project creation. No amount of tweaking the smb.conf could get around this so I decided to try putting the DevStudio project files on our Novell server, but keep the source on IRIX. That seemed to work until I tried accessing the files in the proj...
2012 Apr 11
1
[LLVMdev] Yasm ASM printer
Hi, I've finally got my Yasm instruction printer sorted, and I was wondering if it is something the community would want? With it, it means you can take LLVM IR and generate a .S that can be assembled using Yasm to a window's OBJ for inclusion in normal DevStudio projects. The change set isn't large, but I am unsure of the repercussions of the changes I made. Cheers Matthew
2004 Feb 17
1
RCMD SHLIB == Couldn't reserve space for cygwin's heap, Win32 ?
I've been trying to create/load/call a dll from R-1.8.1 on Windows without much success. I've been able to at least load the library on FreeBSD (1.8.1). I've been able to perform this before using DLL that weren't created using RCMD SHLIB, but simply compiling under MS DevStudio. C:\optflikam>rcmd shlib --output=optflikam.dll as47.f as197.f flikam.c g77 -O2 -Wall -c as47.f -o as47.o as47.f: In subroutine `minim': as47.f:829: warning: 4 1X'RESIDUAL VARIANCE'/' TO OBTAIN THE COVARIANCE MATRIX.'/) ^ Missing comma in FORMAT stat...
2004 Feb 17
1
RCMD SHLIB == Couldn't reserve space for cygwin's heap, Win32 ?
I've been trying to create/load/call a dll from R-1.8.1 on Windows without much success. I've been able to at least load the library on FreeBSD (1.8.1). I've been able to perform this before using DLL that weren't created using RCMD SHLIB, but simply compiling under MS DevStudio. C:\optflikam>rcmd shlib --output=optflikam.dll as47.f as197.f flikam.c g77 -O2 -Wall -c as47.f -o as47.o as47.f: In subroutine `minim': as47.f:829: warning: 4 1X'RESIDUAL VARIANCE'/' TO OBTAIN THE COVARIANCE MATRIX.'/) ^ Missing comma in FORMAT stat...
2003 Mar 23
0
New parsefw
...nst a general syslog style logfile, or a Shorewall specific logfile. I''m using ulogd to make my life easier, but you may not have that available to you. I feel no strong attachment to the code/scripts/README, so feel free to use/reuse whatever you like. BTW, I used the excellent Anjuta [DevStudio] IDE to do my C/C++ development under Linux. I''m normally a windows guy (by trade, not choice) but Anjuta made me feel right at home! (http://anjuta.org/) -------------------------------------------------------------------------- The original author of this code was John Lord who also wro...
2002 Mar 14
0
FoxPro and Wine regressions
...grey) - Click on the text that has been pasted. All builds after 5/10/01 will 'lock' at that point, and the text will highlight as I move the mouse, as if I was still holding the mouse button down. This behavior is the same on scrollbars also. I normally run FoxPro with: wine /mnt/windows/DevStudio/vfp/vfp.exe Trying to discern some useful information, I've been playing with debugmsg. I've noticed if I do: wine --debugmsg +scroll,+event,+toolbar,+gdi,+heap /mnt/windows/DevStu dio/vfp/vfp.exe Clicking works as it should.. Scrollbars take two clicks to 'lock', but the text hi...
2008 Jul 23
5
Is Wine supporting .tlb files
In the course of the installation of trados, I have the runtime of the installshield ISProbe.tlb failing with error 2 (not found), although it's correctly there as well as dao2535.tlb of microsoft shared (not there but I could get it from the XP installation). Questions are: Why is the first seen as not found although it's there - is this a registry problem? Are these files important
2002 Feb 21
1
Help tracing WINE funcion..
...ture Calling Event_Capture trace:win:EVENT_Capture (0x10022) Window #!! -Maybe? trace:win:EVENT_Capture About to Return from Event Capture!!! Prev(0) Wnd(65570) What I'm looking for the the WM_LBUTTONDOWN. Looks good. So I run FoxPro: wine --debugmsg +win,+shell,+edit,+header,+accel ../DevStudio/vfp/vfp.exe trace:win:RDW_Paint Released Window pointer --rdw_paint() painting.c trace:win:SetCapture Calling Event_Capture trace:win:EVENT_Capture (0x20021) Window #!! -Maybe? trace:win:EVENT_Capture About to Return from Event Capture!!! Prev(0) Wnd(131105) Where the heck is the code that...
2000 Dec 19
3
compiling on Win32
Hi, I've been tinkering with vorbis for about a week now trying to get the vorbisfile lib to compile under win32s, I was wondering if someone could give me a hand as I've reached my wits end with it ... I recieve the same message for every bat file (after customizing it for my path configuration): *F:\src\vorbis\win32>build_vorbisfile_dynamic *---+++--- Building Vorbisfile (Dynamic)
2008 Oct 01
2
VS2005 build stability?
...and release mode, but am having problems with the speex projects. I've reproduced these on three (multicore) machines, two XP and one Vista. Some of the strange intermittent errors (like access denied on .pdb files, and build log could not be opened for writing) look like race issues in DevStudio. I've never encountered this one before (and I work on some rather large projects), might be a mistake in project dependencies causing collisions between parallel build processes on a multi-core box? I'm also seeing a mostly consistent link error, in which two of my three machines can...
2005 Jul 12
10
Computer algebra in R - would that be an idea??
>From time to time people request symbolic computations beyond what D() and deriv() etc can provide. A brief look at the internet shows that there are many more or less developed computer algebra packages freely available. Therefore, I wondered if it would be an idea to try to 'integrate' one of these packages in R, which I guess can be done in more or less elegant ways... I do not know