Tagged Questions
-1
votes
2answers
72 views
How can I port DeviceIOControl to ioctl?
In my understanding, DeviceIOControl and ioctl are the same functions. They both send control codes to the hardware and return the responses. In an effort to reuse code, I am trying to create a ...
1
vote
1answer
70 views
Is there any existing library that has matlab functions implemented in C/CPP/Obj-C?
I am using an algorithm that is only implemented in Matlab.
However I need to run it with gcc, once I do not have the needed Matlab licenses neither for server or for porting the code.
Sp, I'm ...
0
votes
1answer
97 views
Porting,Linux,C
I am getting this error while running this command
[root@himanshi busybox-1.20.2]# make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnueabi- CONFIG_PREFIX=/home/himanshi/beagleboard_xm/target install
...
1
vote
2answers
88 views
GNU - Undefined Reference to `setmode'
I am porting a WIN32 library on Linux. I am able to compile my library with no error. But when i try to link, it gives following linking error
undefined reference to `setmode'
I know that ...
0
votes
1answer
59 views
Porting old C project into C++/CX
I'm rather new to C++/CX, and right now have an old C project which I need to port into C++/CX.
The output are flushed into text-file or standard output, but it's not that important right now since I ...
1
vote
1answer
81 views
Porting WIN32 Application to Linux - Events Architecture
I have a WIN32 application and I'm porting it to LINUX GNU. I have event base C code in WIN32 app. Now i have tried few methods to implement the same in GNU linux but somehow i'm getting feeling that ...
1
vote
1answer
244 views
Porting C -> C++, having trouble with accessing struct within unnamed union
I've been working on porting Marcel’s Simple Chess Program http://marcelk.net/mscp/
from C to C++. I have never worked much with unions, much less structs within unions.
The top part I've listed is ...
1
vote
1answer
89 views
Porting a C library to Python via ctypes
I've read in a lot of places that C-libraries can be ported to or written in python using the ctypes module from the standard library.
I've gone through the help('ctypes') page and from what I could ...
1
vote
1answer
152 views
Porting exisiting embedded source code to RTOS
I have an existing embedded source code which runs directly on a microcontroller with no operating system. I need to port the code to run on a specific RTOS.
Are there any guidelines in where to ...
2
votes
2answers
126 views
on 64bit system, how to pass in int as void *
There is a process_create() function, which has a param as void*.
If I want to pass in an int, how could I do that to avoid build error from compiler?
I can't change the param list to process_create()
...
0
votes
2answers
260 views
How to port fork() to Vxwork
i am porting program from GNU/Linux to VxWorks, i am having a problem regarding to fork() and i can't find alternatives ; VxWork's API provide two useful calls taskSpawn( ) and rtpSpawn( ) to spwan ...
2
votes
3answers
131 views
Hard Coding of a variable, confusing C syntax
I was just going through some C code, when I got stuck upon this piece of code.
void someFunction(Int32 someVariable)
{
/* someVariable is hard coded to 2 */
(void)someVariable;
//some ...
-1
votes
3answers
77 views
Not able to understand confusing C Syntax
I am having some trouble dealing with some C code. Can someone explain this syntax:
void some_function(Int16 omegaFlag[2][8])
{
for(i = 0; i < 2; i++)
{
Int16 *Flag = omegaFlag[i] ...
3
votes
2answers
471 views
Why does malloc not work sometimes?
I'm porting a C project from Linux to Windows. On Linux it is completely stable. On Windows, it's working well most times, but sometimes I got a segmentation fault.
I'm using Microsoft Visual Studio ...
0
votes
3answers
112 views
Array Index Confusion In C Code
I'm porting some C Code to C#. I'm stuck at a piece where I don't quite understand the Author's intention of writing code in unfamiliar fashion.
The Code is:
typedef struct{
Int32 window[2][8]; ...
2
votes
1answer
219 views
Confusion between Word16 and UWord16
I'm porting some C code to C#. I'm seeing a lot of Word16, Word32 usage, along with UWord16and UWord32.
I know Word32 is an unsigned 32bit int type, but what could have been the need to write it with ...
-1
votes
1answer
424 views
How to port and run C code of 32 bit to 64 bit machine? [closed]
I want to know the issues regarding compiling C code of 32 bit on 64 bit machine on Linux. For example how would the change in the size of int , long or pointer would affect the program on 64 bit .
0
votes
2answers
179 views
Getting the environment variables for current process in linux
I am trying to port an application from windows to linux. In windows I have a
GetEnvironmentStrings() function in windows.h which provides me the environment variables and their values in the current ...
2
votes
2answers
168 views
How to port a C game to the browser
Here's my aim - to take the ASCII roguelike Angband and create an online console where users can play the game server-side. From my superficial viewpoint this seems like it should be doable - as there ...
0
votes
2answers
207 views
Porting embedded Visual C code to Android [closed]
I have been programming in eVC (Embedded VC) since quite some time.I have written certain applications on eVC.I am just curious if at all it is possible to port eVC code to Android platform.
Are there ...
0
votes
2answers
129 views
While porting project from 64bit to 32 bit : float changed to long double gives error for %f
As while porting 64 bit project to 32 bit project for making range compatible changed:
typedef float float_t;
to
typedef long double float_t;
All goes perfect but error is coming in all printf ...
0
votes
2answers
192 views
How is it possible to take an exponential of a matrix in MATLAB?
I have a MATLAB code which I have to convert to C language. According to the MATLAB code,
n1 = 11; x1 = randn(2,n1) + repmat([-1 1]’,1,n1);
w = [0 0]’;
here acccording to my calculation, the ...
3
votes
4answers
819 views
Are there cases where fseek/ftell can give the wrong file size?
In C or C++, the following can be used to return a file size:
const unsigned long long at_beg = (unsigned long long) ftell(filePtr);
fseek(filePtr, 0, SEEK_END);
const unsigned long long at_end = ...
3
votes
1answer
342 views
Any way to decompile binary resource file built with ancient compiler?
I'm trying to resurrect a 1990's application that was built with Borland Turbo C++ (version unknown, maybe 3.0, maybe 4.5?), and apparently targeted for Windows 3.1.
The project contains a single .c ...
1
vote
0answers
81 views
Looking for a good source/book or reference for (formatting) file - array interaction in C [closed]
I am attempting to port some java code to C and would love a suggestion for a good book/webpage or something that explains in detail:
Reading my file and assigning pointers for match.begin and ...
4
votes
2answers
816 views
What's the purpose of the socket option SO_SNDLOWAT
I'm currently porting a software in C from Tru64 to Linux Suse 11.
On Tru64 they are setting the value of SO_SNDLOWAT socket option to 1024 * 64. On Linux this option is not changeable and it value is ...
2
votes
2answers
114 views
Does `recv` work with bytes or octets, or are they one and the same in the context of POSIX documentation?
Reading the POSIX reference for socket send at http://pubs.opengroup.org/onlinepubs/009695399/functions/send.html I wonder, what exactly do they mean by "byte" - its traditional/historical meaning, ...
2
votes
0answers
172 views
Porting OS/2 system functions to Microsoft Windows rough equivalent [closed]
I'm having this task at my university (great Eastern European up-to-date education programs). Basically I need to convert an OS/2 Presentation Manager application to Windows (in two languages: C and ...
4
votes
1answer
310 views
How can I create a single Visual Studio project that mixes C and C++ using CLR?
I am working on porting code that builds on GCC on Unix to windows using Visual Studio 2008. I would like to create a single executable that does not depend on any dll(s) of my own creation and only ...
2
votes
3answers
372 views
casting an enum through a void *
I'm trying to convert some old 32 bit code to 64 bit. One of the more frequent warnings I get is:
warning: cast of pointer to integer of different size
this happens when a function calls ...
3
votes
1answer
488 views
Removing Dynamic Memory Allocation - from a embedded C program
I'm trying to port a C library to a embedded platform (Xilinx Microblaze), and the library contains some calls to malloc(), alloc(), calloc() and free().
These functions calls requite additional ...
1
vote
1answer
263 views
asymmetrical multidimensional arrays in c
I'm porting a piece of code from PHP to c/objective-c, and I'm running into trouble handling this two dimensional array.
$PATTERN_LOOKUP = array(
array(),
array(6, 18),
array(6, 22, 38),
...
0
votes
1answer
431 views
How to get gethostid behavior on windows 7?
I am porting a Linux code that uses <unistd.h>, specifically gethostid function, to Windows 7.
I need an unique number of 32 bits that I will use in my application. How can I obtain an unique ...
-2
votes
1answer
102 views
Win GDI function CreateDIBDC not working properly for x64 platform
I have a static win32 dll code that is to be ported to x64 platform.. there are many functions that are using Windows GDI functions like CreateDIBDC, CreatePen, etc....
The problem is that while ...
1
vote
1answer
240 views
multiple definiton of function-error in kernel-file
Hey guys.
What I'm currently trying to do is to port the tool DigSig to a CentOS-Kernel which seems to lack a few important crypto-functions for DigSig.
So the port this I just a newer /linux/crypto.h ...
1
vote
2answers
415 views
Java scsi access
I'd like to port a Linux C program to Java. This program controls a camera which is connected to the PC with a USB cable. The C code uses Linux SCSI Generic (sg).
Sample code from the C program:
...
0
votes
4answers
6k views
32 bit Windows and the 2GB file size limit (C with fseek and ftell)
I am attempting to port a small data analysis program from a 64 bit UNIX to a 32 bit Windows XP system (don't ask :)).
But now I am having problems with the 2GB file size limit (long not being 64 bit ...
6
votes
4answers
4k views
what are the alternative for win32 to alarm,bzero,bcopy when porting c code
Hello all
im porting c code to windows 32 bit using visual studio express
now i have 3 functions that i can't find any alternatives in windows
they are:
alarm
bzero
bcopy
what are the equivalent ...
0
votes
2answers
51 views
How can I figure out what functionality is being used from what header?
I am porting a large project to Windows, and I'm stuck on unistd.h. I doubt this code is using a great deal of unistd's functionality, so I think I could be able to provide some sort of replacements ...
3
votes
1answer
620 views
Problem porting sudoku solver from C to Python
I recently wrote a sudoku solver in C to practice programming. After completing it I decided to write an equivalent program in Python for a comparison between the languages and more practice and this ...
1
vote
6answers
734 views
C/C++ equivalent to java Integer.toHexString
C/C++ equivalent to java Integer.toHexString.
Porting some code from java to C/C++, does C have a build in function to Integer.toHexString in java?
UPDATE:
Heres is the exact code i'm trying to ...
0
votes
3answers
828 views
using win32 api in linux?
I have heard of WINE but I don't like it because it's slow on the computers I have tested and almost always crashes. It also has some unpleasant looking gui.
I am wondering if there is a "win32" ...
12
votes
3answers
8k views
WaitForSingleObject and WaitForMultipleObjects equivalent in linux
I am migrating an applciation from windows to linux.
I am facing problem w.r.t WaitForSingleObject and WaitForMultipleObjects interfaces
In my application I spawn multiple threads where all threads ...
3
votes
1answer
329 views
Port C's fread(&struct,…) to Python
Hey, I'm really struggling with this one. I'am trying to port a small piece of someone else's code to Python and this is what I have:
typedef struct
{
uint8_t Y[LUMA_HEIGHT][LUMA_WIDTH];
uint8_t ...
3
votes
4answers
1k views
C: Running Unix configure file in Windows
I would like to port a few applications that I use on Linux to Windows. In particular I have been working on wdiff. A program that compares the differences word by word of two files.
Currently I have ...
10
votes
4answers
955 views
What are the possible pitfalls in porting Psyco to 64-bit?
The Psyco docs say:
Just for reference, Psyco does not
work on any 64-bit systems at all.
This fact is worth being noted again,
now that the latest Mac OS/X 10.6
"Snow Leopart" comes with ...
1
vote
3answers
194 views
How to convert these lines of c code to c++
I'm trying to import some c code into my c++ program. There are three lines that don't import directly:
The first:
free(t);
The second:
new_node = (Tree *) malloc (sizeof (Tree));
The third:
...
0
votes
6answers
1k views
Porting C code; need help with bitwise operation and pointer syntax
I have some C code that I'd like to port to java. I haven't done much C coding, but I was able to follow along up until this one function. If anyone could help me understand what is going on, it would ...
1
vote
2answers
202 views
Porting application written in C from Solaris to Windows XP
I have an application written in C on Solaris that I have to port to Windows XP. I would like to know that what are the libraries availabe to achieve this task.
Also what is the best GUI development ...
1
vote
1answer
178 views
Porting file preprocessing code from C to C#
I've made a basic interpreter before in C with a preprocessor that took a lot of load off of parsing and such. I would like to port this preprocessor for use in C# now and I'm having trouble, as I am ...

