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 Grade: C Views: 4
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 Grade: A 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 Grade: A Views: 39
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:
SoftwareDate Answered: 11/06/2005 Grade: B Views: 8
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....
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 Grade: C 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 Grade: A 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 Grade: C 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 Grade: B Views: 4
my codes so far only makes up for a single question trivia game.. i have 16 shape box's ( labeled s1-s16 ) and everytime you get a question right one by one they become visible. If you get a questi...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20440289.html
Zones:
Visual BasicDate Answered: 01/01/2003 Grade: B Views: 0