API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
Any
Platform
License
Any
I would like some input into learning x86 assembly language on a PC. My question is - How do you write beginning assembly language programs without having to navigate the Windows OS? (a.k.a. Win32...
Hi all
I'm trying to use directdraw to scale a high mega pixel video to a window size, but I fail on certain video cards.
The details are as followed:
Surface1 holds the original frames,...
There's no general, easy solution.
Basically you must design the world from the very start with clipping in mind. One common strategy is to use cubes of sqaures. Non-visible cubes can then be...
: : you cannot call INT functions from win32. win32 is protected mode,
: : INT functions are real mode.
: :
: :
: :
:
:
: Thanks for your prompt
: reply.
:
: So is that means that...
: hi everyone...
: my java application needs presnt cpu usage....
:
: like i can get from task manager...
: but i want from command line....
:
: i can call external application for this ......
: : I am looking for a message board for Win32 help. I use assembly.
: :
: : Thanks.
:
: You could use one of the following board, whichever you find
: appropriate:
:
: Windows...
: I am looking for a message board for Win32 help. I use assembly.
:
: Thanks.
You could use one of the following board, whichever you find appropriate:
Windows programming:
http://www...
: Thnx for all the advice. I just have the task of doing research now...
:
: I feel a little awkward now. The thing is I want is kowledge about interrupts. I have a Borland C++ V 3.0 compiler....
:
: As you know, i program in C, not C++. I have no exprience with ActiveX, thats for VB, isnt it?
They can be used in VB but can also be used by other languages. I write amd use ActiveX controls...
This message was edited by Apollonios at 2005-8-30 3:20:25
Hi,
I 'm quite new in C# and in .NET framework and stambled on an issue that is beoyond my skills to solve. I m working on an API that...
: That means that you can use the Sleep() function to decrease the cpu usage of the thread by simply calling it with Sleep(0), which means that you allow a context switch at that point. It also...
: : dear jeff I have the same problem I have Pentium 4 proc and xp OS i usend the functions that you wrote but it gives me ugly things even if I convert them to decimal please reply to me as soon as...
: dear jeff I have the same problem I have Pentium 4 proc and xp OS i usend the functions that you wrote but it gives me ugly things even if I convert them to decimal please reply to me as soon as...
Wouldn't the following be an example of how to let a Win32 program idle or perform its other tasks until a keystroke is detected? Then the input can be read and processed. Wouldn't this allow for...
: : This message was edited by jleg at 2003-12-15 21:43:1
: : : Hi,
: : : Is there a function, In MSAccess VBA, to grab a unique 'ID' of a computer ? For Example, If I run a database file on...
: This message was edited by jleg at 2003-12-15 21:43:1
: : Hi,
: : Is there a function, In MSAccess VBA, to grab a unique 'ID' of a computer ? For Example, If I run a database file on my...
This message was edited by jleg at 2003-12-15 21:43:1
: Hi,
: Is there a function, In MSAccess VBA, to grab a unique 'ID' of a computer ? For Example, If I run a database file on my computer,...
: I want to create a lock on some of my programs.
: I mean i want to create something like lock/unlock on the cell phones.
: Im deeply knowing with VB6 and API but i don't know variables.
:
:...
I want to create a lock on some of my programs.
I mean i want to create something like lock/unlock on the cell phones.
Im deeply knowing with VB6 and API but i don't know variables.
Problem:
I...
Does anyone have any idea how to use the Java mobile API to get the Cell ID(base station id) using a mobile device. ive managed to get my service providers name and some details but i cant find any...