similar to: Porting Windows app to Linux: How to access Linux devices?

Displaying 20 results from an estimated 50000 matches similar to: "Porting Windows app to Linux: How to access Linux devices?"

2013 Dec 12
2
Stdlib and Defined Types
All, Does anyone know of a way to add a file-centric backtrace to the validate functions in the Stdlib? If you use a validator in a defined type, you end up not having any idea what actually threw the error. Though much has moved to parameterized classes, there are still times when defines are useful and it would be nice to know what calling class/define/stack was blowing up. Thanks, Trevor
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi, I have a problem and I hope that someone, possibly someone from Vorbis developing team, could help me out. My question is: "Are there OggVorbis static libraries in OMF format that can be statically linked to a Borland C++ Builder compiled applications?" Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and therefore I was only able to link dynamically to DLLs.
2009 Sep 13
2
App cennik offline
Hello i have a special windows app (cennik offline) it works on win xp but not on wine. I copy all dependecies dlls from win xp to wine c directory and nothing happens. Ive installed a framework 2.0 from winetricks. The link for this app: http://www.cennik.conor.pl/download/beta/setup_v2.14.726.03.exe Can someone help me please?
2006 Mar 25
0
Access Violation running an application calling Borland libraries vcljpg60.bpl & vcl60.bpl
Access Violation running an application calling Borland libraries vcljpg60.bpl, vcl60.bpl. I am using Wine 0.9.10 and Mandriva LE2005. Although I can run several windows application successfully, I have never been able to run one - Heredis8 - that seems to be using Borland libraries (vcljpg60.bpl, vcl60.bpl, and others). The output from running "winedbg Heredis8.exe" is below. There
2006 Jun 10
2
Help with porting windows app to Linux OS in VMWare
Someone help me. I'll pay. I need to Port a windows app. written/compiled in Visual Basic 6 that I developed over to Linux using WINE. I like the OS be installed in VMWare. Here's what I want. A VMWare file that contains a Linux OS with my windows App. installed and running correctly under WINE or sometime similiar. I like someone who know how to use WINE. I like someone who know
2003 Jun 11
0
Problem running a 32 bit console app
I get the following message when trying to run sc32.exe from the Semware Editor TSE/Pro32. winevdm: can't exec 'F:\download\tse\sc32.exe': error=21 This happens when run via wine and wineconsole This happens when sc32.exe is compiled with Borland's 5.0 compiler. I have several 32 bit console apps that run just fine when compiled with Borland's 5.5 compiler. What could be
2001 Sep 04
2
Problems using vorbisfile.dll
Hello. Not certain this post belongs here, got a little confused about vorbis-dev / vorbis. If it doesn’t, please tell me so :) Well, on to the problem. I’m adding ogg support into an audio-player. For some reason I want it using vorbisfile threw the dll’s. It works just fine with the debug dll. No problems what so ever. But with the Retail dlls, when I call ov_open my memory gets messed up.
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
Hi! I'm new to winelib. I'm trying to port a Borland C++ Builder 6.0 application, but I need VCL library: vcl.h. Any ideas?? I would want to make it run natively on Linux. The code is as follows: //--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop USEFORM("textS.cpp", TextStuff); USEFORM("aboutS.cpp",
2002 Oct 31
1
winelib: porting Delphi apps
Just a (probably crazy) thought: What about porting Windoze apps that aren't written in C? I've got a Delphi application that currently runs under Virtual PC under OS 9.2 on an eMac (PPC Processor), which would run much faster without those OS layers in between. I don't really have a clue as to whether this really far-out-whacky or not cuz I am not really a Delphi, or, for that matter,
2003 Dec 03
1
Replicating Legacy Phone Behavior
Hello, I was demonstrating Asterisk capabilities with a SIP Soft phone to a Key system installer yesterday, and we were discussing where Asterisk can fit into that market. He brought up some interesting, user-centric questions which I couldn't answer. I didn't find anything in google that realy addressed some of these questions, so I figured I would post them here to see what yall
2006 Feb 03
2
Speex at ARM Devices (Symbian OS)
> That's possible. In any case, u-law conversion can be done with far less > than 1 MHz... About Speex, you would likely need to enable ARM > optimizations and set the complexity to 1 (default it 2). done with arm optimizations and i was still getting high load ... guess it's from gstreamer somewhere. I'll check that next week. thanks, - Christophe
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi, I compiled a C program file on Borland C++ 5.5 compiler to get one dll output (as instructed in the file readme.package). The C program file is just the example on page 31 of "writing R extensions": void convolve(double *a, int *na, double *b, int *nb, double *ab) { int i, j, nab = *na + *nb - 1; for(i = 0; i < nab; i++) ab[i] = 0.0; for(i = 0; i < *na; i++) for(j = 0; j
2007 May 30
1
Three scenarios for simplifying NUT configuration on Linux
Scenario 1: Package-centric Have the .deb package for NUT install a single-user/single-UPS configuration, with the .deb asking for the UPS type and dispatching on that to set up ups.conf for the correct driver. Package installation could even create a nut user and group, so there wouldn't even be a security compromise. I don't know how to do the equivalent with RPM, because RPM
2003 Apr 01
3
Access Violation when calling ov_clear
I get an access violation when calling ov_clear(). I know ov_open() worked because I used ov_info to get the sampling rate and number of channels in the .ogg file. I also know the FILE pointer and the OggVorbis_File structure are still in scope (they're member variables of the same class my deconstructor is in (where ov_clear() is called)). Anyone have any ideas? I opened the file using
2011 Sep 11
5
Weird Error when Adding ShareThis Hovering Buttons to Rails
Hi all, I am trying to add the ShareThis Hovering buttons to my Rails 3 application but have no luck. I got the embed code from http://sharethis.com/publishers/get-hovering-buttons. In order to prove that the problem is specific to Rails, I put the same code into a HTML file outside the rails app and also a pure HTML file inside the public directory (without routed to controller) of my rails app.
2013 Jul 31
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
Charles Davis <cdavis5x at gmail.com> writes: > Huh? Intel CC supports the MSVC++ ABI. Zortech (Digital Mars) supports > it, too (though the guy who wrote it isn't too proud of that fact--or > the fact that he even wrote that compiler to begin with). Heck, even > CodeWarrior supported it (as Howard Hinnant might well remember), > before Metrowerks sold off their x86
2009 Dec 16
4
[LLVMdev] LLVM MinGW binaries on Vista issue
Hello, Jon > What threw me was the projects inclusion of 2 of the 3 other pieces that make up a typical manual install of mingw or http://www.tdragon.net/recentgcc/  I saw the runtime and w32api stuff in my very quick scan of the llvm-gcc dir and didn't bother to confirm binutils :( Well, binutils are quite different: 1. It's GPL-licensed, thus we need to provide sources as well, which
2007 Mar 19
1
serial port problem
Hi, I tried to run an older windows program under wine (I think it is an older 16bit Borland C compiled binary - the icons looks have the typically Borland look) for connecting my telephone system via a serial connection (Auerswald ETS2106W.EXE). The program iteself starts but it tells me every time that it gets no connection with COM2. To verify that the serial connection is ok I a have
2003 Aug 17
2
Problem with shlwapi, msxml and Borland xml vcls.
After get bcb working, I'm now trying to get working also my application, so that can be used under wine (no, I can't port it, it's a tool that works with Ultima Online, so I need to write it for windows & wine). The problem now is that i have some problems running the executable. First note: if I set a breakpoint into the code, I can run the software with bcb and use the Just In
2006 Jan 12
0
Problem compiling testenc.c on WinXP(newbie)
I have no problems compiling with Borland compiler (in fact it helped uncover a couple of math issues during run-time). I use BDS 2006. What's happening in your case is that the Speex itself is not linked in. I suggest you create a library out of the C sources and link it in with your test app. HTH, .a -----Original Message----- From: speex-dev-bounces@xiph.org