![]() trekiej
|
Last Activity: Today 03:26 AM
About Me
- About trekiej
- Interests
- Computers, Tech, Electronics
-
Signature
- http://www.c64web.com/
http://www.hollywood-mal.com/
http://www.icarosdesktop.org/
http://www.aros-broadway.de/
http://www.discreetfx.com/index.html
www.aros-exec.org
John3:16
http://www.amigaremix.com/
We will return to our regular trolling after these messages.
- http://www.c64web.com/
Blog
View trekiej's BlogRecent Entries
Latest Blog Entry
Posted in
Uncategorized
I got Icaros Desktop 1.4 on this machine. I added a Nvidia GF 6200 card to it and it runs ok.
Better than without the card. I disabled the agp.hidd driver. I also copied the files form the 6200 drawer. Gearbox goes from .5 fps to 105 fps.
I need to upgrade the processor to 1000 Mhz. I hope that there is an over drive proc. that will to to 1.5 Mhz.
The ram is running at 384 MB. I want to go to 1000 MB but 512 will do for now.
I did notice that the ram was counting down....
Better than without the card. I disabled the agp.hidd driver. I also copied the files form the 6200 drawer. Gearbox goes from .5 fps to 105 fps.
I need to upgrade the processor to 1000 Mhz. I hope that there is an over drive proc. that will to to 1.5 Mhz.
The ram is running at 384 MB. I want to go to 1000 MB but 512 will do for now.
I did notice that the ram was counting down....
Posted in
Uncategorized
Posted in
Uncategorized
Posted in
Uncategorized
I have been working on Pointers. Pointers seem to be relatively the same in C and C++.
Both the Object and the Pointer have the same type.
Class Time
{
int hr,min,sec;
Public:
int get_hr()
{return hr;}
};
int main()
{
int h,m,s;
Time Clock , *myPTR; /* Clock Object and myPTR have the same type (Class) */
myPTR = &Clock;
cout << " Address...
Both the Object and the Pointer have the same type.
Class Time
{
int hr,min,sec;
Public:
int get_hr()
{return hr;}
};
int main()
{
int h,m,s;
Time Clock , *myPTR; /* Clock Object and myPTR have the same type (Class) */
myPTR = &Clock;
cout << " Address...
Posted in
Uncategorized
Installed PortablE to this machine, which is an Amd 2800+ and WinXP.
The install for PortablE went well but MinGW did not get its path added to Path.
When I made a correction to Path it found the libgmp-10.dll it needed in the MinGW directory.
PEGCC works now because of this.
The install for PortablE went well but MinGW did not get its path added to Path.
When I made a correction to Path it found the libgmp-10.dll it needed in the MinGW directory.
PEGCC works now because of this.
Recent Comments







