View previous topic :: View next topic |
Author |
Message |
j1ve Newbie cheater
Reputation: 0
Joined: 10 Jan 2007 Posts: 20
|
Posted: Thu Jan 25, 2007 1:07 am Post subject: Small compiling .sys error |
|
|
Hello, I started to make my own UCE. Not much probs till yet, had some errors with compiling the .sys too. But killed all errors except one:
dbkrdrvr.c(152) error 2440: 'type cast' : cannot convert from 'Driver Object' to 'DWord'
the wrong line (152) : pm_current = *((PMODULE_ENTRY*)((DWORD)DriverObject + 0x14)); //eeeeew
ideas are welcome
|
|
Back to top |
|
 |
YaKnowWat Grandmaster Cheater
Reputation: 0
Joined: 27 Dec 2006 Posts: 530
|
Posted: Thu Jan 25, 2007 3:32 am Post subject: |
|
|
You have all the DDK components installed?
dbkrdrvr.c sounds like " debugging kernel driver . compile " which would have to do with DDK I don't really know this too well its a guess.
Sigh DDK's setup wont start for me T.T...
_________________
|
|
Back to top |
|
 |
j1ve Newbie cheater
Reputation: 0
Joined: 10 Jan 2007 Posts: 20
|
Posted: Thu Jan 25, 2007 4:38 am Post subject: |
|
|
I found the solution, I changed something at the start cause the Tut told me that. So the Tut is a bit outdated or sth >.>.
Some steps closer to my hopefully UCE .
I rename atm the whole exports hope I stay error free...
I think Im almost finish with my UCE.
I only need a trainerwithassembler ( with trainer.exe and trainer.res in it I think) .
I tried the one from forum but doenst work error comes. If anyone got solutions pls help I cant wait to test if I failed
I just need to compile my .exe
|
|
Back to top |
|
 |
YaKnowWat Grandmaster Cheater
Reputation: 0
Joined: 27 Dec 2006 Posts: 530
|
Posted: Thu Jan 25, 2007 12:59 pm Post subject: |
|
|
Lol good luck, but are you using Borland Delphi 7 Cracked? or something else?
_________________
|
|
Back to top |
|
 |
j1ve Newbie cheater
Reputation: 0
Joined: 10 Jan 2007 Posts: 20
|
Posted: Fri Jan 26, 2007 8:24 am Post subject: |
|
|
I use 30 day Trial Version maybe later I do sth against that .
Found now how I get my working exe. But I couldnt test my engine when I run the .exe I get this :
Exception EreadError in module engine.exe at 0001FB6B. Error reading SaveButton.Glyph.Data: Bitmap image is not valid.
Pls help me ppl !
|
|
Back to top |
|
 |
YaKnowWat Grandmaster Cheater
Reputation: 0
Joined: 27 Dec 2006 Posts: 530
|
Posted: Fri Jan 26, 2007 7:41 pm Post subject: |
|
|
Your save button is glitched check the data on the image you put on it also check you didn't confuse the strings with another button like mixing save and load data or scan and save you get the point. Real easy thing to do x_X.
_________________
|
|
Back to top |
|
 |
j1ve Newbie cheater
Reputation: 0
Joined: 10 Jan 2007 Posts: 20
|
Posted: Sat Jan 27, 2007 5:02 am Post subject: |
|
|
I tried it 1000 times with new button recompiling in the MainUnit still same error ~-~. <3
|
|
Back to top |
|
 |
Unkn0wn0ne Master Cheater
Reputation: 0
Joined: 01 Dec 2006 Posts: 456 Location: I dunno... Where do I live?
|
Posted: Sat Jan 27, 2007 5:29 am Post subject: |
|
|
I had the same problem and if I compiled it, I couldnt open my uce with that same error. You probably reloaded it after changing some strings with ASR while having delphi on. Make sure that you close delphi while you use ASR or don't reload it when it asks you to. You have to redo the whole process, or find a way to fix it I chose to redo the whole process because it only takes around 30 mins. Good luck...
_________________
|
|
Back to top |
|
 |
|