Search found 16 matches

by Sundance
Tue Mar 29, 2016 11:44 am
Forum: Coding Questions
Topic: ComatePlus & Powershell (ActiveXPosh)
Replies: 8
Views: 4898

Re: ComatePlus & Powershell (ActiveXPosh)

I still can't figure out how to read the value of a variable.
When doing a $result = dir
then I don't know how to read this value and get it into PureBasic.

Will try but if someone has a little hint for me... :-)
by Sundance
Mon Mar 28, 2016 11:11 pm
Forum: Coding Questions
Topic: ComatePlus & Powershell (ActiveXPosh)
Replies: 8
Views: 4898

Re: ComatePlus & Powershell (ActiveXPosh)

Ok.
I've found that with 'Debug oActiveXPosh\GetStringProperty("OutputString")' I can get the output of a PS command.
by Sundance
Sun Mar 27, 2016 11:38 pm
Forum: Coding Questions
Topic: ComatePlus & Powershell (ActiveXPosh)
Replies: 8
Views: 4898

Re: ComatePlus & Powershell (ActiveXPosh)

Hi.

I just tried to call some basic commands within the powershell and don't get any output of them.
When i try to call a simple dir command. How can i get the output of it?
I thought a 'Debug oActiveXPosh\GetStringProperty("Output")' would do but nothing appears.
Also when i do a '$result = dir ...
by Sundance
Sat Mar 26, 2016 8:29 pm
Forum: Feature Requests and Wishlists
Topic: POST (and GET) with https
Replies: 5
Views: 3112

Re: POST (and GET) with https

Did i really overlooked this? Will take a close look into those topics.

Thanks Bernd!
by Sundance
Sat Mar 26, 2016 8:12 pm
Forum: Feature Requests and Wishlists
Topic: POST (and GET) with https
Replies: 5
Views: 3112

Re: POST (and GET) with https

Copy that. I haven't found anything that helps me in doing https calls under PureBasic. Only some payable external DLL of size 9MB...
by Sundance
Sat Jan 02, 2016 3:15 pm
Forum: Windows
Topic: [solved] Crash on EndProcedure
Replies: 7
Views: 5245

Re: [solved] Crash on EndProcedure

Hi PureGuy,

when I run the script you posted I get an error when getting the handle with pLoader\LoadService. I've tried it under Windows 8.1 and Windows 10.
I haven't found any difference when looking at MSDN between Windows 7 and 8.1 concerning VDS.

Did you made any changes or improvements ...
by Sundance
Wed Jan 21, 2015 7:26 pm
Forum: PureFORM & JaPBe
Topic: PureUPX 1.13 (Shell to UPX)
Replies: 42
Views: 89529

Re: PureUPX 1.13 (Shell to UPX)

Hi Vera,

thanks for the info!

Gruß nach Essen ☺
Sundance
by Sundance
Sun Jan 18, 2015 12:06 am
Forum: PureFORM & JaPBe
Topic: PureUPX 1.13 (Shell to UPX)
Replies: 42
Views: 89529

Re: PureUPX 1.13 (Shell to UPX)

Hiho,

the link at the first post doesn't work anymore. Is it still up to date to use it?

Thanks in advance
Sundance
by Sundance
Thu Sep 04, 2014 10:09 am
Forum: Tricks 'n' Tips
Topic: Registry Module (windows only)
Replies: 97
Views: 67480

Re: Registry Module (windows only)

Hi.

It seems i have found the problem. I made a mistake when allocating memory in the first lines of the program.
With the help of some lines of code i had found the heap problem i had created.
I have found a link to it somewhere in the internet here is the url to it:

http://www.purebasic.fr/blog ...
by Sundance
Tue Sep 02, 2014 6:48 am
Forum: Tricks 'n' Tips
Topic: Registry Module (windows only)
Replies: 97
Views: 67480

Re: Registry Module (windows only)

Hi ts-soft,

i have written a program which uses your registry.pb. Sometimes my programs halts with the following error:

http://2ynrxds8ntwhsmgd.myfritz.net/public/purebasic/registry_error_1.PNG

I isolated my problem till the line of code within the procedure WriteValue in the registry.pb.
When ...
by Sundance
Thu Jul 24, 2014 11:23 am
Forum: Windows
Topic: VSS - Procedure stack corruption [resolved]
Replies: 8
Views: 5818

Re: VSS - Procedure stack corruption [resolved]

Hi PureGuy,

I saw that entry but must have made an copy/paste mistake the first time. Seems it throws no error. Will try to get further the way.

Thanks !!

see you
Sundance
by Sundance
Thu Jul 24, 2014 8:04 am
Forum: Windows
Topic: VSS - Procedure stack corruption [resolved]
Replies: 8
Views: 5818

Re: VSS - Procedure stack corruption

Hi PureGuy,

this code works for Windows Vista and greater.
When trying to use the code under Windows XP or Windows Server2003 the CreateVssBackupComponentsInternal call won't be found.
What I found on the internet is to download the microsoft vss sdk7.2 and use the given libs/includes for windows ...
by Sundance
Mon Jun 16, 2014 9:03 pm
Forum: Windows
Topic: VSS - Procedure stack corruption [resolved]
Replies: 8
Views: 5818

Re: VSS - Procedure stack corruption

Hi.

Thanks for the update. After creation within a test script i would call DeleteSnapshots to delete them...
I will test it tomorrow.

see you sundance
by Sundance
Mon Jun 16, 2014 12:05 pm
Forum: Windows
Topic: VSS - Procedure stack corruption [resolved]
Replies: 8
Views: 5818

Re: VSS - Procedure stack corruption

Hi PureGuy,

can you post your working code? I will take a look and also try to ask on the AutoIt forum!

see you
Sundance

Edit: In AutoIt I see no difference in GetSnapshotProperties. On both (x86/X64) they are defined the same way.
by Sundance
Mon Jun 16, 2014 8:13 am
Forum: Windows
Topic: VSS - Procedure stack corruption [resolved]
Replies: 8
Views: 5818

Re: VSS - Procedure stack corruption

Hu PureGuy,

some weeks ago I wrote a script in AutoIt which does also shadow copys and one of the guys there did a change to let the script also run under 64Bit. The change was in the definition of AddToSnapshotSet.

http://www.autoitscript.com/forum/topic/159788-shadowcopy-creation/page-3 ...