Jump to content
fuzz357

How Do DTMs Work Now?

Recommended Posts

Hey,

 

I was curious about how DTMs work now. It's been a while since I have used SCAR, and a lot seems to have changed.

 

I couldn't find much documentation on DTMs. I noticed there is a TDTM type now, but I cannot find the appropriate "FindDTM" function. It looks like the old FindDTM method takes in an Integer instead of a TDTM object. Is there some some way to get an Integer pointer to the DTM or something?

 

Thanks,

fuzz357

Link to comment
Share on other sites

Tools -> DTM Editor: To make DTM's and then you do:

 

[scar]

var

DTM: Integer;

begin

DTM := DTMFromString('78DA63DCC1C4C0A0C4C8800CFEFFFF0FA661A' +

'28C2D40353F19F0AB790354F387809A7B40357104EC7204AAB125' +

'A06606508D300135B7816A8E1050530E549348408D1F508D2A7E3' +

'50019AB249F');

 

// Find dtm function goes here

FreeDTM(DTM)

end.

[/scar]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...