Search found 9 matches

by ljhowell
Wed Mar 19, 2014 8:36 pm
Forum: Basic
Topic: VM RISC Markers
Replies: 2
Views: 9399

Re: VM RISC Markers

Hello

Thanks for the update. I am Ok with the size, just wanted to make sure it was Ok.

Les
by ljhowell
Sun Mar 16, 2014 3:36 pm
Forum: Basic
Topic: VM RISC Markers
Replies: 2
Views: 9399

VM RISC Markers

Hello I changed all VM Markers to the new VM RISC markers. I noticed a huge increase in program size. Over 150%. The program used to be compressed to 34% now increase of over 150% Question: Is this normal behavior? Will this cause issues with running the program? Will this alert Virus protection sof...
by ljhowell
Thu Mar 13, 2014 12:28 pm
Forum: Basic
Topic: Question on VM RISC Markers
Replies: 4
Views: 13912

Re: Question on VM RISC Markers

Thanks Alec!
by ljhowell
Wed Mar 12, 2014 12:33 am
Forum: Basic
Topic: Question on VM RISC Markers
Replies: 4
Views: 13912

Re: Question on VM RISC Markers

Thanks Alec for the quick reply. I have only one more question. In function Test1, if I have a logic "if X=0 then Exit;" that causes me to use the EXIT statement, will the VM Marker still work. Meaning I exit the function before the vm_risc_end marker. I know it is a dumb question, but I j...
by ljhowell
Tue Mar 11, 2014 1:08 am
Forum: Basic
Topic: Question on VM RISC Markers
Replies: 4
Views: 13912

Question on VM RISC Markers

Hello I just need some clarification on when to use VM Markers within routines in Delphi. Example: function Test2 : boolean; var y,x : integer; begin {$I vm_risc_begin.inc} y := 1 x := 1; result := False; if y=x then result := True; {$I vm_risc_end.inc} end; function Test1 : boolean; begin {$I vm_ri...
by ljhowell
Fri Nov 29, 2013 4:02 pm
Forum: Problems
Topic: Same Hardware Key on user computers
Replies: 4
Views: 10110

Re: Same Hardware Key on user computers

Ok

I understand.

Thank you

Les
by ljhowell
Fri Nov 29, 2013 2:09 pm
Forum: Problems
Topic: Same Hardware Key on user computers
Replies: 4
Views: 10110

Same Hardware Key on user computers

Hello I noticed when user register using their Hardware Key, some of the hardware keys are the same. Example: C3915A-****** (*** to hide last digits This is difficult when I have to set a dead serial to a user who asks for a refund. The other users will receive dead serial notice. Is this same (dupl...
by ljhowell
Sun Nov 13, 2011 5:32 pm
Forum: Problems
Topic: Debugger is found on this machine!
Replies: 2
Views: 19775

Re: Debugger is found on this machine!

Hello After Google research I found the issue and I will post here for your information. If you right-click on your program, under the compatibility tab, make sure you uncheck "Run this program in compatibility mode" and uncheck "Run as adminsistrator" That fixed the problem. Scr...
by ljhowell
Sun Nov 13, 2011 4:28 pm
Forum: Problems
Topic: Debugger is found on this machine!
Replies: 2
Views: 19775

Debugger is found on this machine!

Hello A client installed our software and when he launched the program the following message appear immediately. “Debugger is found on this machine!” All he can do is click Ok and the program ended. I check the protect configuration and did not find any message containing this message. I check his t...