PDA

View Full Version : compile error


ali56s
06-08-2013, 03:28 PM
hi
i have source file for vusb
if i used wdk build x64 free enviroment
i can make sys file without error
for lock to pc and unolck pc too(working good)


if i used build x86 free enviroment(win 7)
i can mak sys file for all pc
but if i install emul on the pc
after 15 minite i got blue screen
if i make pc lock sys file
i can not install it
and got blue screen

if i used build x86 free enviroment(win xp)
i can not make sys file and got stack over flow error
any body can help me
BR

Git
06-08-2013, 05:27 PM
Did you look at the attachment before you posted it?

What is the nature of the blue screen crash, ie the error code?. Would I be right in thinking you have a file called chkstk.asm in your build?. If so, that is the problem. You have to remove all the auto stack variables so that you don't use more than about 2KB of auto stack, and then allocate and deallocate the variables dynamically and change your code to use the pointers.

Why would you want to lock the driver to a specific computer?. You have read http://www.reteam.org/board/showpost.php?p=37122 I hope?

Git

ali56s
06-24-2013, 03:26 PM
thanks a lot
now resolved my problem
any body know about driver 6.56?
how can I find new aes feature for driver 6.56
BR

Git
06-24-2013, 05:11 PM
Why would you want to lock the driver to a specific computer?

Git

ali56s
06-27-2013, 07:26 AM
hi Git
lock to pc no important
I ask about driver 6.56
how can I find new aes feature for driver 6.56
BR

Git
06-27-2013, 05:33 PM
So why did you ask about it. ?

Git

ali56s
06-29-2013, 10:29 AM
hi Git
I want fix all option In the source
and update it
BR

pivasik
06-29-2013, 11:08 AM
You can publish your sources and may be someone review and add required fixes.

Git
06-29-2013, 01:11 PM
ali - you still have not answered the question. Important or not, why do you want an emulator that only runs on one machine?. There's only one reason I can think of and you know how the forum rules on that.

Git