C++ function from ZWCAD commandline
C++ function from ZWCAD commandline
21-04-2010 03:15 . pm | View his/her posts only
Hi
I am new in C++ with zwcad.
I have written a sample application(dll) in C++ which was successfully compiled to build the dll. I have also loaded the dll in zwcad by appload command. Say the function signature is as follows:
double __stdcall D2R (double deg)
{
return (deg * PI)/180;
}
Then trying to call the function from zwcad cmdline as follows
(D2R(12))
(DEFUN D2R(12))
But none of them working.
So is there anyone who has ideas how to call C++ functions from zwCad?
Thanks
Rashidul
I am new in C++ with zwcad.
I have written a sample application(dll) in C++ which was successfully compiled to build the dll. I have also loaded the dll in zwcad by appload command. Say the function signature is as follows:
double __stdcall D2R (double deg)
{
return (deg * PI)/180;
}
Then trying to call the function from zwcad cmdline as follows
(D2R(12))
(DEFUN D2R(12))
But none of them working.
So is there anyone who has ideas how to call C++ functions from zwCad?
Thanks
Rashidul
C++ function from ZWCAD commandline
28-04-2010 04:08 . pm | View his/her posts only
Hello Rashidul,
Personally, I like C++ programing very much. However, I am also not good at it now. Hope there is somebody who could share his experience with us.
Thanks~
Personally, I like C++ programing very much. However, I am also not good at it now. Hope there is somebody who could share his experience with us.
Thanks~
C++ function from ZWCAD commandline
25-08-2010 09:08 . pm | View his/her posts only
A) Upgrading the LISP language at C++
Downloading test version............
http://lisp2arx.3xforum.ro/index.php
B) Convert LISP to C++
B) Convert C++ to LISP
toplisp2c2011-02-07 01:33:15
Downloading test version............
http://lisp2arx.3xforum.ro/index.php
B) Convert LISP to C++
B) Convert C++ to LISP
toplisp2c2011-02-07 01:33:15



