-
Is there a C example somewhere because i would like to port dokan in another high-level language but i can't find example :/
thanks
Kleak updated
9 years ago
-
```
Perhaps one more bug when using wrapper in XE2. I don’t have ability to test
it under different version of Delphi.
File: “JSINTF.PAS”
procedure TJSClassProto.DefineJSClass(AClass: TClass; AClas…
-
```
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…
-
```
Is it possible to create an ActiveX wrapper around this lib?
Preferably with a specific type library and interfaces. Optionally in the
form of an OCX library.
I personally find it not at all re…
-
Hello Mr.Varga and Co! First of all, as always, thanks for this wonderful wrapper, it's fantastic for working in Delphi with zmq.
Now, my doubt.. I need know in my application when the client socket …
-
```
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…
-
```
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…
-
```
DelphiDetours is a great library! I've been using it very happily.
One thing I thought of is that you could use it in an object-oriented way: to
install a hook/detour object, and remove the hoo…
-
```
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…
-
```
Perhaps one more bug when using wrapper in XE2. I don’t have ability to test
it under different version of Delphi.
File: “JSINTF.PAS”
procedure TJSClassProto.DefineJSClass(AClass: TClass; AClas…