Page 1 of 1

Accessing Assembler Code from C++ Builder and the Reverse

Posted: Tue Dec 17, 2002 7:59 pm
by Alchemy727
Hello EveryBody
I am Developing a Five In a Row Game with
help of Borland C++ Builder 5 Enterprise Edition
I use a lot of two-dimensional vectors.
How to access the vectors from C++ and from
the assembly code.
Verry Thankfull for Tip or Advice.
Sincerely
Urban Avierfj?rd(Alchemy727)
Visby,Gotland,Sweden
HomePage http://www.alchemy727.com

Re:Accessing Assembler Code from C++ Builder and the Reverse

Posted: Tue Dec 17, 2002 8:07 pm
by jrfritz
I wish I could help, but I only know some ( little ) VC++...but I mostly do OS Development...

Someone here probly could help...

Re:Accessing Assembler Code from C++ Builder and the Reverse

Posted: Fri Dec 20, 2002 7:40 pm
by Tim
Why do you feel the need to use assembly in your C++Builder program?

Re:Accessing Assembler Code from C++ Builder and the Reverse

Posted: Mon Jan 06, 2003 10:48 pm
by Alchemy727

My Idea Is to make the most
intensive Calculations on the
two-dimensional vectors In
assembler for Speeding up
the Calculations and I can have
the Program to Search one or two
Moves deeper than the ordinary
C++ Builder Program do at the
same Time Intervall.
Sincerely
Alchemy727

Re:Accessing Assembler Code from C++ Builder and the Reverse

Posted: Tue Jan 07, 2003 5:13 pm
by jrfritz
I think C/C++ is fast at calculations...at least GCC is ... because the compilers are now generate fast code.

Re:Accessing Assembler Code from C++ Builder and the Reverse

Posted: Tue Jan 07, 2003 6:42 pm
by Perica
..

Re:Accessing Assembler Code from C++ Builder and the Reverse

Posted: Tue Jan 07, 2003 6:58 pm
by jrfritz
Works with borland TC++...