Enter Keywords:
1 - 10 of 51(0.015 seconds)
Sort By:
 
As a matter of fact, this is no real _hardware_ question, but since there is no Programming-ASM topic... Could someone tell me why TASM doesnt accept "JMP FAR 80:0"? It gives the error msg "Illegal...
Zones: HardwareDate Answered: 01/02/1998 Rating: 7.8 Views: 0
Hi. Do I have to declare all pointers (to class) as far pointers if I use a 32 bit  (Borland) compiler ? I used sizeof() and the pointer has 4 bytes. ( is it a far pointer then?). Do I have ...
Zones: C++Date Answered: 11/19/2000 Rating: 9.4 Views: 0
Can somebody explain it in plain english?
Zones: C++Date Answered: 06/01/2001 Rating: 7.8 Views: 8
Hi experts.I have many games that work instantly with my gaming controller,they just recognize it.But there are also others that dont,like far cry.I dont want to use the keyboard but if ii have to ...
Zones: Misc SoftwareDate Answered: 11/06/2005 Rating: 8.6 Views: 4
Whenever I print from outlook 2003, it always prints to the far left, no matter what I do to change it. It always does the same. Has anyone had this happen before.
Zones: Outlook GroupwareDate Answered: 10/18/2006 Rating: 8.2 Views: 0
int FAR funcion() what FAR means? example please;
Zones: CDate Answered: 06/19/2000 Rating: 7.8 Views: 0
i am working with visual c++ ver 1.52 , and some of the files are c files (working with specific DCB ) and one file is a c++ file ( handeling io with files ). while linking i get the folowing error...
Zones: CDate Answered: 06/26/1998 Rating: 6.6 Views: 0
I have a QUERY1 whereby Expr1 and Expr2 are from 2 different queries. My problem is, I cannot add some of the reject (i.e. BS1 and EP) because I think some of them is a NULL value. My expression fo...
Zones: MS AccessDate Answered: 02/03/2000 Rating: 7.2 Views: 0
far pointers are not maintained normalized like huge pointers. Now if I want to normalize it then how to do it? I used one way char far *farscr=(char far*)0x00000120; char huge *hugescr=(char hu...
Zones: C++Date Answered: 08/08/2000 Rating: 4.2 Views: 0
can anyone tell me what's wrong with this: #include <windows.h> LRESULT CALLBACK WndProc(HWND, UINT, LPARAM); char szProgName[]= "ProgName"; int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPreIn...
Zones: C++Date Answered: 12/12/2002 Rating: 8.6 Views: 0