Tagged Questions

2
votes
2answers
62 views

Differences in code between Windows 32 bits and 64 bits

I was experimenting with the following code to simulate GetProcAddress. // Retrieve NT header from base address. IMAGE_NT_HEADERS *GetNtHeaderFromBase( void *pBaseAddr ) { IMAGE_ …
1
vote
3answers
60 views

How to print bytes using System.out.println ?

Hi all, I've declared a byte array (I'm using Java): byte test[] = new byte[3]; test[0] = 0x0A; test[1] = 0xFF; test[2] = 0x01; How could I print the different values stored in …
0
votes
2answers
47 views

Why has my PHP system() command stopped returning output to my scripts … i used to work!

I have a PHP script that calls a .bat file using system(). The output is written to the screen and I derive some values from parsing this output. This is running on windows 2003 II …
0
votes
5answers
206 views

How do I get hardware information on Linux/Unix?

How I can get hardware information from a Linux / Unix machine. Is there a set of APIs? I am trying to get information like: OS name. OS version. available network adapters. inf …
0
votes
2answers
21 views

Locate windows according to system screen size in win32 programming

Hello I have creating one window using "CreateWindow".But is there any api which can give system screen height and width of the system. So that it will very helpful to locate wind …
0
votes
5answers
65 views

id or a serial that all windows computer have that cant be changed c#

I'm creating a program that authenticates from a before it runs. I also want to deny access. Is there an id or a serial that all windows computers have that cant be changed that I …
2
votes
5answers
214 views

Detect system architecture (x86/x64) while running

Is it possible to detect the system/processor architecture while the program is running (under windows and under linux) in c++?
0
votes
1answer
42 views

Copying a directory off a network drive using Objective-C/C

Hi All, I'm trying to figure out a way for this to work: NSString *searchCommand = [[NSString alloc] initWithFormat:@"cp -R /Volumes/Public/DirectoryToCopy* Desktop/"]; const …
6
votes
17answers
243 views

Small company of 150 employees needs inexpensive Issue Tracking system.

We are a small company of 150 employees and I am searching for a hosted, inexpensive Issue Tracking system for all employees, both in the office and who work remote. Does anyone kn …
0
votes
2answers
225 views

C# - Minimize to tray at system startup

In my application, I have an option to start the application when Windows is started. That works great. I also have it so that, when minimized, the application is minimized to th …
1
vote
2answers
49 views

How to find whether system has the font I needed in MFC?

I want to write the following function bool IsFontExistInSystem(const CString& fontStyle) const { } Is there any API in windows to do this? Many Thanks!
0
votes
3answers
103 views

System.OutOfMemoryException on WCF Web Service

I struggle on a System.OutOfMemoryException when performing an import process where a lot of objects are being created. The effect is that the ASPNET_WP.EXE blows up to 1.4 GB and …
1
vote
2answers
200 views

Hide console in C system() function, Win.

Hello. I am coding a C program in Dev-C++, and I need to use a couple of Windows (CMD) commands. It is easy, but when the command in the system() function is executed, the program …
2
votes
3answers
56 views

Is Team System a solution?

I am working on a web portal in ASP.NET (VS2008) with my 2 friends. We want to code, debug, test our webportal on different machines simultaneously. How it can be done? Is VS2008 …
3
votes
5answers
127 views

I need a good programming discussion board.. (Systems Design) : Edited

I'm needing to run some ideas by others dealing with systems design. I doubt stackoverflow.com is the place to have the conversation(s). Is there a good and active discussion boa …

1 2 3 4 5 11 next
15 30 50 per page