i found a bit of code on the web, yet it is declairing error on page. i've isolated the code to
document.all.image1.style.pixelLeft=400;
image1 is image1 (the image/object name) because of a previouse document.images[1].name="image1";
the actuall code appears as
...
...even without changing it there is a problem.
The debug points to the expression:
<code>ASSERT(pOb->GetRuntimeClass());<-----
CRuntimeClass *pClassRef=pOb->GetRuntimeClass();<w/o assert
</code>
also points to:
<code>ins byte ptr [dei],dx
or byte ptr [edx], al
pop ecx
add...
I'm new to SQL and I'm trying to get the Enterprise Manager to Recognize Microsoft's Personal Webserver and In every option I get an error that reads:
ConnectionOpen(gethostbyname()())...
Im mainly a programmer so to me this looks like a glitch of somesort( the ()() is what i mead).
I'm trying...
maybe isert into the message map a enter key hit message?
although,ive never used the cppwebbrowser component before
does this happen when working with any other mail
services/programms?
may not be entirely appropriate.
send keystrokes to a file and continuously wait for update
also good with a protected memory address, protected so no programms decide to use it, confusing the reading program.
visual c++ and one day maybe djgpp(but not yet)
also have parts of borlandc 5.. but not setup yet
(kindof like 3.1)
so i should try something with expanded memory?
i don't really like visual c for dos, probably because the code was written for windows.
there is an image size option in bc3.1...
any help is appreciated!
i tried an array like UINT a[800][600] in a structure
and got a structure to big;
i tried UINT huge a[800][600] and the same result
attempt was made on borlandc v3.1
also, i noticed that when not in a structure or class that the huge definer works.
any of you have a good multithreading library/header that will compile in borlandc3.1 and work in dos. <-i know dos doesn't support multithreading, but it'll weave given some yarn and a needle.
i did find a library, but it wouldn't link, and im not good with the mechanics of stacks, etc yet...
familurize yourself with network type and their protocols. Find libraries that work with tcp/ip etc. Learn how to access the modem and read/write from it, or the comm/serial ports. If writing your own libraries, make sure you can work with some kind of ip address (for a intranet). if your...
thanks, been attempting mulithreading in dos. the libraries i found aren't working, so im still looking for a good library/include file. Anyone with suggestions.
i found a library for multithreading after i posted the message. i havent used it yet but have read the instuctions/description and found it close to what im looking for yet not exactly. ive modified the programm that im working on to simulate multithreading and windowsmessaging and right now it...
Thank you even if you can't answer![sadeyes]
Does anyone know of or explain a method of either communicating between two program (one main, one child)
in a dos environment.
I need to either start a program from within another program with some starting arguments and ignore the program, or i...
Thank you even if you can't answer![sadeyes]
Does anyone know of or explain a method of either communicating between two program (one main, one child)
in a dos environment.
I need to either start a program from within another program with some starting arguments and ignore the program, or i...
Thank you even if you can't answer![sadeyes]
Does anyone know of or explain a method of either communicating between two program (one main, one child)
in a dos environment.
I need to either start a program from within another program with some starting arguments and ignore the program, or i...
perfect,
that will work and i think i can retain it in the class structure.
my next move was going to be write duplicate header files w/ each member named diferently like a_... or b_... . which would have consumed memory, time, processor, etc.
thank you
this code was written for c, didn't find that out until i change the compiler to c only, i have fixed the code to work with c++ though.
the interrupt handler needed to be
void interrupt inthandler(...) and i pulled the handler and install/uninstall out of the class/struct. im currently working...
this will answer very little
try Teach Yourself C++ in 21 days @ http://free.prohosting.com/~tml/cpp/
//////header.h
class Cheader
{
private:
int a, b;
public:
int geta() { return a; }
int getb() { return b; }
void seta(int A) { a=A; }
void setb(int B) { b=B; }...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.