Search found 6 matches

by Rick
Wed Sep 09, 2015 9:09 am
Forum: Technical questions
Topic: Is V3 released?
Replies: 5
Views: 9839

Re: Is V3 released?

Sorted. Many thanks.

Rick
by Rick
Tue Sep 08, 2015 2:25 pm
Forum: Technical questions
Topic: Is V3 released?
Replies: 5
Views: 9839

Re: Is V3 released?

I have a current subscription but I have heard nothing about V3. Were other people informed by email?. SHould I have received it?
by Rick
Mon Apr 06, 2015 12:50 pm
Forum: Technical questions
Topic: V3
Replies: 3
Views: 7646

V3

Hi, I see V3 being talked about here. My support is active but I have not received anything since V2.13. I seem to recall that V3 was going to be a free update for customers with support. What is the situation please?. Thanks. Later.... OK, I have found the beta discussion in the ru forum, sorry. It...
by Rick
Sun Jan 20, 2008 5:17 pm
Forum: Technical questions
Topic: Do not understand error message
Replies: 4
Views: 18035

Yes, thanks, that is for VC. I am compiling a device driver with WDK/DDK, so it doesn't apply.

Thanks anyhow.

Later... I have found the answer. Add the following line to the SOURCES file :

DRIVER_ALIGNMENT=0x200

to set the section alignment to 512bytes in that example.
by Rick
Sun Jan 20, 2008 3:50 pm
Forum: Technical questions
Topic: Do not understand error message
Replies: 4
Views: 18035

Thank you. I am having trouble finding how to do that for a driver. I have tried adding :

LINKER_FLAGS =$(LINKER_FLAGS) -ALIGN:8192

to the SOURCES file, but it made no difference to the size of the .sys or to the problem.
by Rick
Sun Jan 20, 2008 2:56 pm
Forum: Technical questions
Topic: Do not understand error message
Replies: 4
Views: 18035

Do not understand error message

Win32 device driver, 14KB, compiled with WDK 6000, using sections : .text .rdata .idata PAGE INIT DriverEntry() is in INIT section, several pageable functions are in PAGE section. In VMProtect 1.61, I choose to protect 11 functions (from 102) and 9 Unicode strings (from 9). When I click on Compile I...