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...
http://www.experts-exchange.com/Hardware/Misc/Q_10034534.html
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 ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11913138.html
Zones:
C++Date Answered: 11/19/2000 Rating: 9.4 Views: 0
Can somebody explain it in plain english?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20106123.html
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 ...
http://www.experts-exchange.com/Software/Misc/Q_21587452.html
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.
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_22025845....
int FAR funcion()
what FAR means?
example please;
http://www.experts-exchange.com/Programming/Languages/C/Q_10331320.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_10056429.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10288820.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10848962.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20423239.html
Zones:
C++Date Answered: 12/12/2002 Rating: 8.6 Views: 0