Search found 7 matches
- Sat Jul 11, 2009 8:18 am
- Forum: Plugin Development
- Topic: COM in PHP
- Replies: 6
- Views: 43286
Re: COM in PHP
ScottBot, Thank! With IIS web_sample work.
- Sat Jul 11, 2009 8:16 am
- Forum: General
- Topic: Touch Panel Controller Solution
- Replies: 25
- Views: 23305
Re: Touch Panel Controller Solution
Osler, Thank you very much! I'l check..
Спасибо=)
Спасибо=)
- Wed Jul 08, 2009 2:55 pm
- Forum: Plugin Development
- Topic: COM in PHP
- Replies: 6
- Views: 43286
Re: COM in PHP
Hi,
I have Apache installing on my PC, i copy folder (web_sample) to web server folder (localhost) and register HBControlMod.dll. The web_sample doesn't work.
What could be the problem?
I have Apache installing on my PC, i copy folder (web_sample) to web server folder (localhost) and register HBControlMod.dll. The web_sample doesn't work.
What could be the problem?
- Wed Jul 08, 2009 2:34 pm
- Forum: General
- Topic: Touch Panel Controller Solution
- Replies: 25
- Views: 23305
Re: Touch Panel Controller Solution
Hi,
I create VB project (Console Application), cut and paste the code and then try to build this code, but there are some errors.
Maybe i doing something wrong? (I have never worked with VB)
I create VB project (Console Application), cut and paste the code and then try to build this code, but there are some errors.
Maybe i doing something wrong? (I have never worked with VB)
- Tue Jul 07, 2009 3:09 am
- Forum: Plugin Development
- Topic: COM in PHP
- Replies: 6
- Views: 43286
Re: COM in PHP
Hi ScottBot,
There is a web example in ExternalComControl...what should i do to make this sample work?
Thank!
There is a web example in ExternalComControl...what should i do to make this sample work?
Thank!
- Tue Jul 07, 2009 1:48 am
- Forum: General
- Topic: Touch Panel Controller Solution
- Replies: 25
- Views: 23305
Re: Touch Panel Controller Solution
Hi Osler,
Could you write more about compiling source code in VS 2005 (AutoRun.exe)?
(I need to replace "Storage Card" --> "Flash disc")
Could you write more about compiling source code in VS 2005 (AutoRun.exe)?
(I need to replace "Storage Card" --> "Flash disc")
- Thu Jul 02, 2009 2:11 pm
- Forum: Plugin Development
- Topic: COM in PHP
- Replies: 6
- Views: 43286
COM in PHP
Hi, I try to control HB externaly using PHP with COM object. I write: $Obj=new COM("HBControlMod.HBControl"); $szRsp=$Obj->Connect(80, "127.0.0.1", "pwd"); It's correct? (echo $szRsp; // "OK") How i can call additional methods? (for example - GetPropertyValue,...