-
```
DWS Script:
procedure Test2(aObj: TTest);
begin
ShowMessage(aObj.Name);
end;
Delphi code:
type
TTest = class
private
fname: string;
public
property name: string read fname write…
-
...probably _I'm_ just having even more of a brain-dead week than usual. (Yes, I have read Issue #15, along with Issue #21 and tried to wrap my head around Commit 9d7ee0b that closed it, for what thos…
-
```
Whether in the near future to wrap DataSet?
And/or the tool making automatic wrapper for the specified module. Like the
instrument "RemObjects Pascal Script" "unit-importing".
```
Original issue…
-
```
What steps will reproduce the problem?
1. it can read gif files but when exit the program halts itself.
2. just occurs this fault with gif files.
What is the expected output? What do you see inst…
-
```
Linking with such huge static library lasts for ages. Linking with tiny
lib, provided by Dll should speed up client builds a lot.
```
Original issue reported on code.google.com by `vrid...@gmail…
-
```
Linking with such huge static library lasts for ages. Linking with tiny
lib, provided by Dll should speed up client builds a lot.
```
Original issue reported on code.google.com by `vrid...@gmail…
-
```
This post is more a newbie question than a bug report...
Thanks for your great job, looks very promising.
I have a question : how to call a procedure with parameters directly?
RunCode(Compiler.E…
-
```
Linking with such huge static library lasts for ages. Linking with tiny
lib, provided by Dll should speed up client builds a lot.
```
Original issue reported on code.google.com by `vrid...@gmail…
-
```
Linking with such huge static library lasts for ages. Linking with tiny
lib, provided by Dll should speed up client builds a lot.
```
Original issue reported on code.google.com by `vrid...@gmail…
-
```
DWS Script:
procedure Test2(aObj: TTest);
begin
ShowMessage(aObj.Name);
end;
Delphi code:
type
TTest = class
private
fname: string;
public
property name: string read fname write…