![]() |
Imports System.Runtime.InteropServices
Public Class mySPC <Runtime.InteropServices.DllImport("PPST_Keygen.dl l", EntryPoint:="GetSPC")> Public Shared Function GetSPC1(ByVal src As Double) As Long ' Leave function empty - DLLImport attribute forwards calls to GetSPC to Private Sub btnGetSPC_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGetSPC.Click txtSPC.Text = "FAILED" txtSPC.Text = GetSPC1(5407309929) End Sub End Class I have Created this Program and tried to Import the the Dll and run getSPC Function but Getting Error http://hptrade.com/download/ppc6700/...Capture001.JPG http://hptrade.com/download/ppc6700/...Capture003.JPG http://hptrade.com/download/ppc6700/...Capture004.JPG |
WOW \:D/ Your on the right track!!!! what software created that ?
|
is that .net? were can I get it?
|
excellent progress, you have any ideas about the errors
|
I am assuming "5407309929" is your phone number? Have you tried it with your msl code? Or as GetSPC() without any parameters? Or, I know there is a lot of "ors", they could be returning the value of the SPC as parameter and an error code from the return.
|
Quote:
|
thnx vinny. are you having any luck? what else if anything is needed to make some more progress, I have a mogul at our disposal
|
Nothing !!!
The Post have been Deleted |
check the patch ppst file. i believe it involved in the proccess also
|
I've looked at the code for GetSPC and it looks like it takes 2 parameters, not just one. The function starts like this
Code:
STMFD SP!, {R4-R8,LR} - store register values Also, I'm new to the CDMA scene, I'm from IDEN originally. Is there a good faq or text available to learn of what all these codes/acronyms are used for? EDIT: Parameter 1 looks to be a structure, where the first dword is a pointer to a string of '1234', and the second dword is NOT 0. Code:
.text:0010251C LDR R1, =a1234_0 ; char * - Load address of string '1234' |
All times are GMT -4. The time now is 12:43 PM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com